body {
	background-color: #003EB5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div#page {

}

div#top1 {
	position: relative;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 346px;
}

div#content {
	background-color: white;
	padding-top: 10px;
}

div#right_column {
	min-height: 500px;
	background-color: #548EB3;
	margin-top: 5px;
}

div#footer {
	height: 27px;
	background-color: #E9ECF1;
	border-top: #819DB5 solid 1px;
	padding-top: 1px;
	color: #adadad;
	text-align: center;
	line-height: 9px;
	font-size: 9px;
}

div#footer p {
	margin: 0px;
	padding: 0px;
}