﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
        background-image:	        url("Site-Graphics/bg.jpg");
	    background-repeat:	        repeat-x;
	    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: #00CCCC; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     font-family: Palatino Linotype,Georgia,Verdana;  
     color: #00CCCC; 
     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("Site-Graphics/navBG.jpg");
	background-repeat:	        repeat-x;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-bottom:10px;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin: 0px auto 0px auto;
	height:40px;
	background-color: transparent;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: transparent;
	margin: 0px auto 0px auto;
}
#flashcontent /* Site Banner */
{
	width: 900px;
	height:450px;
	margin-top:30px;
	background-color: transparent;
	color:#C0C0C0;
}
#header /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin-top:30px;
}
.comContent /* Site Content */
{
	width: 900px;
	background-color: transparent;
	margin: 20px 0 5px 0;
}
.siteContentCenter /* Site Content */
{
	width: 860px;
	background-color: transparent;
	margin: 15px auto 15px auto;
	text-align:center;
}
.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;
}
h1 /* Heading Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #00CCCC; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
}
.textHead /* Heading Text */
{    
     font-family: Palatino Linotype,Georgia,Verdana; 
     color: #C0C0C0; 
     font-size: 1.2em; 
     font-weight: normal; 
     text-decoration: none;
}
li
{
	text-align:left;
    font-family: Palatino Linotype,Georgia,Verdana; 
    color: #C0C0C0; 
    font-size: 0.9em; 
    margin-top: 5px;
}
.imgRT /* Right Aligned Images */
{    
     float: right;
     border:0px;
     padding:10px; 
}
.imgLink /* Image Border */
{    
     border:0px;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	margin-top:40px;
	clear:both;
}
#FooterMain
{
	width: 700px;
	float:left;
	background-color: transparent;
	text-align:center;
	padding-bottom:20px;
}
#FooterImg
{
	width: 190px;
	float:right;
	background-color: transparent;
	text-align:center;
	padding-bottom:20px;
}