@charset "UTF-8";
body {
	background: #666666;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #0C3854;
	line-height: 16pt;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 65px;
	margin-right: 0px;
}
#copy1 {
	margin-right: 50px;
	margin-left: 145px;
}
#copy2 {
}
.oneColFixCtrHdr #footer {
	background-color: #0C3854;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #FFFFFF;
}
#pic1 {
	width: 303px;
	float: right;
	margin-top: 80px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 50px;
}
.blueType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0C3854;
	line-height: 15pt;
}
.boldtype2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-weight: bold;
}
#pics2 {
	float: right;
	width: 360px;
	margin-top: 45px;
	margin-right: 20px;
}
#copy2 {
	margin-right: 50px;
	margin-left: 100px;
}
#mapButtons {
	margin-bottom: 60px;
}
#map {
	height: 490px;
	width: 815px;
	margin-right: 20px;
	margin-left: 42px;
	margin-bottom: 10px;
}
#back {
	margin-bottom: 40px;
	margin-top: 0px;
}
#copy5 {
	margin-left: 85px;
	margin-right: 70px;
}
