﻿body 
{
	background-color:Gray;
	font-family:Arial;
	font-size:10px;
	margin-top:0;
}
.MainTable
{
	font-family:Arial;
	font-size:12px;
	width: 900px;
	height: 700px;
	border-spacing: 0;
	border-width: 0;
	background-color:Black;
}
.HeaderCell
{
	width: 900px;
	height: 198px;
	background-repeat:no-repeat;
	background-image: url('headerImages/hHome.jpg');
	
}
.MenuCell
{
	width: 900px;
	height: 50px;
	background-color: #000000;
}
.MainCell
{
	width: 900px;
	height: 400px;
	background-color: #FFFFFF;
}
.FooterCell
{
	font-size:10px;
	width: 900px;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.MenuBar
{
	width: 900px;
	height: 50px;
	border-width: 0;
	padding:0px 0px 0px 0px;
}
.MenuBar a
{
	
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.GWEPoweredup
{
	height:50px;
	color:Black;
	background-color:Gray;	
	font-size:10px;
}