﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 0px auto 50px auto;
	    background-color:#000; 
}
a:link /* Standrd Links */
{ 
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Palatino Linotype,Georgia,Verdana;  
     color: #C0C0C0; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     background-color: transparent;
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #BEBEBE; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px 0px 10px;
}
#banner /* Banner Content */
{
	width: 100%;
	margin:0px auto 0px auto;
	background-color: #fff;
	text-align:center
}
.nav /* Top Navigation */
{
	width: 100%;
	background-color:#3A3A3A;
	padding: 10px 0 10px 0;
	text-align:center;
	color: #fff;
	border-top: 1px #339933 solid;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: transparent;
	margin: 0px auto 0px auto;
}
.pgHeader /* Page Headings */
{
	width: 900px;
	background-color: transparent;
}
#flashcontent /* Site Banner */
{
	width: 900px;
	height:450px;
	margin-top:20px;
	background-color: transparent;
	color:#fff;
}
.siteContent /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin: 20px auto 10px auto;
}
.siteContentCenter /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin: 15px auto 15px auto;
	text-align:center;
}
.comTBL /* Home Tbl */
{
	width: 900px;
	background-color: transparent;
	margin-top: 10px;
}
.ltTD /* Site Content */
{
	background-color: transparent;
	padding: 5px 15px 10px 15px;
	text-align:left;
	vertical-align:top;
}
.cenTD /* Site Content */
{
	background-color: transparent;
	padding: 10px 0px 10px 0px;
	text-align:center;
}
h1 /* Page Heading Text */
{    
     font-family:Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0;  
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
     margin-top:10px;
}
h2 /* sub header */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}
.siteText /* Site Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0;  
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
}
.justifyText /* Site Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0;  
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     text-align:justify;
}
li
{
	text-align:left;
	font-family: Palatino Linotype,Georgia,Verdana; 
	color: #C0C0C0; 
    font-size: 0.9em; 
    margin-top: 5px;
}
.imgNoLink /* No border images */
{    
     border:0px;
}
.imgRT /* Right Aligned Images */
{    
     float:right;
     border:0px;
     padding:20px;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	margin-top:20px;
}

