
body {
	background-color:#000080;
	font-family:arial,sans-serif;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#0048ff;
}

.banner_title {
	color:white; 
	background:#6c9bcf; 
	font-size:16pt;
	font-weight:bold;
	width:543px;
}

.page_title {
	background-color:#ffffc1;
	color:#000080;
	font-size:13pt;
	padding-left:10px;
	font-weight:bold;
	height:30px;
	border-bottom:1px solid #6c9bcf;
}

.main_content {
	background-color:white;
	padding:10px;
	font-size:10pt;
}

.footer {
	background-color:#d9e5ff;
	color:#0048ff;
	height:60px;
	font-size:9pt;
	border-top:1px solid #6c9bcf;
}

.footer_usagov {
	border:#000080 1px solid; 
	margin-right:10px;
}

.footer_links {
	font-size:10pt;
}

