@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(images/smoky.jpg);
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}

.twoColFixLtHdr #container {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 220px;
	background-image: url(images/Header_120808C_New.png);
	background-repeat: no-repeat;

} 
.twoColFixLtHdr #headerbar {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 35px;
}
.twoColFixLtHdr #container #headerbar a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #headerbar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #BAD6B0;
	text-decoration: none;
}
.twoColFixLtHdr #container #headerbar a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.twoColFixLtHdr #container #headerbar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}




.twoColFixLtHdr #headerbar1 {
	width: 485px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 20px;
	float: left;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #headerbar2 {
	width: 90px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 17px;
	float: left;
	background-color: #00469B;
	padding: 3px 0px 0px 0px;
}
.twoColFixLtHdr #headerbar3 {
	width: 90px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 17px;
	float: left;
	background-color: #00469B;
	padding: 3px 0px 0px 0px;
}
.twoColFixLtHdr #headerbar4 {
	width: 90px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 17px;
	float: left;
	background-color: #00469B;
	padding: 3px 0px 0px 0px;
}

.twoColFixLtHdr #headerbar5 {
	width: 90px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 17px;
	float: left;
	background-color: #00469B;
	padding: 3px 0px 0px 0px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px;
	list-style-type: none;
	background-color: #00469B;
	color: #FFFFFF;
}
.twoColFixLtHdr   #container   #sidebar1   #sidenav  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	background-position: left;
	text-align: left;
	display: block;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}
.twoColFixLtHdr #container #sidebar1 #sidenav li {
	text-decoration: none;
	display: block;
	list-style-image: none;
}
.twoColFixLtHdr #container #sidebar1 #sidenav li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #sidenav li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BAD6B0;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #sidenav li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #sidenav li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}






.twoColFixLtHdr #mainContent {
	margin: 0 0 0 170px; /* 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: 0px 10px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #backtotop {
	background-color: #FFFFFF;
	height: 35px;
	padding-bottom: 1px;
	padding-right: 10px;
}

.twoColFixLtHdr #footer {
	padding: 4px 10px 0px 20px;
	background-color: #B0D4A4;
	height: 18px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.headerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00469B;
	background-position: center center;
	text-align: right;
	vertical-align: middle;
}
.btt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #527DB4;
	text-align: right;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.maintextstrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent .header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.maintextstrongcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-style: italic;
}

a:link.name {color: #FFFFFF; text-decoration:underline;}
a:visited.name {color: #FFFFFF; text-decoration:underline; }
a:hover.name {color: #FFFF00; text-decoration:underline }