@charset "UTF-8";
body  {
	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: #1665A1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1665A1;
	background-image: url(../images/body_bkgd.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/225px_bkgd.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container #topnav {
	background-color: #1665A1;
	height: 30px;
	width: 900px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header {
	height: 115px;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #container #header p a .fltlft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#site_area {
	height: 70px;
}
#site_area #submenu_box {
	height: 70px;
	width: 375px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}
#site_area #submenu_box h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding-top: 30px;
	padding-left: 20px;
	color: #24659F;
	font-weight: normal;
}
#mainContent {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	font-size: 19px;
}
#mainContent h2 {
	font-size: 19px;
}
#mainContent h3 {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 18px;
}
#mainContent p {
	font-size: 14px;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#mainContent ul li {
	font-size: 14px;
	line-height: 16px;
}
#mainContent ol li {
	font-size: 14px;
	line-height: 16px;
}
#mainContent table tr td p {
	text-indent: 0px;
	-moz-background-inline-policy: bounding-box;

}
#mainContent table tr td h3 {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	background-color: #C8DCEB;
	padding-left: 5px;
}
#mainContent a:link {
	color: #24659F;
	font-style: italic;
	text-decoration: underline;
}
#mainContent a:visited {
	font-style: italic;
	color: #9F9FA2;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer {
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	height: 60px;
	text-align: left;
}
.twoColFixLtHdr #container #footer a {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 0px;
	line-height: 30px;
	color: #1665A1;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #footer p {
	font-size: 11px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.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;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	padding: 0px;
}
.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;
}
.left_pic_box {
}

