body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:62.5%;
	color: #003366;
	background-image: none;
	background-color: #003366;
} 
H1 {font-size:2em}  /* displayed at 20px */
H2 {font-size:1.5em}  /* displayed at 15px */
H3 {font-size:1.2em}  /* displayed at 12px */
H4 {font-size:1em}  /* displayed at 10px */

INPUT, SELECT, TH, TD {font-size:1em}
LI LI {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

.font9point {
	font-size: 0.9em;
}
.redfont {
	color: #FF0000;
	font-weight: bold;
}
.greenfont {
	color: #00B100;
	font-weight: bold;
}
.indent20 {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 20px;
}
a.mainnavlink:link
{
	text-decoration: none;
	color: #FFFFD8;	
}
a.mainnavlink:visited
{
	text-decoration: none;
	color: #FFFFD8;	
}

a.mainnavlink:active
{
	text-decoration: underline;
	background-color: #1538EB;
	color: #FFFFD8;	
}
a.mainnavlink:hover
{
	text-decoration: none;
	background-color: #FFFFD8;
	color: #1538EB;	
}
 
#banner {
	font-size:1.2em;
	position:absolute;
	left:25px;
	top:1.5em;
	width:750px;
	height:10.2em;
	z-index:3;
	background-color: #FFFFD8;
	border-bottom-width: 1.2em;
	border-bottom-style: solid;
	border-bottom-color: #00B100;
}
#banner_center {
	font-size:1.1em;
	height: 1.07em;
	width: 250px;
	position: absolute;
	left: 213px;
	top: 6px;
	margin-right: 4px;
	margin-left: 6px;
}

#banner_right {
	font-size:1.1em;
	height: 1.07em;
	width: 263px;
	position: absolute;
	left: 478px;
	top: 0.6em;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 5px;
}

#bar {
	font-size:1.2em;
	position:absolute;
	left:25px;
	top:11.4em;
	width:750px;
	height:2em;
	z-index:1;
	background-color: #1538EB;
}
#sidebar {
	font-size:1.2em;
	position:absolute;
	left:25px;
	top:14.5em;
	width:155px;
	/*height variable within head tag of each page*/
	z-index:3;
	background-color: #1538EB;
	padding-left: 15px;
}
#content {
	font-size:1.2em;
	position:absolute;
	left:213px;
	top:14.5em;
	width:561px;
	/*height variable within head tag of each page*/
	z-index:3;
	background-color: #FFFFD8;
}
#footer {
	color: #FFFFD8;	
	font-size:1.2em;
	position:absolute;
	left:25px;
	/*top variable within head tag of each page */
	width:750px;
	height:7em;
	z-index:1;
	background-color: #1538EB;
}
