A:hover        {
	text-decoration: underline;
	color: #ACCB28;
}

body{
	background-color:#000000;
	padding: 0px;
	margin:0px;
}

.menuArea {
	width:100%;
	height:100px;
	background-image: url(../images/menu/backgroundColorMenu.gif);
}

.contentArea {
	width:900px;
	height:425px;
}

.heading  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ACCB28;
}

.under_video_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
}

.under_video_text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
}

.goBack {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
}


/* USED TO CENTER ON SCREEN */
#centeringBox 	{
	text-align: center;
	margin-top: -263px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 525px;
	visibility: visible;
}

#centeringBoxHomepage 	{
	text-align: center;
	margin-top: -195px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 390px;
	visibility: visible;
	left: 0px;
}
