BODY {
	color: #000000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;

}

P {
/*	background-image: url(images/fill.gif);
	background-repeat: repeat;
*/}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #000000;
	font-style: normal;	
	text-decoration: none; 
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
	font-style: normal;	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #000000;
	font-style: normal;	
	text-decoration: none; 
}

.headContainer {
	position: absolute;
	left : 225px;
	top: 80px;
	width: 450px;
	height: 30px;
	z-index: 5;
}

.bodyContainer {
	position: absolute;
	left : 25px;
	top: 50px;
	width: 820px;
	height: 600px;
	background-image: url(vh/images/background_open.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

.menuContainer {
	position: relative;
	left : 5px;
	top: 10px;
	width: 110px;
	height: 340px;
	background-color: #000000;
	color: #FFFF00;
}

.menuOuterContainer {
	position: relative;
	left : 50px;
	top: 90px;
	width: 120px;
	height: 360px;
	background-color: #000000;
	color: #AAAA00;
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menuSection {
	font-weight: bolder;
	font-size: 14px;
}

.mainContainer {
	position: relative;
	left : 220px;
	top: -270px;
	width: 540px;
	height: 340px;
	background-color: #FFFF00;
	color: #000000;

}


.footerContainer {
	position: absolute;
	left : 50px;
	top: 950px;
	width: 820px;
	height: 100px;
}

.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainBodyDate {
	font-size: 12px;
	font-weight: bolder;
}

.mainBodyTitle {
	font-size: 13px;
	font-weight: bolder;
}
