body {
	background-color: #017795;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3391AA;
	background-color: #014354;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E3EC;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4FAFB;
	padding: 3px;
	border: 1px solid #D8EDF1;
	font-weight: bold;
	font-style: italic;
}
img {
    vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smalltext {
	font-size: 11px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
	color: #333333;
}
#navigation {
	height: 171px;
	width: 1000px;
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
}
#heading {
	height: 106px;
	width: 373px;
	background-image: url(../images/head-bg.jpg);
	padding-top: 153px;
	padding-left: 627px;
}
#leftbar {
	width: 309px;
	float: left;
	background-image: url(../images/left-bar-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
}
#content {
	width: 465px;
	float: left;
	margin-left: 15px;
}
#footer {
	width: 1000px;
	clear: both;
	background-image: url(../images/footer-bg.jpg);
	color: #FFFFFF;
	padding-top: 90px;
	background-repeat: no-repeat;
	background-color: #017795;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:visited {

	color: #FFFFFF;
}
#footer a:hover {

	color: #98D6E4;
}

#topnav {
	float: right;
	height: 110px;
	width: 483px;
	margin-right: 110px;
	margin-top: 10px;
	background-image: url(../images/topnav.jpg);
}
#logo {
	height: 171px;
	width: 375px;
	float: left;
}
#sitemap a {
	color: #2B4FA3;
}
#sitemap a:link {
	color: #2B4FA3;
}
#sitemap a:hover {

	color: #3CC6EB;
}
