﻿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: #C7DBE7;  
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #C7DBE7;  
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Site Navigation */
{
     font-family: Verdana,arial; 
     color:#C7DBE7; 
     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: #C7DBE7; 
     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: #fff; 
     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: #fff; 
     font-size: 0.8em;
     font-weight: normal; 
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
a.Footer:link /* Begin Site Navigation */
{
     font-family: Verdana,arial; 
     color:#C7DBE7; 
     font-weight: normal;  
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}
#wrapper
{
	width: 800px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}
#banner
{
	width: 800px;
	background-color: transparent;
}
#nav
{
	width: 780px;
	background-color: transparent;
	padding:5px 10px 5px 10px;
	text-align:right;
}
#siteContent
{
	width: 800px;
	background-color: transparent;
	margin:5px 0px 5px 0px;
}
#hmMain
{
	width: 800px;
	background-color: transparent;
}
#mastTBL
{
	width: 800px;
	background-color: transparent;
}
.galTbl
{
	width: 800px;
	background-color: #2D3C5F;
}
.centerTD
{
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:center;
	font-family: Verdana,arial;
	color: #C7DBE7;
	font-size: 0.8em;
}
.imgTD
{
	background-color: transparent;
	text-align:center;
}
.textTD
{
	background-color: #2D3C5F;
	text-align:left;
	vertical-align:top
}
.imgLink
{
	border:0px;
}
.imgGal
{
	border: 1px #fff solid;
	margin-bottom: 4px;
}
h1 /* Heading text for Site */
{
	font-family: Verdana,arial;
	color: #fff;
	font-size: 0.9em;
	font-weight:bold;
	margin: 10px 10px 5px 10px;
}
.siteText /* Main text for Site */
{
	font-family: Verdana,arial;
	color: #C7DBE7;
	font-size: 0.8em;
	margin: 10px 15px 5px 15px;
}
.footerText
{
	font-family: Verdana,arial; 
	color: #C7DBE7;
    font-size: 0.8em;
    font-weight: normal; 
    text-decoration: none;
}
#footer
{
	width: 800px;
	padding: 2px 0px 2px 0px;
	background-color: #2D3C5F;
	text-align:center;
}
