body {
	background-image: url(images/gray_blue.jpg);
	font-family:  Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color: #003366;

}

/*a:link
{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover
{
	text-decoration: none;
	color: #669966;
	
}
a:active
{
	color: #FFFFFF;
	text-decoration:none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;

}*/

a:link {
 color: #336633;
 text-decoration:underline;
}
a:visited {
 color: #336633;
}
a:hover {
 color: #336633;
 text-decoration: none;
}
a:active {
 color: #336633;
 text-decoration:none;
 
}
.footerback {
	background-repeat:repeat-x;
	background-image: url(images/footer.jpg);
	
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 3px;
	
}

a.footertext:link
{
	color: #FFFFFF;
	text-decoration:none;
}
a.footertext:hover
{
	text-decoration: none;
	color: #669966;
	
}
a.footertext:active
{
	color: #FFFFFF;
	text-decoration:none;
}
a.footertext:visited
{
	color: #FFFFFF;
	text-decoration: none;
	
}

.nav {
	background-image: url(images/nav.jpg);
	font-size:13px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;
	padding-top:5px;

}
.navforadmin {
	background-image: url(images/nav.jpg);
	font-size:13px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:7px;

}
a.nav:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:hover {	
	color: #339933;
	text-decoration: none;
	
}
a.nav:active {
	color: #FFFFFF;
	text-decoration:none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;

}
 
 .main  {
 background-color:#FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 line-height: 25px;
 padding-left:45px;
 padding-right:50px;
 padding-top:20px;
 color: #000033;
 
 }
 
 .italic  {
 background-color:#FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-style:italic;
 color: #000066;
 
 }
 
 .comments  {
 background-color:#FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-weight:bold;
 color: #000066;
 
 }
 
 .banner  {
 background-color: #FFFFFF;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bolder;
 font-size: 18px;
 color: #336633;
 
 
}


 
	
	