body
{
	background: #636363;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
}

body, p, td, div, table
{
	font-size: 8pt;
}

#mainDiv
{
	width: 100%;
	text-align: center;
	background: #cbcbcb;
}

#topDivContainer
{
	background: #ffffff;
	text-align: center;
	height: 95px;
	border-bottom: 1px solid #000000;
	padding-top: 1px;
}

#topDiv
{
	margin: auto;
	width: 755px;
	position: relative;
	margin-top: 5px;	
}

#logo
{
	float: left;
	margin-top: 5px;
}

#menuDiv
{
	float: right;
	letter-spacing: -3px;
}

#contentDivContainer
{
	clear: both;
	text-align: center;
	border-top: 1px solid #000000;
}

#contentDiv
{
	margin: auto;
	width: 755px;
	position: relative;
	text-align: left;
	padding-bottom: 20px;
	font-size: 12px;
}

#footerDiv
{
	clear: both;
	margin: auto;
	width: 755px;
	text-align: left;
	padding-top: 1px;	
}

#footerText
{
	color: #ffffff;
	font-size: 10px;
	margin: 5px;
}

#footerText a
{
	color: #ffffff;
	text-decoration: none;
}

#footerText a:hover
{
	color: #cccccc;
}

#contentDiv h1
{
	width: 735px;
	height: 54px;
	background: url(../images/h1Bg.jpg) top left no-repeat;
	font-size: 36px;
	font-weight: bold;
	font-family: Times New Roman, serif;
	color: #000000;
	padding: 20px 0px 0px 20px;
	text-transform: uppercase;
	position: relative;
	margin: 0px;
}

#contentDiv h1 span
{
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: Times New Roman, serif;
}

.clear
{
	clear: both;
}

#contentDiv a
{
	text-decoration: none;
	color: #000080;
}

#contentDiv a:hover
{
	color: #5555da;
}

#homepageDiv
{
	background: url(../images/homepageBg.jpg) top left no-repeat;
	width: 754px;
	height: 295px;
}

#homepageContent
{
	float: right;
	width: 330px;
	height: 270px;
	margin: 10px 10px 0px 0px;
	font-size: 10px;
	color: #000000;
}

#bottomHomeContent
{
	width: 750px;
	font-size: 10px;
	margin-top: 10px;
}