body {
	font-family: Arial, Helvetica, sans-serif;
	background: #1B284B url('images/background.jpg') bottom left repeat-x fixed;
}

p, td, div, ul, ol, blockquote {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003366 ;
	}
	
#dropmenudiv{
position: absolute; z-index: 1;
border: 1px solid #7F90AC;
font: normal 11px Arial;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}

	
.blueheader {font-size: 12px; font-weight: bold; color: #003366; }
.bluetext {font-size: 11px; color: #003366; }
	
a:link { color: #003366; text-decoration: none; font-weight: bold; }
a:visited { color: #003366; text-decoration: none; font-weight: bold; }
a:hover { color: #000000; text-decoration: underline; font-weight: bold; }
a:active {color: #003366; text-decoration: none; font-weight: bold; }

.link:link { color: #000000; text-decoration: none; font-weight: normal; }
.link:visited { color: #000000; text-decoration: none;  font-weight: normal; }
.link:hover { color: #003366; text-decoration: none;  font-weight: normal; }
.link:active {color: #000000; text-decoration: none;  font-weight: normal; }

.blue:link { color: #003366; text-decoration: none; }
.blue:visited { color: #003366; text-decoration: none; }
.blue:hover { color: #003366; text-decoration: underline;}
.blue:active {color: #003366; text-decoration: none; }

.white { color: #ffffff; text-decoration: none; font-weight: normal; }
.white:link { color: #ffffff; text-decoration: none; font-weight: normal; }
.white:visited { color: #ffffff; text-decoration: none;  font-weight: normal; }
.white:hover { color: #ffffb9; text-decoration: none;  font-weight: normal; }
.white:active {color: #ffffff; text-decoration: none;  font-weight: normal; }

.navigation { font-size: 13px; }
.small { font-size: 13px; }
.title {font-size: 16px; font-weight: bold; color: #1B284B; }
.header {font-size: 14px; font-weight: bold; }
.copyright { font-size: 10px; color: #ffffff; }




