@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #FFFFFF;
	left: 10px;
	top: 10px;
}
.header {
	height: 274px;
	width: 900px;
}
.maincontent {
	width: 900px;
	height: auto;
}
.footer {
	height: 150px;
	width: 900px;
	background-color: ffffff;
	vertical-align: bottom;
	background-position: bottom;
	clip: rect(auto,auto,auto,auto);
	z-index: 2;
}
img {
	padding-right: 15px;
	padding-bottom: 10px;
}
#content {
	width: 700px;
	position: absolute;
	left: 161px;
	top: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: 000e4c;
	margin-right: 10px;
	margin-top: 30px;
	margin-left: 30px;
	height: 1001px;
	float: none;
}


#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: .8em;
	padding-top: 5px;
	text-align: right;
	position: relative;
}

#navcontainer li {
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	padding-right: 5px;
	color: #000e4c;
	padding-left: 10px;
	margin-bottom: 0px;
}
.subheading {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}


#navcontainer a:hover {
	color: #9D9E9F;
	text-decoration: underline;
}
#map {
	border: medium solid 000e4c;
}

