body {
	background-image: url(images/purple.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

a:link{
	color: #666699;
	text-decoration:underline;
}
a:hover{
	color: #0099FF;
	text-decoration:none;
}
a:active{
	color: #663333;
	text-decoration:none;
}
a:visited{
	color: #333333;
	text-decoration:underline;
}
a:visited:hover{
	color: #333333;
	text-decoration:underline;
	
}


.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 4px;
	
	
}
.footer a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.footer a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.nav { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/nav.jpg);
}
a.nav:link{
	color: #FFFFFF;
	background-image:none;
	text-decoration:none;
}
a.nav:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
a.nav:active{
	color: #FFFFFF;
	text-decoration:none;
	border:none;
}
a.nav:visited{
	color: #FFFFFF;
	text-decoration:none;
	background-image:none;
}

.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-size: 18px;
	letter-spacing:5px;
	
	}

.subbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	
}

.list {
list-style-image: url(images/bullet.gif);
line-height: 20px;
	

}
 
 .maintext  {
 background-color:#FFFFFF;
 color: #333333;
 padding-left:20px;
 padding-top:20px;
 padding-right:5px;
 line-height: 20px;
 
 }
 
 .small  {
 color: #333333;
 font-size:10px;


}
