﻿body	/* Site Layout Positioning and BG Color */
{  
        margin: 5px auto 10px auto;
        background-image:	        url("Graphics/bg.jpg");
	    background-repeat:	        repeat-x;
	    background-color:#000; 
}
a:link /* Standrd Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited  /* Standrd Visited Links */
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
a:active  /* Standrd Active Links */   
{ 
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-weight: normal; 
     text-decoration: none;
}
#transWidget /* Translation Widget */
{
	width: 900px;
	margin:0px auto 0px auto;
	padding: 5px 0 5px 0;
	background-color: transparent;
	text-align:center;
}
#fullNav /* Banner Content */
{
	width: 100%;
    height:25px;
	background-image:	        url("Graphics/navBG.jpg");
	background-repeat:	        repeat-x;
	border-bottom: 1px #000 solid;
	margin-bottom:10px;
}
#banner /* Banner Content */
{
	width: 900px;
	height:95px;
	margin:0px auto 0px auto;
	background-color: transparent;
}
.nav /* Top Navigation */
{
	width: 900px;
	margin: 0px auto 0px auto;
	height:25px;
	background-color: transparent;
}
#contentWrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #000;
	margin: 0px auto 0px auto;
}
#flashcontent /* Site Banner */
{
	width: 900px;
	height:450px;
	background-color: #000;
	color:#fff;
}
#comTBL /* Home Tbl */
{
	width: 900px;
	background-color: transparent;
	margin: 10px auto 10px auto;
}
.comTD /* Site Content */
{
	background-color: transparent;
	width:300px;
	padding:10px 0px 5px 8px;
	vertical-align:top;
}
h1 /* Page Heading Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 0.9em; 
     font-weight: normal; 
     text-decoration: none;
     margin-top:10px;
}
h3 /* Site Text */
{    
     font-family: Verdana,Arial,Sans-serif; 
     color: #fff; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
li
{
	text-align:left;
	font-family: Verdana; 
    color: #fff; 
    font-size: 0.8em; 
    margin-top: 5px;
}
.imgLink /* Image Link */
{    
     border: 1px #fff solid;
}
.imgNoLink /* Image Link */
{    
     border: 0px;
}
#Footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	margin-top:20px;
}
