/* 	Color Palette
	Red: #CC0033  Green: #006666   Blue: #4528AF  Purple: #663399
	
	purple: #4528AF
	
*/
body {
	MARGIN: 0;
	BACKGROUND: #ffffff url('/images/bkgd.gif') fixed 0px 50%;
	font-family:Helvetica,  Arial, Verdana, sans-serif;
	font-size: 75%;
}



a, a:visited, a:active{
	color: #4528AF;
	text-decoration : none;
}

a:hover{
	color: #3366CC;
	text-decoration : underline;
}

a.news, a.news:visited, a.news:active{
	font-size: 14px;
	color: #CC0033;
}

a.news:hover{
	font-size: 14px;
	color: #CC0033;
}


.nav:link, .nav:visited, .nav:active {
	font-size: 80%;
	font-weight:bold;
	color:#4528AF; 
	text-decoration : none;}
	
.nav:hover {
	font-size: 80%;	
	font-weight:bold;
	color:#3366CC; 
	text-decoration: underline;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
 	color: #4B6E5F;}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
 	color: #4B6E5F;}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
 	color: #000000;}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	color: #000000;}
	
.footer:link, .footer:visited, .footer:active {
	font-size: 10px;
	font-weight:normal;
	color:#3366CC; 
	text-decoration : none;}
	
.footer:hover {
	font-size: 10px;	
	font-weight:normal;
	color:#CC0033; 
	text-decoration: underline;}


.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #000000;}
	
table.bkgd {
	background-image : url(/images/bkgd.gif);
	background-repeat : no-repeat;
	background-color: #FFFFFF;}
	
.LightBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #003300;
	position:relative;
	/*position:absolute;*/
	top: 12px;
	left: 12px;
	height: 75px;
	width: 200px;
	background-color: #990000;}
	
.DarkBox {
	position:relative;
	top: 13px;
	left: 13px;
	height: 75px;
	width: 200px;
	background-color:#cccccc;}


