@charset "utf-8";
/* CSS Document */


body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


.header {
	color: #C6E5F7;
	text-align: center;
}

#header a:link {
	color: #C6E5F7;
	text-decoration: underline;
}

#header a:visited {
	color: #C6E5F7;
	text-decoration: underline;
}

#header a:hover {
	color: #C6E5F7;
	text-decoration: none;
}


.footer {
color: #FFFFFF;
}

#footer a:link { 
color: #FFF;
text-decoration: underline;
}

#footer a:visited { 
color: #FFF;
text-decoration: underline;
}
#headercenter {
	width: 100%;
	text-align: left;
	padding: 2;
	background-color: #0066CC;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99FF00;
	border-right-color: #99FF00;
	border-bottom-color: #99FF00;
	border-left-color: #99FF00;
}

#headercenter #header-menu {

}

#headercenter #header-menu a:link {
	color: #FFF;
	text-decoration: underline;
}

#headercenter #header-menu a:visited {
	color: #FFF;
	text-decoration: underline;
}

#headercenter #header-menu a:hover {
	text-decoration: none;
}
