@charset "utf-8";

.footer a:link {
	color: blue;
}

p .footer a:link {
	text-align: center;
	font: bold 2em Verdana, Arial, Helvetica, sans-serif;
}

.image_float_right {
	float: right;
	display: compact;
}
.image_float_right_home {
	vertical-align: top;
	float: right;
	clear: left;
}
.image_float_center {
}

.image_float_left {
	float: left;
	vertical-align: middle;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Georgia, serif, Times;
	font-size: 100%;
}

.twoColFixLt #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	left: 0px;
	top: 6px;
	position: relative;
	background-color: #003D7C;
	height: 125em;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: none;
	background-position: left center;
	font-family: "Helvetica Neue", Helvetica, Georgia, serif, Times;
	color: #000000;
} 
.twoColFixLt #header {
	margin: 0 0 0 250px;
	background-image: none;
	background-position: left center;
	font-family: "Helvetica Neue", Helvetica, Georgia, serif, Times;
	color: #003D7C;
	font-size: 24px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#footerContainer {
	float: none;
	text-align: right;
}
#scrollMenu {
	position:absolute;
	left:62px;
	top:684px;
	width:150px;
	height:58px;
	z-index:1;
}

.bold {
	font-family: "Helvetica Neue", Helvetica, Georgia, serif, Times;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	cursor: auto;
}
.description_text {
	color: #004C8A;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}
.trademark_text {color: #004C8A; font-size: xx-small; }
.compliant_text {font-size: xx-small}
.recommendation_text {font-size: x-small}

