body {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#front {
	width: 670px;
	margin-top: -200px;
	margin-left: -335px;
	position: absolute;
	left: 50%;
	top: 50%;
}#head {
	width: 670px;
	position: relative;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#content {
	width: 670px;
	position: relative;
	height: auto;
}

#flash {
	width: 670px;
	position: relative;
	height: auto;
}

#footer {
	width: 670px;
	position: relative;
	height: auto;
	background-color: #585575;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#front #footer a:hover {
	text-decoration: none;
}

#front #footer a {
	height: 20px;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
#front #footer a:hover {
	background-color: #FFCC00;
	color: #000080;
}

#base {
	width: 670px;
	position: relative;
	height: auto;
	text-align: center;
	padding-top: 20px;
	font-size: 75%;
	color: #CCCCCC;
}
#base a {
	color: #CCCCCC;
	text-decoration: none;
}
#base a:hover {
	text-decoration: underline;
}

