body {
 background-color: #B0C4DE;
 color: black;
 font-family: Verdana;
 font-size: 12;
 }

.footer {
 color: black;
 font-family: Verdana;
 font-size: 11;
} 

.header {
 color: black;
 font-family: Veranda;
 font-size: 36;
 font-weight:bold;
} 

.header1 {
 color: black;
 font-family: Veranda;
 font-size: 28;
 font-weight:bold;
} 

.header2 {
 color: black;
 font-family: Veranda;
 font-size: 18;
 font-weight:bold;
} 

table.one
{
width: 900px;
		margin: 0;
		}

td {
	border: 2px solid #354048;
	background: #B0C4DE;
	padding: 6px 6px 6px 12px;
}

td.headl {
	background: #778899;
	border-top: 2px solid #354048;
	border-bottom: 0;
	border-left: 2px solid #354048;
	border-right: 0;
	text-align: center;
}

td.headr {
	background: #778899;
	border-top: 2px solid #354048;
	border-bottom: 0;
	border-right: 2px solid #354048;
	border-left: 0;
	text-align: center;
}

td.menu {
	border-left: 2px solid #354048;
	border-right: 0;
	border-top: 2px solid #354048;
	border-bottom: 2px solid #354048;
    text-align: right;
	font-family: Veranda;
	font-size: 14;
	background: #94A6BC;
	width: 173px;

}

td.content {
	background-color: #B0C4DE;
	border: 2px solid #354048;
	border-collapse: collapse;
	text-align: left;
	font-family: Veranda;
	font-size: 14;
	width: 727px;
}

.spacer {
   clear: both;
 }
