* { margin: 0; padding: 0; }

form
{
	padding: 0;
	margin: 0;	
}

body {
	background-color: #ffffff;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;	
	color: #5c584c;	
	}
	
p 
{
	margin-bottom: 1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;	
	color: #5c584c;	
}
	
li {
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #5c584c;
	}
	
img {
	border: 0;
	}
	
#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	display: block;
	}	
	
#header
{
	height: 325px;
}
#nav
{
	width: 900px;
	height: 35px;
	margin-top: 9px;
	position: relative;
}
	#nav #navContainer
	{
		width: 652px;
		/*border: solid 1px #000000;*/
		overflow: hidden;
		position: absolute;
		right: 0px;
	}
		#nav #navContainer div
		{
			float: left;
		}

#contentBody
{
	clear: both;
	float: none;
	overflow: auto;
	min-height: 410px;
	background-image: url(../img/content_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0;
}
	#contentLeft
	{
		float: left;
		width: 282px;
	}
		#contentLeft div
		{
			width: 212px;
			margin: 86px auto;
		}
			#contentLeft div img
			{
				padding-bottom: 40px;
			}
	#contentRight
	{
		float: left;
		width: 575px;
		margin: 85px auto;
		padding-bottom:25px;
	}
		
	#contentFull
	{
		float: left;
		width: 900px;
		min-height: 410px;
	}
#footer
{
	width: 879px;
	/*height: 82px;*/
	overflow: hidden;
	margin: 0 auto;
	background-color: #940441;
	background-image: url(../img/footer_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
P#footNav
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;		
}
	P#footNav A
		{
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		}
		P#footNav A:hover
		{
			text-decoration: underline;
		}
P#footText
{
	font-size: 7pt;
	font-weight: normal;
	color: #adbd98;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom:0px;
}
	P#footText A
	{
		color: #adbd98;	
		text-decoration: none;
		font-weight: normal;
	}
		P#footText A:hover
		{
			text-decoration: underline;
		}