﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
        background-image:	        url("SiteGraphics/bg.jpg");
	    background-repeat:	        repeat-x;
	    background-color:#000; 
}
a:link /* Standrd Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #D8D8D8; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px; 
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #D8D8D8; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px; 
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #D8D8D8; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px; 
}
a.imgNav:link
{
     font-family: Verdana,Arial,Sans-serif; 
     font-weight: normal; 
     text-decoration: none;
}
a.imgNav:visited
{
     font-family: Verdana,Arial,Sans-serif;  
     font-weight: normal; 
     text-decoration: none;
}
#banner /* Banner Content */
{
	width: 900px;
	height:95px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
#fullNav /* Banner Content */
{
	width: 100%;
    height:25px;
	background-image:	        url("SiteGraphics/navBG.jpg");
	background-repeat:	        repeat-x;
	border-bottom: 1px #000 solid;
	margin-bottom:10px;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin: 0px auto 0px auto;
	height:25px;
	background-color: transparent;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #000;
	margin: 0px auto 0px auto;
}
.siteText /* Site Text */
{    
     font-family: Arial,Sans-serif; 
     color: #D8D8D8; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
#flashcontent /* Site Banner */
{
	width: 900px;
	height:450px;
	background-color: #000;
	color:#fff;
	margin: 20px auto 20px auto;
}
#comTBL /* Home Tbl */
{
	width: 900px;
	background-color: transparent;
	border-collapse:collapse;
}
.tdImg
{
	background-color: transparent;
	text-align: center;
}
.tdText
{
	background-color: transparent;
	padding:0px 10px 0px 10px;
	text-align: left;
	vertical-align:top;
}
li
{
	text-align:left;
	font-family: Verdana; 
    font-size: 0.8em; 
    margin-top: 5px;
    color: #fff;
}
.imgLink
{
    border: 1px #C0C0C0 solid;
}
.time /* Time */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: bold; 
     text-decoration: none;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	margin-top:20px;
}
