.header {
	background-color: #BFD4F1;
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0px;
	top: 0px;
}
.menu {
	background-color: #BFD4F1;
	position: absolute;
	width: 160px;
	left: 0px;
	top: 160px;
}
.mainbody {
	position: absolute;
	left: 161px;
	top: 145px;
	margin: 15px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	width: 100%;
}
h1 {
	font-size: 1.5em;
	color: #006633;
}
h2 {
	font-size: 1.25em;
	color: #336699;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006633;
}
.h3nobreak {
	font-size: 1.1em;
	font-weight: bold;
	color: #006633;
}
.fineprint {
	font-size: 0.85pc;
	font-style: italic;
}
.standout {
	color: #006633;
	font-weight: bold;
}
.columnheaders {
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.footer {
	font-size: 0.75em;
	font-style: italic;
	margin-left: 5px;
}
a:link {
	color: #006633;
}
a:visited {
	color: #336699;
}
.subheading {
	font-size: .8em;
}

