﻿body	
{
	margin:5px auto 5px auto;
	background-image:	        url(Graphics/bg.jpg);
	background-repeat:	    repeat-x;
	background-attachment:   fixed; 
	background-color: #F0BEF0;
}
a:link 
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #64007D;  
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #64007D;  
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #64007D; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #64007D; 
     font-weight: normal; 
     text-decoration: none;
}
#wrapper
{
	width: 900px;
    background-color: #F5CDE1;
	margin-left: auto;
	margin-right: auto;
}
#banner
{
	width: 900px;
	background-color: transparent;
}
.nav
{
	width: 900px;
	height: 25px;
	background-color: #64007D;
	font-family: Verdana,arial; 
    color:#FFF; 
    font-size: 0.8em; 
    font-weight: normal;
}
#topImg
{
	width: 900px;
	background-color: transparent;
}
#flashcontent /* Home Image */
{
	width: 580px;
	background-color: transparent;
	text-align:center;
}
#mastTBL
{
	width: 880px;
	background-color: transparent;
	margin: 15px auto 15px auto;
}
.tdLT
{
	background-color: transparent;
	padding: 5px 5px 5px 3px;
	text-align:left;
	vertical-align:top;
}
.tdCenter
{
	background-color: transparent;
	padding: 5px 0px 5px 0px;
	text-align:center;
	vertical-align:top;
}
.tdForm
{
	background-color: transparent;
	padding: 5px 5px 5px 3px;
	text-align:left;
	vertical-align:top;
	font-family: Verdana,arial;
	color: #000;
	font-size: 0.8em;
}
.tdLTBord
{
	background-color: transparent;
	padding: 3px 5px 2px 3px;
	text-align:left;
	vertical-align:top;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-family: Verdana,arial;
	color: #000;
	font-size: 0.8em;
}
.comContent
{
	width: 880px;
	background-color: transparent;
	margin: 15px auto 15px auto;
}
h1 /* Heading text for Site */
{
	font-family: Verdana,arial;
	color: #000;
	font-size: 1.2em;
	font-weight:normal;
}
li /* Bullet Text */
{
	font-family: Verdana,arial;
	color: #000;
	font-size: 0.8em;
	margin-bottom: 5px;
}
.siteText /* Main text for Site */
{
	font-family: Verdana,arial;
	color: #000;
	font-size: 0.8em;
	text-align:justify;
}
.comText /* Main text for Site */
{
	font-family: Verdana,arial;
	color: #000;
	font-size: 0.8em;
}
.imgRT /* Right aligned images */
{
    float:right;
    padding:10px;
    border:0px;
}
.imgLink
{
	border:0px;
}
.fieldset
{
    border: solid 1px #64007D;
}
#footer
{
	width: 900px;
	background-color: transparent;
	text-align:center;
	padding: 10px 0px 10px 0px;
	clear:both;
}