@import url("menu.css");

Body {
	background-color: #64CCFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;}

b {color: #666666;}

.DownToWater 
{
    font-size: 20px;
    color: #666666;}

.Normal  
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #000000;}
    
#BodyDiv {
	width: auto;
	background-color: #64CCFF;
	}

#PageContent {
	width: 902px;
	background-color: #FFFFFF;
	}
	
#MastHead {
	
	width: 902px;
	height: 177px;
	background-image: url(images/masthead.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	background-color: #FFFFFF;}

#Menu {
	border-bottom: 1px solid #64CCFF;
	width: auto;
	background-color: #FFEEA9;
	height: 25px;
	}
	
#ContentPanes {
	
	width: 902px;
	background-color: #FFFFFF;
	float: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	padding-top: 25px;}
	
.FooterText 
{
    padding: 25px 0px 5px 0px;
    font-size: 10px;
    text-align: center;
    }	

	
a.user:link, a.user:active, visited  {
	font-size: 12px;
	color: #ffffff;}
	
a.user:hover {
	color: #333333;}

a:link, a:active, a:visited
{
    color: #003366;
    text-decoration: underline;
    }
a:hover 
{
    color: #ff0000;
    text-decoration: underline;}
		    
.ContentPane 
{
    height: 600px;
    vertical-align: top;
    text-align: left;
    padding-left: 350px;
    padding-top: 75px;
    }

.TitleHead 
{
   color: #000000;
   font-size: 20px;  }

h1
{
   color: #000000;
   font-size: 18px; }

h2 
{
   color: #585858;
   font-size: 16px; }

















