html, 
body { 
margin:0; 
padding:0; 
height:100%; /* 100 % height */ 
} 
html>body #wrap {height:100%;} /* 100 % height */ 
#header { 
width:100%; 
height:8.5em; 
} 
html>body #header { 
position:fixed; 
background-color: White;
z-index:10; /* Prevent certain problems with form controls */ 
} 
html>body #content-wrap {height:100%; padding-top: 25px;} /* 100 % height */ 
html>body #content {padding-top: 9.5em; padding-bottom: 3em; z-index: 1;}
#footer { 
width:100%; 
height:2em; 
} 
html>body #footer { 
position:fixed; 
bottom:0; 
z-index:10; /* Prevent certain problems with form controls */ 
}

.blackHref:link { color:Black; TEXT-DECORATION: none; }
.blackHref:visited { color:Black; TEXT-DECORATION: none; }
.blackHref:active { color:Black; TEXT-DECORATION: none; }
.blackHref:hover { color:Black; TEXT-DECORATION: none; }

.greenHref:link { color:#59838B; TEXT-DECORATION: none; }
.greenHref:visited { color:#59838B; TEXT-DECORATION: none; }
.greenHref:active { color:#59838B; TEXT-DECORATION: none; }
.greenHref:hover { color:#59838B; TEXT-DECORATION: none; }

.smallerFont
{
	font-size: smaller;
}

.rightText
{
	text-align: right;
}

.hand
{
	cursor: hand;
}

.wait
{
	cursor: url(http://localhost:3801/Images/AquaSwirl.ani), wait;
}

.normal
{
	cursor: auto;
}

	



                    
