@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
height: 100%;
max-height: 100%;
color: #FFFFFF;
font-size: 0.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #003366;
}

#frameTop, #frameBottom{
	width: 100%;
height: 135px; /*Height of top frame div*/
	background-color: #003366;
	color: white;
}

#frameBottom{
bottom: 0; 
background-color: #003366;
color: #FFFFFF;
height: 100%;
}

#maincontent{
left: 0;
right: 0;
background-color:#3273B7;
/*height: 422px;*/
}

.innertube{
margin: auto;
width: 760px;
}
.maininnertube{
margin: auto;
width: 760px;
}

.homeImage {
background:url(../images/2008/unit2.jpg);
width: 760px;
height: 422px;
padding-left: 5px;
}

* html #maincontent{ /*IE6 hack*/
width: 100%; 
}