@charset "UTF-8";
body  {
	font-size : 12px;
	background: #C9CACC url(images/background_gradient.gif) repeat-x;
	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: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 a:link, a:visited, a:active {
	color: #FFFFFF;
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	font: normal 110% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
h3 a:link, a:visited, a:active {
	color: #FFFFFF;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h4 {
	font: normal 100% Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	text-align: center;
}
h4 a:link, a:visited, a:active {
	 color: #FFFFFF;
	 text-decoration: underline;
}
h4 a:hover {
	color: #FFFFFF;
 	text-decoration: underline;
}
h5 {
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #005D80;
	text-align: center;
}
h5 a:link, a:visited, a:active {
	color: #005D80;
}
h5 a:hover {
	color: #005D80;
 	text-decoration: underline;
}
h6 {
	font: normal 90% Georgia, Times New Roman, Times, serif;
	color: #005D80;
	text-align: center;
}
h6 a:link, a:visited, a:active {
	 color: #005D80;
	 text-decoration: underline;
}
h6 a:hover {
	color: #005D80;
 	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2F4B5C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: 809daf;
	background-image: url(images/background_container.gif);
	background-repeat: repeat-y;
	text-indent: 0px;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	height: 150px;
	width: 780px;
	border-bottom: 1px solid #2F4B5C;
} 
.twoColFixLtHdr #logo {
	background: #FFFFFF;
	height: 150px;
	width: 170px;
	border-bottom: 1px solid #2F4B5C;
	text-align: center;
}
.topnav {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: right;
	}
.topnav A:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.topnav A:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.topnav A:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.topnav A:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
.topnav #_lpChatBtn {
	text-align: left;
	}
.leftnav {
	margin: 0px 0px 0px 0px;
	background-color: #809daf;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, san-serif;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLtHdr #search {
	width: 170px; 
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F4B5C;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #mainpic {
	background: #809DAF;
	width: 165px;
	height: 310px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border: 1px solid #607F92;
	margin: 5px;
}
.twoColFixLtHdr #mainmessage {
	background: #809DAF;
	width: 579px;
	height: 40px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #607F92;
	margin: 5px;
}
.twoColFixLtHdr #category {
	background: #809DAF;
	width: 265px;
	height: 310px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border: 1px solid #607F92;
	margin: 5px;
}
.twoColFixLtHdr #category2 {
	width: 155px;
	height: 120px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	background-color: 809daf;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.twoColFixLtHdr #category3 {
	background: #809DAF;
	width: 280px;
	height: 150px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #607F92;
	padding-right: 2px;
}
.twoColFixLtHdr #category3b {
	background: #809DAF;
	width: 280px;
	height: 150px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
}
.twoColFixLtHdr #category2sub {
	background: #FFFFFF;
	width: 50px;
	height: 110px;
	float: left;
	color: #005D80;
	text-align: center;
	padding: 0px 2px;
	border: 1px solid #2F4B5C;
	margin: 2px;
}
.twoColFixLtHdr #pages {
	width: 580px;
	height: 20px;
	text-align: right;
}
.img {
	border: 1px solid #2F4B5C;
	margin: 0;
}
.img2 {
	padding-right: 5px;
	float: left;
}
.twoColFixLtHdr #footer { 
	color: #005D80;
	font: normal 100% Georgia, Times New Roman, Times, serif;
	text-align: center;
} 
.twoColFixLtHdr #footer h6 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.divider {
	border-top: 1px solid #607F92;
	clear: both;
	margin: 10px;
}
