﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 20px auto 10px auto;
        background-color: #000;
}
a:link /* Standrd Links */
{ 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     color: #A09A9A; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     color: #A09A9A; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     font-family: Verdana,Arial; 
     color: #A09A9A; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0 5px 0 5px;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     font-family: Verdana,Arial; 
     color: #A09A9A; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0 5px 0 5px;
}
a.Nav:active /* Active Top Sub Banner Navigation */
{ 
     font-family: Verdana,Arial; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0 5px 0 5px;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     font-family: Verdana,Arial; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0 5px 0 5px;
}
#wrapper /* Site Content Holder */
{
	width: 760px;
	margin: 0 auto 0 auto;
	background-color: transparent;
}
#flashcontent /* Flash Content */
{
	width: 760px;
	background-color: transparent;
	color:#fff;
}
#banner /* Banner Content */
{
	width: 760px;
	background-color: transparent;
	margin-bottom:20px;
	text-align:center;
}
#nav /* Top Navigation */
{
	width: 760px;
	background-color: transparent;
	text-align:center;
	margin: 10px 0 10px 0;
	color:#fff;
}
.comContent /* Site Content */
{
	width: 760px;
	background-color: transparent;
	margin: 20px 0 10px 0;
}
.gallery /* gallery bannert */
{
	width: 760px;
	background-color: transparent;
	text-align:center;
	padding: 20px 0 10px 0;
	clear:both;
}
.siteText /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
h1 /* Text Heading */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}
li /* Bullet Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.imgLink 
{    
     border:0px;
}
.imgRT 
{    
     float:right;
     padding:5px;
     border:0px;
}
th
{
     font-family: Verdana; 
     font-size: 8pt; 
     color: #FFFFFF; 
     text-align: left;
     font-weight: bold;
}
.linkdata
{
     font-family: Verdana; 
     font-size: 8pt; 
     color: #FFFFFF; 
     text-align: left;
     font-weight: normal;
}
#footer
{
	width: 760px;
	margin: 20px auto 10px auto;
	background-color: transparent;
	text-align:center;
	clear:both;
}
