body {
	background: #000;
	margin: 0 auto;
}

/* custom classes */


.rootDiv {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #000 url(/images/bgRootDiv.jpg) no-repeat top center;
	height: 800px;
}

.indexDiv {
	position: absolute;
	margin: 0;
	margin: -320px 0 0 -350px;
	width: 701px;
	height: 528px;
	top: 45%;
	left: 50%;
}

#home {
	background: transparent;
}

.footerLeft {
	font: normal 10px Arial, sans-serif; 
	color: #92877A; 
	float: left;
	clear: left;
	margin: 0 0 0 10px;
}

.footerRight {
	font: normal 10px Arial, sans-serif; 
	color: #92877A; 
	float: right;
	clear: right;
	margin: 0 10px 0 0;
}

.footerRight a:link, .footerRight a:visited {
	font: normal 10px Arial, sans-serif; 
	color: #92877A; 
	text-decoration: underline;
}

.footerRight a:hover {
	font: normal 10px Arial, sans-serif; 
	color: #92877A; 
	text-decoration: none;
}

.tableHeader {
	background: #000000 url('/images/bg_reportcard_top.gif') no-repeat center center;
}

.reportcardStyle {
	font: normal 11px verdana, arial, sans-serif; 
	color: #000000;
}

