div.header
{
margin-top: 20px;
height:20px;
width:975px;
font-family: Arial;
font-size: 14;
padding: 1px;
color: white;
background-color:#009999;
clear:left;
text-align: left;
}





div.left
{
font-family: Arial;
text-align: left;
background-color:white;
float:left;
width:180px;
height:90%;
padding:1em;
line-height:150%;
font-size:14;
}

div.float
{
float:left;
text-align: center;
background-color:white;
font-family:arial;
font-size: 14;
height:110%;


}



div.content
{
background-color:white;
color:black;
width:90%;
font-family: Arial;
font-size:11;
text-align: left;
height:80%;

}



div.footer
{
height:20px;
width:975px;
font-family: trebuchet;
padding: 1px;
color: white;
background-color:#009999;
clear:left;
text-align: right;
}


a:hover {font-weight:bold}
a:link {font-color:#009999}
a:active {font-color:#00CC00; font-weight:bold}
a:visited {font-color: black}