BODY
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #cfe3ef;
}

.printonly 
{
	display:none 
}
@media print 
{
	.dontprint { display:none }
	.printonly { display:inline }
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 741px; 
}
    
#header
{
    height: 70px;
    border-bottom: solid 1px #ffffff;
}

#subheader
{
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    height: 15px;
    padding-top: 3px;
    padding-right: 5px;
	color: #FFFFFF;
	background-color: #113D5C;
}

#menu
{
    text-align: left;
    padding-top: 3px;
    height: 20px;
	color: #FFFFFF;
	background-color: #002844;
}

#content
{
    text-align: left;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
}

#footer
{
    font-size: 90%;
    line-height: 150%;
	color: #FFFFFF;
	background-color: #113D5C;
}
