body {margin: 0;
	padding: 0;
	background-image: url(images/background.jpg); 
	background-repeat: yes; }

TD {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #000000;
	line-height: 130%;
	
	}
	
.header1 {  font-size: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #005daa;
	line-height: 150%;
	font-weight: bold;
 }
	 
.nav {  font-size: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #614990;
	text-decoration: none;
	font-weight:bold;
	 }

#nav A:link {  font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	 }
	 
#nav A:visited {	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	 }	
	 
#nav A:hover {	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #90bad3;
	text-decoration: none;
	font-weight:bold;
	 }	
	 
A:link {  font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #005daa;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }
	 
A:visited {	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #005daa;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }	
	 
A:hover {	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #c0044b;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }
	 
#footer A:link {  font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #005daa;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }
	 
#footer A:visited {	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #005daa;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }	
	 
#footer A:hover {	font-size: 11px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #c0044b;
	line-height: 120%;
	text-decoration: none;
	font-weight: bold;
	 }
	 
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color:005daa;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 90bad3;
color:000000;
}
	
