﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
        background-color: #000;
}
a:link /* Standrd Links */
{ 
     font-family: Sans-serif,Verdana,Arial; 
     color: #00FF00; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Sans-serif,Verdana,Arial; 
     color: #00FF00; 
     font-weight: normal; 
     text-decoration: none; 
}
a:hover  /* Standrd Active Links */   
{ 
     font-family: Sans-serif,Verdana,Arial;  
     color: #D7FFC1; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Sans-serif,Verdana,Arial; 
     color: #FF0080; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 15px 0px 15px;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Sans-serif,Verdana,Arial; 
     color: #FF0080; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 15px 0px 15px;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     background-color: transparent;
     font-family: Sans-serif,Verdana,Arial; 
     color: #00FF00; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 15px 0px 15px;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #000;
	margin: 0px auto 0px auto;
}
#banner /* Banner Content */
{
	width: 900px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
#nav /* Top Navigation */
{
	width: 890px;
	padding: 5px 10px 3px 0;
	background-color: transparent;
	text-align:center;
}
.siteText /* Site Text */
{    
     font-family: Sans-serif,Verdana,Arial;  
     color: #D8D8D8; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
.justifyText /* Justify Site Text */
{    
     font-family: Sans-serif,Verdana,Arial; 
     color: #D8D8D8; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     text-align:justify;
}
.pinkText /* Site Text */
{    
     font-family: Sans-serif,Verdana,Arial; 
     color: #FF0080; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
#flashcontent /* Home Page Flash Div */
{
	width: 900px;
	height:560px;
	background-color: #000;
	color:#fff;
	margin: 20px auto 20px auto;
}
.comContent /* Site Content Div */
{
	width: 890px;
	background-color: transparent;
	margin: 20px auto 20px auto;
	padding:5px;
}
.comTBL /* Home Tbl */
{
	width: 900px;
	background-color: transparent;
	border-collapse:collapse;
}
.tdCenter
{
	background-color: transparent;
	padding: 5px 0 5px 0;
	text-align: center;
	vertical-align:top;
}
.tdLeft
{
	background-color: transparent;
	text-align: left;
	vertical-align:top;
	border:1px #00FF00 solid;
}
.tdRates
{
	background-color: transparent;
	text-align: left;
	padding: 5px 0 5px 5px;
	border:1px #D8D8D8 solid;
	font-family: Sans-serif,Verdana,Arial; 
    color: #D8D8D8; 
    font-size: 0.9em; 
    font-weight: normal; 
    text-decoration: none;
}
.tdRatesAlt
{
	background-color: #464646;
	text-align: left;
	padding: 5px 0 5px 5px;
	border:1px #D8D8D8 solid;
	font-family: Sans-serif,Verdana,Arial; 
    color: #D8D8D8; 
    font-size: 0.9em; 
    font-weight: normal; 
    text-decoration: none;
}
li
{
	 text-align:left;
     font-family: Sans-serif,Verdana,Arial; 
     color: #FF0080; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}
h1  /* Sube Headings */
{    
     font-family: Georgia; 
     color: #D8D8D8; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
h2  /* Sube Headings */
{    
     font-family: Georgia; 
     color: #D8D8D8; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}
.imgLink
{
    border: 0px;;
}
.imgRT
{
    float:right;
    padding:10px;
    border: 0px;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	margin-top:20px;
}

