body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 10px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #001A3D;
}
#main_content {
	width: 525px;
	padding-right: 25px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	float: right;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(images/contentBkg.jpg);
}
#header {
	background-color: #CCC;
	width: 800px;
	height: 100px;
}
a{
	font-size:12px;
	color: #933;
	text-decoration: underline;
	font-weight: bold;
}
p{
	margin: 15px 0px;
}
/********************** Content ***************************/
#content {
	width:800px;
}
h1{
	color:#036;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
	color:#660000;
	font-size:14px;
	text-align:left;
	margin: 10px 0px 15px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/********************** Footer ***************************/
#foot_border {
	clear:both;
	font-size:1px;
	height:10px;
	background-image: url(/images/foot_bg.gif);
	background-repeat: no-repeat;
}
#footer {
	width:785px;
	text-align:center;
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(images/footer.jpg);
	height: 70px;
	background-repeat: no-repeat;
	border: 3px solid #CCC;
	margin-left: 5px;	
}
#container #footer #footerText {
	margin-left: 650px;
	margin-top: 35px;
}
#container #banner2 {
	height: 194px;
	background-color: #999;
	width: 794px;
}
#footer a {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#container #content #left_nav a {
	list-style-type: none;
	font-size: 12px;
	color: #003047;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #content #left_nav {
	width: 231px;
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	height: 100%;
	font-size: 12px;
	color: #002D42;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #content #left_nav p a img {
}
#container #content #left_nav p a:hover {
	color: #630;
	text-decoration: underline;
}
#container #content #main_content li {
	list-style-type: disc;
	margin-left: 35px;
}
.names {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
blockquote {
	margin-left: 20px;
}
#Title {
	visibility: hidden;
	display: none;
}
#container #pageHeader {
	width: 800px;
}
#container #pageHeader #navImages {
	height: 100px;
	width: 800px;
}
#container #content #left_nav {
	text-align: center;
}
#container #pageTitle {
	display: none;
	visibility: hidden;
}
hr {
	margin-top: 16px;
	margin-bottom: 16px;
}



	
#topNav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 7px;
	height: 34px;
	width: 786px;
	background-repeat: no-repeat;
	background-image: url(images/topNav.jpg);
	position: relative;
	background-color: #01354D;
	z-index: 10;
	background-position: -2px 100%;
}
#container #topNav a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
#container #topNav a:hover {
	color: #FC6;
}



/* These styles create the dropdown menus. */
#topNav li {
	list-style: none;
	float: left;
}
#topNav li a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 40px;
	height: 25px;
}
#topNav li a:hover {
	color: #FC6;
}

#topNav li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #01354D;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 13px;
	
}

#topNav ul li ul li a {
	width: 10em; /* Width to help Opera out */
	background-color: #01354D;
	font-size: 12px;
	height:auto;
	padding: 5px;
	border-width: thin;
	border-style: solid;
	border-color: #666;
}

#topNav li:hover ul, #topNav li.hover ul {
	display: block;
	position: absolute;
	margin: -5px 0 0 20px;
	padding: 0;
}
#topNav li:hover li, #topNav li.hover li {
	float: none;
	color: white;
}
#topNav li li a:hover {
	color: #FC6;
}
.notice {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
