﻿body	
{  
	background-color:#fff;
}
a:link 
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #858585;
     text-decoration: none;
}
a.Nav:link /* Begin Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px;
}
a.Nav:visited /* Visited Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px;
}
a.Nav:active /* Active Top Sub Banner Navigation */
{ 
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px;
}
a.Nav:hover /* Hover Top Sub Banner Navigation */
{    
     background-color: transparent;
     font-family: Century Gothic,Arial,Sans-serif; 
     color: #000; 
     font-size: 1.0em; 
     font-weight: normal; 
     text-decoration: none;
     margin: 0px 10px;
}
#wrapper
{
	width: 900px;
	background-color:#fff;
	margin: 0 auto;
}
#banner
{
	width: 900px;
	background-color: transparent;
	text-align:center;
}
.nav
{
	width: 900px;
	height:25px;
	background-color: #b4ecec;
}
#siteContent
{
	width: 900px;
	background-color: transparent;
	margin:40px 0px 5px 0px;
}
#centerContent
{
	width: 900px;
	background-color: transparent;
	margin:10px 0px;
	text-align:center;
}
#flashcontent /* Flash Intro */
{
	width: 750px;
	height:500px;
	background-color: transparent;
	margin: 40px auto 30px auto;
	text-align:center;
	border:1px #000 solid;
}
#tblGal
{
	width: 900px;
	background-color: transparent;
	margin:10px 0px 10px 0;
}
.tdGalMain
{
	background-color: transparent;
	padding-bottom:5px;
	vertical-align:top;
}
.tdGal
{
	background-color: transparent;
	padding-bottom:5px;
	text-align:center;
	vertical-align:top;
}
h1 /* Heading text for Site */
{
	font-family: Century Gothic,Arial,Sans-serif;
	color: #000;
	font-size: 1.5em;
	font-weight:normal;
}
h2 /* Heading text for Site */
{
	font-family: Century Gothic,Arial,Sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight:normal;
}
.siteText /* Main text for Site */
{
	font-family: Century Gothic,Arial,Sans-serif;
	color: #000;
	font-size: 0.9em;
}
li /* Bullet List text for Site */
{
	font-family: Century Gothic,Arial,Sans-serif;
	color: #000;
	font-size: 0.9em;
	margin-bottom:5px;
}
.imgLink /* Image Links no Border */
{
     border:0px;
}
.imgRt /* Image float Rightr */
{
     border:0px;
     float:right;
     padding:10px;
}
#footer
{
	width: 900px;
	margin-top: 20px;
	padding-bottom:5px;
	background-color: transparent;
	text-align:center;
	clear:both;
}
