/* CSS Document */

		<style type="text/css" media="screen">
		<!--//
			html, body	{ height:100%; }
body {			
				margin:0;
				padding:0;
				overflow:auto;
				background-color: #dfe4d0;
				color:#333;
				font-family:sans-serif;
				font-size:20px;		
			}
			a{
color:#000000;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}
	
			#mainarea{
margin-left:0px;
margin-top:0px;
padding:0px;
margin-bottom:0px;
margin-right:0px;
background-image:url('header.jpg');
background-repeat:no-repeat;
color:#000000;
width:1024px;
height: 164px;
}
#mainarea div.nav{
width:1024px;
height:30px;
margin-left: 155px;
margin-top: 130px;
margin-bottom:0px;
padding:0;
color:#000000;
float:left;
text-align:left;
font-family: Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:300;
letter-spacing:0.01em;
}	
#bottomarea{
position:relative;
padding:0px;
padding-left: 0px;
padding-top: 10px;
background-repeat:no-repeat;
color:#000000;
width:1024px;
height: 44px;
color:#000000;
font-family: Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:300;
letter-spacing:0.01em;
text-align:center;
}
//-->
		</style>
