﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
        background-image:	        url("Site-Graphics/bgGrad.jpg");
	    background-repeat:	        repeat-x;
}
a:link /* Standrd Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #0099CC; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #0099CC; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #FFFF00; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover /* Standrd Hover Links */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #FFFF00; 
     font-weight: normal; 
     text-decoration: none;
}
a.Nav:link /* Begin Site Navigation */
{
     font-family: Verdana,Arial,Sans-serif; 
     color: #0099CC; 
     font-size: 0.8em; 
     font-weight: normal;  
     text-decoration: none;
     margin: 0 10px 0 10px;
}
a.Nav:visited
{
     font-family: Verdana,Arial,Sans-serif; 
     color: #0099CC; 
     font-size: 0.8em; 
     font-weight: normal;  
     text-decoration: none;
     margin: 0 10px 0 10px;
}
a.Nav:hover 
{
     font-family: Verdana,Arial,Sans-serif; 
     color: #FFFF00; 
     font-size: 0.8em;
     font-weight: normal; 
     text-decoration: none;
     margin: 0 10px 0 10px;
}
#banner /* Banner Content */
{
	width: 900px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
#fullNav /* Banner Content */
{
	width: 100%;
    height:40px;
	background-image:	url("Site-Graphics/navBG.jpg");
	background-repeat:	repeat-x;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
.footerNav /* Bottom Navigation */
{
	width: 900px;
	margin:10px auto 0px auto;
	background-color: transparent;
	text-align:center;
}
#comTBL /* Home Tbl */
{
	width: 900px;
	background-color: transparent;
	margin: 0px auto 0px auto;
}
.cenTD
{
	background-color: transparent;
	padding: 3px 0px 3px 0px;
	text-align:center;
}
.imgBorder
{
	border: 1px #fff solid;
}
.imgNoBorder
{
	border: 0px;
}
