@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 16px 0 0 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-color: #002a5c;
	background-image: url(/images/body-background.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 130%;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/container-background.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	height: 544px;
	width: 1000px;
}
#logo {
	width: 200px;
	height: 180px;
	display: none;
	position: absolute;
	margin-left: -485px;
	left: 50%;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 10px;
	color: #002a5c;
	font-size: 11px;
	line-height: 160%;
}
.twoColFixLtHdr #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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.twoColFixLtHdr #footer {
	background:#002a5c;
	height: 220px;
	color: #FFF;
	font-size: 12px;
	width: 1000px;
} 
.twoColFixLtHdr #footer2 {
	width: 1000px;
}

.twoColFixLtHdr #footer #footer-photo {
	float: left;
	height: 186px;
	width: 235px;
}
.twoColFixLtHdr #footer #footer-nav {
	font-size: 9px;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
	float: right;
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	width:765px;
}
.twoColFixLtHdr #footer #footer-nav a:link {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}
.twoColFixLtHdr #footer #footer-nav a:visited {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}.twoColFixLtHdr #footer #footer-nav a:hover {
	color: #FFF;
	text-decoration: underline;
	line-height:150%;
}.twoColFixLtHdr #footer #footer-nav a:active {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}.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;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;	
}
h1 {
	font-size: 18px;
	color: #002a5c;
	font-style: italic;
	text-decoration: underline;
	padding-top: 20px;
}
#nav {
	z-index: 20;
	color: #002a5c;
	font-size: 11px;
	width:320px;
	height: 30px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 180px;
}
a:link {
	color: #9f741e;
}
a:visited {
	color: #9f741e;
}
a:hover {
	color: #002a5c;
}
a:active {
	color: #9f741e;
}
#head-image {
	height:544px;
	width:765px;
	float: right;
	position: relative;
	z-index: 10;
}
.twoColFixLtHdr #header2 {
	height: 294px;
	width: 1000px;
}
h2 {
	font-size: 28px;
	color: #002a5c;
	font-style: italic;
	text-decoration: none;
	padding-top: 20px;
	line-height: -50%;
}
.photo-right {
	float: right;
	margin-left: 30px;
	border: medium solid #00285B;
	margin-bottom: 10px;
}
.photo-left {
	float: left;
	margin-right: 30px;
	border: medium solid #00285B;
	margin-bottom: 10px;
}


