﻿body	/* Site Layout Positioning and BG Color */
{  
        margin-left: auto;
	    margin-right: auto;
        margin-top: 5px;
        margin-bottom: 10px;
        background-color: #000;
}
a:link /* Standrd Links */
{ 
     background-color: transparent;
     font-family: Verdana,Arial,Sans-serif; 
     color: #B4A555; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     background-color: transparent;
     font-family: Verdana,Arial,Sans-serif; 
     color: #B4A555; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     background-color: transparent;
     font-family: Verdana,Arial,Sans-serif; 
     color: #FF2424; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     background-color: transparent;
     font-family: Verdana,Arial,Sans-serif; 
     color: #FF2424; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #B4A555; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin-left:5px;
     margin-right: 5px;
     padding: 3px;
     border-left: 1px #000 solid;
     border-right: 1px #000 solid;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #B4A555; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin-left:5px;
     margin-right: 5px;
     padding: 3px;
     border-left: 1px #000 solid;
     border-right: 1px #000 solid;
}
a.Nav:active /* Active Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #FF2424; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin-left:5px;
     margin-right: 5px;
     padding: 3px;
     border-left: 1px #FF2424 solid;
     border-right: 1px #FF2424 solid;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     background-color: transparent;
     font-family: Verdana,Arial,Sans-serif; 
     color: #FF2424; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin-left:5px;
     margin-right: 5px;
     padding: 3px;
     border-left: 1px #FF2424 solid;
     border-right: 1px #FF2424 solid;
}
#wrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
#banner /* Banner Content */
{
	width: 900px;
	background-color: #000;
}
#nav /* Top Navigation */
{
	width: 890px;
	padding-top:5px;
	background-color: #000;
	padding-right:10px;
	text-align:right;
}
.subNav /* Top Navigation */
{
	width: 890px;
	padding-top:5px;
	background-color: #000;
	padding-right:10px;
	margin-top:5px;
	margin-bottom:10px;
	text-align:right;
}
#flashcontent /* Home Flash Intro */
{
	width: 900px;
	height:510px;
	background-image: url("SiteGraphics/flashBG.jpg");
	background-repeat:no-repeat;
	color: #fff;
	text-align:center;
}
.fullContent /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin-top:0px;
	margin-bottom:10px;
}
.siteContent /* Site Content */
{
	width: 880px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}
#mastTBL /* Master Tbl */
{
	width: 880px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:10px;
}
.vid /* Video Content */
{
	width: 860px;
	background-color: black;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	text-align:center;
}
.ltTD /* Site Content */
{
	background-color: transparent;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
}
.centTD /* Site Content */
{
	background-color: transparent;
	text-align:center;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
}
.siteText /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #CCC491; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.textHead /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #CCC491; 
     font-size: 1.0em; 
     font-weight: bold; 
     text-decoration: none;
     margin-top:10px;
}
.textHeadRed /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #FF0000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
     margin-top:10px;
}
li /* Bullet Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #CCC491; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.imgRT /* Site Text */
{    
     float: right;
     border:0px;
     padding:10px; 
}
.imgLink /* Site Text */
{    
     border:0px;
}
.formHead /* Site Content */
{
	background-color: #CCC491;
	text-align:left;
	padding-left:2px;
	font-family: Verdana,Arial,Sans-serif; 
    color: #000; 
    font-size: 0.8em; 
    font-weight: bold; 
}
.formField /* Site Content */
{
	background-color: transparent;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana,Arial,Sans-serif; 
    color: #CCC491; 
    font-size: 0.8em; 
    font-weight: normal; 
}
.formField /* Site Content */
{
	background-color: transparent;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Verdana,Arial,Sans-serif; 
    color: #CCC491; 
    font-size: 0.8em; 
    font-weight: normal; 
}
.fieldset
{
    border: solid 1px #CCC491;
}
#footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	padding-top:5px;
	margin-top:10px;
}