body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.logo {
	position: absolute;
	top: 18px;
	left: 35px;
	border: 2px solid #336699;
}
#side {
	float: left;
	display:inline-block;
	padding: 5px;
	background-color: #F2F2FF;
	width: 200px;
	height: 1750px; /* originally was 400px */
	border: medium solid #000000;
}
#topbox {
	background-color: #AFC9E2;
	text-align: center;
	padding: 5px;
	height: 101px;
}
#bottombox {
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #2D5986;
}
#mainbody {
	float: left;
	background-color: #FFFFFF;
	display:inline-block;
	width:75%;
	height: 400px;
	padding: 5px;
	border: medium none #000000;
}
#middlebox {
	background-color: #FFFFFF;
	margin-right: 182px;
	margin-left: 182px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: static;
	text-indent: 10px;
}
.mainlinks {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sublinks {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nolink {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* this is red padding that is temporaritly added to highlight positioning 
#side, #mainbody {  
  border: 1px solid red;
  padding: 2px;
  margin-bottom: 2px;
}
*/