html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	height: 100%;
	background-image: url( ../images/background.jpg );
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #329d2d;
	color: #000000;
	text-align: center;
	font-size: 8pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header
{
	margin: 0px;
}

#navigation
{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url( ../images/navbg.jpg );
	background-repeat: repeat-x;
	height: 56px;
}

#content
{
	border: 2px solid #1b4f9b;
	border-top: none;
	background-image: url( ../images/contentbg.jpg );
	background-repeat: no-repeat;
	background-position: 178px 0px;
	background-color: white;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 60px 20px 20px 20px;
	position: relative;
}

#homeContainer #content
{
	padding: 0px;
}

#content table.homeTable
{
	width: 996px;
	height: 100%;
}

#content table.homeTable td.sideBarLeft
{
padding: 0px;
width: 180px;
}

#content table.homeTable td.sideBarRight
{
	width: 181px;
	padding: 24px 15px 15px 15px;
}

#content table.homeTable td.content
{
	padding: 75px 50px 50px 50px;
}

.heading
{
	font-weight: bold;
	color: #40ca2e;
	font-size: 28pt;
	padding-left: 26px;
}

.sideHeading
{
	font-weight: bold;
	color: #1b4f9e;
	font-size: 12pt;
}

.stupidCSSBugFix
{
	height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer
{
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
	margin-bottom: 10px;
}

#footer span
{
	display: block;	
	padding-top: 3px;
}

#footer span a
{
	color: #ffffff;
}

#footer span a:hover
{
	text-decoration: none;
}



