﻿body	
{  
	background: url("graphics/BG.jpg") no-repeat center top;
	background-color:#000;
	width: 98%;
	display:block;
	margin-top:10px;
}
a:link 
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #fff;  
     font-weight: normal; 
     text-decoration: underline;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #fff;  
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #AABEE1; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #AABEE1; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Site Navigation */
{
     font-family: Verdana,arial; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal;  
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
a.Nav:visited /* Navigation Visited */
{
     font-family: Verdana,arial; 
     color: #fff; 
     font-size: 0.8em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
a.Nav:active /* Navigation Active */
{
     font-family: Verdana,arial; 
     color: #AABEE1; 
     font-size: 0.8em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
a.Nav:hover /* Navigation Hover */
{
     font-family: Verdana,arial; 
     color: #AABEE1; 
     font-size: 0.8em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
a.Foot:link /* Begin Site Navigation */
{
     font-family: Verdana,arial; 
     color: #fff; 
     font-weight: normal;  
     text-decoration: none;
}
#wrapper
{
	width: 800px;
	background-color: #004B7D;
	margin-left: auto;
	margin-right: auto;
}
#banner
{
	width: 800px;
	background-color: #004B7D;
}
#nav
{
	width: 780px;
	background-color: #004B7D;
	padding:5px 10px 5px 10px;
	text-align:right;
}
#flashcontent /* Site Banner */
{
	width: 800px;
	background-color: #004B7D;
	color:#fff;
}
.content
{
	width: 760px;
	background-color: transparent;
	padding:10px 10px 10px 10px;
}
#mastTBL
{
	width: 800px;
	background-color: transparent;
	margin-top:10px;
	margin-bottom:20px;
}
.centerTD
{
	background-color: transparent;
	padding:15px 0px 15px 0px;
	text-align:center;
}
.imgLink
{
	border:0px;
}
.siteText /* Main text for Site */
{
	font-family: Verdana,arial;
	color: #E0E0E0;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-align:justify;
}
li /* bullet text Site */
{
	font-family: Verdana,arial;
	color: #E0E0E0;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}
.sigLeft
{
	width: 375px;
	background-color: transparent;
	padding:5px 0px 5px 0px;
	text-align:center
}
.sigRight
{
	width: 375px;
	float:right;
	background-color: transparent;
	padding:5px 0px 5px 0px;
	text-align:center
}
.footText /* Main text for Site */
{
	font-family: Verdana,arial;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}
#footer
{
	width: 800px;
	background-color: #004B7D;
}

