a:link, a:visited{
	color: #FFFF66;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {background: CCCCCC;
}

.wvac {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000066;
	width: 78%;
	left: 15%;
	top: 20px;
	right: 15%;
	padding-top: 10px;
	margin-left: 11%;
	text-align: center;
	border: thick solid #FFFF00;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000066;
	width: 165px;
	overflow: auto;
	left: 11%;
	right: 10%;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 264px;
	height: 841px;
	margin-left: 11%;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	overflow: auto;
	top: 0px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	bottom: 0px;


	width: 78%
	margin-left: 11%;
	padding-left: 25%;
	padding-right: 25%;
	width: 50%;
	left: 20%;
	right: 20%;
}
.side {
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000066;
	overflow: auto;
	top: 288px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	bottom: 0px;
	padding: 0px;
	position: absolute;
	height: 308px;
	left: 73%;
	width: 222px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000066;
	width: 78%;
	overflow: auto;
	left: 11%;
	top: 689px;
	right: 10%;
	padding-bottom: 20px;
	margin-left: 11%;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	bottom: 0px;
	margin-bottom: 0px;
	position: absolute;
	padding-right: 10%;
	padding-left: 10%;
}

