@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	background: #ccffff;
	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: #000000;
	font-size: 0.9em;
}
#horiznavbar {
	width:360px;
	left: 20px;
	top: 270px;
	padding: 0;
	position: relative;
	margin: 0;
	}
#horiznavlist {
padding: 0 2px 1px;
margin-left: 0;
font: bold 14px Verdana, sans-serif;
}

#horiznavlist li
{
	list-style: none;
	display: inline;
	width: 110px;
}

#horiznavlist li a
{
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #009999;
	background: #ccff99;
	text-decoration: none;
	color: #000000;
}
#horiznavlist li a:hover
{
	border-color: #ffff66;
	color: #ffff00;
	background: #006666;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #006666;
	text-align: left;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #3366cc;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	padding: 0;
}

#headerarea {
	text-align: left;
	font-weight: bold;
	position: relative;
	top: 275px;
	left: 20px;
	width: 540px;
	padding: 0;
	height: 50px;
	}
#vertnavbar {
	width: 100px;
	left: 655px;
	top: 265px;
	position: absolute;
	margin: 0;
	padding: 0;
}
#vertnavbar img {
	padding: 0px;
	margin: 0;
	padding-top: 2px;
}

#mainContent {
	position: relative;
	top: 290px;
	left: 20px;
	width: 590px;

}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 20px;
}
#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 */
}
.CntrParagraph {
	text-align: center;
}
#headerarea H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #006666;
	text-align: left;
	padding: 0;
	margin: 0;
}
#SubmainContent {
	top: 45px;
	left: 50px;
	width: 590px;
	margin-top: 50px;
	margin-left: 30px;
	}
#subheader {
	position: relative;
	left: 30px;
	top: 25px;
	height: 50px;
	width: 560px;
}
#subheader H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

li {
	padding-top: 10px;
}
dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
	font-size: 1.1em;
}
