@charset "utf-8";
body {
	margin-top: 1em;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#container {
	width: 906px;
	margin: auto;
	background-color: #3B62B6;
}
#header {
	text-align: left;
	border-right: solid #FFFFFF 6px;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 156px;
	border-top: solid #FFFFFF 2px;
}
#menuMainTable {
	width: 100%;
	font-size: .8em;
}
#content_border {
	margin-left: 156px;
	border-left: solid #FFFFFF 7px;
	border-right: solid #FFFFFF 6px;
	border-top: solid #FFFFFF 2px;
}
#content {
	background-color: #FFFFFF;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 6px;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
#footer {
	color: #000000;
	text-align: left;
	padding-top: .75em;
	padding-right: 1.25em;
	padding-bottom: .75em;
	font-size: .85em;
	padding-left: 1.25em;
	border-right: solid #3B62B6 6px;
	border-left: solid #3B62B6 7px;
	border-bottom: solid #3B62B6 6px;
	background-color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #000000;
}
#content h1 {
	font-size: 1.2em;
	color: #3B62B6;
	font-weight: bold;
}
#content h2 {
	font-size: 1.05em;
	color: #3B62B6;
	font-weight: bold;
}
#content h3 {
	font-size: .8em;
	color: #000000;
	font-style: italic;
}
#content p {
	line-height: 1.5em;
	text-align: justify;
}
#content ul {
	list-style-type: disc;
	list-style-image: url(/images/list_arrow2.gif);
	line-height: 1.4em;
	text-align: justify;
}
#content a:link, #content a:visited {
	color: #3B62B6;
}
.menuMainLinks {
	background-color: #3B62B6;
	text-align: center;
	padding: 0.75em;
	color: #FFFFFF;
	border-bottom: solid #FFFFFF 5px;
}
.menuMainLinks a:link,.menuMainLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuMainLinks a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.mainContentNote {
	font-size: .9em;
	font-style: italic;
}
.mainContentNumbering {
	font-weight: bold;
	color: #3B62B6;
}
.mainContentAnchorReturn {
	font-size: .75em;
	font-style: italic;
}
.mainContentFAQHeading {
	font-size: 1.05em;
	font-weight: bold;
	font-style: italic;
}
.mainContentFormFields {
	font-size: .95em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
