* { margin: 0; padding: 0; }

form
{
	padding: 0;
	margin: 0;	
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	}
	
p 
{
	margin-bottom: 1em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;	
	color: #333333;
}

hr
{
	clear:both;
	border:0px;
	float:left;
	color:#b62121;
	background-color: #b62121;
	height: 1px;
	width:100%;
}
	
li {
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #333;
	}
	
img {
	border: 0;
	}

#title
{
	padding-bottom:30px;
}	
#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	display: block;	
	}

#header {	
	width: 900px;
	height: 160px;
	overflow: hidden;
	background: #ffffff;
	}
			
#nav {
	width: 900px;
	height: 30px;
	overflow: hidden;
	}
	#nav #centerNav
	{
		width: 784px;
		margin-left: 98px;
		padding: 0;
	}
		#nav #centerNav a
		{
			float:left;
		}
#images 
{
	width: 900px;
	height: 199px;
}

#contentBody 
{
	clear: both;
	float: none;
	overflow: auto;
	background-color:#ffffff;
	min-height: 445px;
}
	#contentLeft
	{
		float: left;
		width: 415px;
		min-height: 335px;
		padding-bottom: 10px;
		margin-left: 60px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
		#contentLeft div
		{			
			
		}
	#contentRight
	{
		float: left;
		width: 238px;
		min-height: 345px;		
		margin-left: 106px;
		margin-top: 33px;
	}
	#contentFull
	{
		float: left;
		width:759px;
		min-height: 335px;
		padding-bottom: 10px;
		margin-left: 60px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#contentFull div
		{			
			
		}
#footer 
{
	clear: both;
	float: none;
	width: 900px;
	height: 93px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	margin: 0 0 0 0;
}	
	P#footNav
	{
		color: #f7f4e5;
		font-size: 8pt;
		font-weight: normal;
		text-align: center;
		margin-top: 22px;
		margin-bottom: 6px;		
	}
		P#footNav A
			{
			color: #f7f4e5;
			text-decoration: none;
			font-weight: normal;
			}
			P#footNav A:hover
			{
				text-decoration: underline;
			}
	P#footText
	{
		font-size: 7pt;
		font-weight: normal;
		color: #f7f4e5;
		text-align: center;
	}
		P#footText A
		{
			color: #f7f4e5;	
			text-decoration: none;
			font-weight: normal;
		}
			P#footText A:hover
			{
				text-decoration: underline;
			}
