body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-indent: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bold {
	font-weight: bold;	
}
#contentWrapper {
	background-color: #000000;
	width: 800px;
	height: 1150px;
	top: 4px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer {
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	position: absolute;
	left: 0px;
	width: 790px;
	bottom: 0px;
	z-index: 1;
	height: 20px;
}


/* ------ HOME PAGE CSS ---*/

#homeHeader  {
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: #FFFFFF;
	width: 795px;
	height: 400px;
}

/*  TABLE CSS */

#table4col  {
	top: 410px;
	left: 0px;
	width: 790px;
	position: absolute;
}


#row0  {
	top: 0px;
	left: 0px;
	width: 770px;
	height: 20px;
	position: absolute;
	margin-top: 10px;
	padding: 10px;
}
#row1  {
	top: 5px;
	left: 0px;
	width: 780px;
	height: 370px;
	position: absolute;
	margin-top: 10px;
	padding: 10px;
}
#row2  {
	top: 405px;
	left: 0px;
	width: 780px;
	height: 570px;
	position: absolute;
	margin-top: 10px;
	padding: 10px;
}
#row3  {
	top: 1000px;
	left: 0px;
	width: 780px;
	height: 150px;
	position: absolute;
	margin-top: 10px;
	padding: 10px;
}
.col1  {
	top: 0px;
	width: 180px;
	left: 0px;
	position: absolute;
	padding: 10px;
}
.col2  {
	top: 0px;
	width: 180px;
	left: 200px;
	position: absolute;
	padding: 10px;
}
.col3  {
	top: 0px;
	width: 180px;
	left: 400px;
	position: absolute;
	padding: 10px;
}
.col4  {
	top: 0px;
	width: 180px;
	left: 600px;
	position: absolute;
	padding: 10px;
}

