/* CSS Document */
*{ margin:0}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:120%;
	color: #000;
	background-color: #5a843b;
	margin:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
position: absolute; 
left: 50%; 
width: 801px; 
height: auto; 
margin-left: -400px;
background-color:#FFFFFF;
margin-bottom:10px;
}

#header {
	width:801px;
	height:239px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#text {
padding:15px;
}

h1 {
color:#FE6601;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:20px;
margin-bottom:5px;
}






h2 {
color:#0066FF;
margin: 20px 0px 10px 0px;
padding-top:3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:16px;
border-top:#B0C9E6 solid 1px;
}