HTML {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

div.header{
background: white; 
color: black;
position: absolute;
left: 2px;
width: 100%;
top: 2px; /* 2 pixels from the top */
} 

div.menu{
font-size:0.9em;
background: #0E4B94;
color: white;
position: absolute;
left: 4px;
width: 1000px;
height: 28px;
top: 118px; 
} 

div.colfull{
font-size:1.0em;
background: white; 
color: black;
position: absolute;
left: 4px;
width: 997px;
top: 152px; 
padding-right: 3px;
}

div.col1{
font-size:1.0em;
background: white; 
color: black;
position: absolute;
left: 6px;
width: 32%;
top: 153px; 
border-height: 400px;
border-right-color: #CCCCCC; 
border-right-style: solid; border-right-width: 1px; 
padding-right: 3px;
} 

div.col2{
font-size:1.0em;
background: white; 
color: black;
position: absolute;
left: 34%;
width: 32%;
top: 153px; 
border-height: 400px;
border-right-color: #CCCCCC; 
border-right-style: solid; border-right-width: 1px; 
padding-right: 3px;
} 

div.col3{
font-size:1.0em;
background: white; 
color: black;
position: absolute;
left: 68%;
width: 32%;
top: 153px; 
border-height: 400px;
border-right-color: #CCCCCC; 
border-right-style: solid; border-right-width: 1px; 
padding-right: 3px;
} 

a:link { color: white;  background-color: #0E4B94; text-decoration: none; font-weight: bold}
a:visited { color: #FFFFCC; background-color: #0E4B94; text-decoration: none; font-weight: bold}
a:hover { color: #CC0000; background-color:#FFFFFF; text-decoration: underline; }
a:active { color: #006666; background-color:#FFFFFF; text-decoration: underline; }

H1 {font-size:1.6em}  /* displayed at 24px */

H2 {font-size: 1.4em; color: #0E4B94; font-weight: 500;
background-color: #CCCCCC;
text-align: left;
margin-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom-style: solid;
border-bottom: 2px #CC0000;
border-top-style: solid;
border-top: 2px #CC0000}  

H3 {font-size: 1.3em; color: #CC0000 }  
H4 {font-size: 1.4em; color: #0E4B94 }  

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.right {
float: right;
padding: 2px 2px 2px 2px;
}
.style3 {font-size: 1.2em; font-family: Arial, Verdana, Helvetica, sans-serif;
}

hr.f {width: 100%; color: #01408D; height: 3px;  
	}
	
/* TOP NAVIGATION */

#topnav {
	padding: 0 0 0 0;
	margin-bottom: 0;
	background-color: #66CBFF;
	color: #0021C7;
	font-size: 1.0em;
	text-align: center;
	position: absolute;
	left: 0%;
	width: 100%;
	top: 150px; /* 120 pixels from the top */
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#topnav li {
	margin: 0;
	float: left;
	position: relative;
}

#topnav li a {
	display: block;
	padding: 5px;
	background-color: #66CBFF;
	color: #0021C7;
	text-decoration: none;
}

.RH {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12pt; color: #CC0000;}

.RHS {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #CC0000;}

html>body #topnav li a {
	width: auto;
}

#topnav li a:hover {
	background-color: #ADBFDB;
	color: #B53908;
}

a.txt:link { color: #669900;  background-color:#FFFFFF; text-decoration: none; }
a.txt:visited { color: #006666; background-color:#FFFFFF; text-decoration: none; }
a.txt:hover { color: #CC0000; background-color:#FFFFFF; text-decoration: underline; }
a.txt:active { color: #006666; background-color:#FFFFFF; text-decoration: underline; }
