body{
	margin: 0px;
	background: #524d4a url('images/bg_main.jpg') repeat-y top center;
}

body,p,td{
	font: 9pt arial,sans-serif;
}

a{
	color: #36555b;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 5px 0px 10px 0px;
}

p.x{
	margin: 0px;
}

p.news{
	font-size: 7.5pt;
	color: #ffffff;
	margin: 0px;
}

p.news a{
	color: #ffffff;
}

img,table{
	display: block;
	border: 0px;
}

form{
	margin: 0px;
}

div.floater{
	float: left;
}

table.formx{
	margin-top: 5px;
}

table.formx td{
	font-weight: bold;
}

input.white{
	width: 180px;
	color: #c3c1c0;
	padding: 3px;
	border: 0px;
}

input.white2, textarea.white2{
	width: 180px;
	color: #333333;
	padding: 3px;
	border: 0px;
	margin-left: 5px;
}

#wrapper1{
	background: url('images/bg_top.jpg') repeat-x top center;
	background-position: 0px 83px;
}

#wrapper2{
	width: 970px;
	margin: 0 auto;
	background: #ffffff;
}

#container{
	width: 948px;
	margin: 0px 11px 0px 11px;
}

#mainbody{
	padding-top: 10px;
}

#newsletter{
	background: url('images/bg_newsletter.jpg') no-repeat;
	width: 269px;
	height: 118px;
}

#news{
	background: url('images/bg_news.jpg') repeat-y top center;
	width: 439px;
	margin-left: 12px;
}

#news_content{
	background: url('images/bg_news_top.jpg') no-repeat;
	width: 439px;
}

#footer{
	background: #ffffff url('images/bg_footer.jpg') no-repeat;
	background-position: 0px 0px;
	height: 50px;
}

#footer_nav{	
	width: 585px;
}

ul#navlist{
	list-style: none;
	padding: 13px 0px 0px 205px;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li{
	display: inline;
	margin-left: 10px;
	padding: 0;
}

ul#navlist li a{
	font-size: 8pt;
	font-weight: normal;
	color: #524d4a;
	text-decoration: none;
}

ul#navlist li a:hover{
	text-decoration: underline;
}