body {
	background: #00074C;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: arial, sans-serif;
	text-align: center;
	color: #00074C;
	}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9FA8FF;
	}

a:active {
	text-decoration:none;
	font-weight:bold;
	color: #303030;
	}



#back {
	background: #000C7E;
	}


#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	/* part 2 of 2 centering hack */
	width: 760px; /* ie5win hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px;
	border-left: 6px solid #00074C;
	border-right: 6px solid #00074C;
	background: #00074C;
	}

#head {
	background: #8287B2;
	margin-bottom: 5px;
	color: #FFFFFF;
	border-bottom: 3px solid #00074C;
	}

#menu {
	background: #8287B2;
	margin-bottom: 6px;
	color: #FFFFFF;
	border: 4px solid #00074C;
	text-align: center;
	}

#content {
	padding: 10px;
	background: #3F478F;
	color: #FFFFFF;
	border: 4px solid #00074C;
	}

#foot {
	background: #3F478F;
	margin-top: 4px;
	display: block;
	border-bottom: 4px solid #00074C;
	}