﻿/* CSS layout */
#masthead {
	background: #00457C;
}
#top_nav {
	background: #00457C;
	text-align: left;
}
#page_content {
	border-width: none;
	border-style: none;
	background: #FFFFFF;
}
h1{font-size:0.85em;}
h2{font-size:0.85em;}
#footer {
	text-align: center;
}
 }
<style type="text/css">
<!--
body { text-align:center; }
#masthead {
	background-color: #00457C;
	background: #00457C;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
-->
</style>
<style type="text/css">
<!--
body { text-align:center; }
#top_nav {
	background-color: #00457C;
	background: #00457C;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
-->
</style>
<style type="text/css">
<!--
body { text-align:center; }
#page_content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
-->
</style>
<style type="text/css">
<!--
body { text-align:center; }
#footer {
	text-align: center;
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color: #000066;
}
-->
</style>


#top_nav ul  {
	list-style-type: none;
	list-style-image: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #000000;
}
#top_nav li  {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	list-style-type: none;
}
#top_nav a {
	padding-right: 7px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

