@charset "utf-8";
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: #000000;
	background-color: #001E4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #011D4C;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #011D4C;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#top_header {
	width: 1000px;
	height: 35px;
}
#nav_header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#bottom_header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 71px;
}
.p_body {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.p_form {
	margin: 0px;
	padding-top: 10px;
}


#sidebar {
	float: left;
	width: 220px;
	margin: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
}
#sidebar_image {
	height: 114px;
	width: 220px;
}


#sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 39px;
	background-image: url(images/Sidebar_bkgd.jpg);
	background-repeat: repeat-y;
	text-align: justify;
}
#sidebar_disclaimer {
	font-size: 10px;
	color: #001E4C;
}

.Sidebar_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001E4C;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
}
#sidebar_date {
	text-align: center;
	font-size: 10px;
}

#sidebar_footer {
	height: 26px;
	width: 220px;
}

#Main_Content {
	background-color: #011D4C;
	background-image: url(images/smalls&r.jpg);
	background-repeat: repeat-y;
	margin-left: 220px;
}
#Content_Wrapper {
	padding-left: 20px;
	width: 700px;
	text-align: justify;
}
.content_image {
	padding-bottom: 10px;
	width: 700px;
}
.image {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

#form_wrapper {
	width: 350px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #011D4C;
	font-size: 11px;
	font-weight: bolder;
	padding-bottom: 10px;
}
.text_area {
	height: 50px;
	width: 350px;
}

.content_image_bottom {
	width: 700px;
	padding-top: 10px;
}


#Content_Footer {
	height: 26px;
	width: 779px;
}

#footer {
	width: 780px;
	background-color: #011D4C;
	padding-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-bottom: 20px;
}
.footer_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
.footer_li {
	list-style-type: none;
	display: inline;
}

/*link script for text links on the footer - light grey */
A.footer:link {text-decoration: none; color:#CCCCCC}
A.footer:visited {text-decoration: none; color:#CCCCCC}
A.footer:active {text-decoration: none; color:#CCCCCC}
A.footer:hover {text-decoration: underline; color:#CCCCCC}
