@charset "utf-8";
/* CSS Document */

body
{ 
background-image: url('images/backblue.gif');
background-repeat: repeat-x
}

.header {
font-family:Verdana, Helvetica;
color:#d5df4d;
font-size:20;
font-weight:bold;
}

.t2 {
font-size:7;
text-indent: -99999;
width: 1px;
}

.text {
font-family:sans-serif;
color:02a2e0;
font-size:13;
}

.subheader {
font-family:Verdana, Helvetica;
color:#d5df4d;
font-size:14;
font-weight:bold;
}

.footer {
font-family:sans-serif;
color:02a2e0;
font-size:11;
}

.HQ {
font-family:sans-serif;
color:02a2e0;
font-size:10;
}

.table {
font-family:sans-serif;
color:02a2e0;
font-size:11;
}

.tablei {
font-family:sans-serif;
color:02a2e0;
font-size:11;
font-style:italic;
}

.bold {
font-family:sans-serif;
color:02a2e0;
font-weight:bold;
font-size:12;
}


#dropmenudiv{
position:absolute;
border: none
border-color:ffffff;
border-bottom-width: 0;
font-family:sans-serif;
font-size:11;
line-height:23px;
z-index:10;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 14px;
border-bottom: 1px solid;
border-bottom-color:ffffff;
padding: 1px 0;
color:ffffff;
font-family:Verdana, Helvetica;
text-decoration:none;
font-weight:bold;
background-color: d5df4d;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eaefa6;
color:02a2e0;
}



#leftsidenav {
width: 300px;
}

#leftsidenav ul {
list-style: none;
margin:0;
padding:0;
}

#leftsidenav li {
border-bottom: 1px solid #02a2e0;
border-left: 1px solid #02a2e0;
border-right: 1px solid #02a2e0;
	font-family:Verdana, Helvetica;
	padding: 0.4em 0 0.4em 1.0em;
	color:ffffff;
	font-size:11;
	text-decoration:none;
	background: #ffffff

}

#leftsidenav li a{
	font-family:Verdana, Helvetica;
	color:02a2e0;
	font-size:11;
	text-decoration:none;
	font-weight:bold;


}

#leftsidenav li a:link, #navigation li a:visited {
display: block;
background-color: #ffffff;
color: #02a2e0;
text-decoration: none;
}

#leftsidenav li a:hover{
	text-decoration:none;
	color:#d5df4d;
}

#leftsidenavtitle {
	width: 300px;
	height: 30px;
	background-image:url(images/roundedtop.gif);
}

#leftsidenavtitle ul {
	list-style: none;
	margin:0;
	padding:0;
}

#leftsidenavtitle li a{
	font-family:Verdana, Helvetica;
	color:#ffffff;
	font-size:14;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding: 0.4em 0 0.4em 0.8em;
	color: #ffffff;
}

#leftsidenavbottom {
	width: 300px;
	height: 15px;
	background-image:url(images/roundedbottom.gif);
	

















