/* CSS Document */

a:link {
	color:#000033;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#628200;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#99CC00;
	font-weight: bold;
	text-decoration: none;
}

a:focus {
	color: #87AE60;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #87AE60;
	font-weight: bold;
	text-decoration: none;
}

#container {
	height:800px;
	width: 750px;
	border-width: 1px;
	border-color:#000033;
	border-style: solid;
	background-color:#FFFFFF;
	position:absolute;
	margin-left: -375px;
	left: 50%;
}

#header_graphic {
	height: 219px;
	width: 750px;
	background-image:url(images/navy_green_header.gif);
}

#flash_header {
	position: absolute;
	top: 100px;
	left: 275px;
}	

#navigation {
	width: 110px;
	position: absolute;
	padding-right: 4px;
	top: 260px;
	left: 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	border-right-width: 1px;
	border-right-color:#99CC00;
	border-right-style: solid;
}

#main_text {
	width: 425px;
	position: absolute;
	left: 162px;
	top: 221px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#flash_sidebar {
	width: 102px;
	height: 315px;
	position: absolute;
	left: 620px;
	top: 190px;
}

#footer {
	background-color: #000033;
	width: 750px;
	height: 80px;
	position: absolute;
	bottom: 0px;
}

#footer_text{
	width: 746px;
	height: 38px;
	position: absolute;
	top: 1px;
	left: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E1E9B4;
}

