*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #707070;
	color: #044A84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#container
{
	margin: 20px auto;
	background-color: transparent;
	color: #044A84;
	width: 764px;
	text-align: left;
}

.containertop
{
	height: 12px;
	background: transparent url(images/container_top.gif) bottom center no-repeat;
}

.containerbottom
{
	height: 12px;
	background: transparent url(images/container_bottom.gif) top center no-repeat;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 140px;
	background-color: #fff;
}

.banner
{
	position: relative;
	top: -10px;
	right: 0px;
	background: #fff top right no-repeat; 
	width: 550px;
	height: 150px;
	float: right;
	margin-bottom: -10px;
}

.corner
{
	background: url(images/corner.gif) top right no-repeat; 
	width: 100%; 
	height: 150px;
}

.topcurve
{
	background: #fff url(images/topcurve.gif) right no-repeat;
	width: 764px;
	height: 20px;
}

#menu
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 174px;
	padding: 20px 0px 0px 0px;
	z-index: 10;
}

#menu ul
{
	list-style-type: none;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #fff;
	color: #044A84;
}

#menu li
{
	text-align: right;
	padding: 10px 0px 5px 0px;
	height: 20px;
	background: #fff url(images/dot2.gif) bottom repeat-x;
	color: #044A84;
	margin-left: 10px;
}

#menu li a
{
	padding: 5px;
	background-color: #fff;
	color: #044A84;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding-left: 25px;
	outline: none;
}

#menu li a:hover, #menu li a.active
{
	background: #fff url(images/circle.gif) left top no-repeat;
	color: #339833;
}

#halfContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 550px;
	background: #fff url(images/menubg.gif) 81px top repeat-y;
	padding-bottom: 25px;
}

#halfContent
{
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	width: 340px;
}

#fullContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 764px;
	background: #fff url(images/menubg.gif) 81px top repeat-y;
	padding-bottom: 25px;
}

#fullContent
{
	position: relative;
	top: 10px;
	left: 30px;
	float: left;
	width: 540px;
}

.facts
{
	margin: 0px auto 10px auto; 
	width: 360px;
}

.facts p
{
	background-color: #fff;
	color: #339833;
}

.facts a
{
	background-color: #fff;
	color: #339833;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.facts a:hover
{
	text-decoration: underline;
}

table.compost
{
	width: 500px;
	text-align: center;
	margin-bottom: 10px;
}

table.compost th
{
	font-weight: bold;
	text-transform: uppercase;
}

th.green, td.green
{
	background-color: rgb(51, 153, 51);
	color: #fff;
	padding: 5px 0px;
}

th.brown, td.brown
{
	background-color: rgb(141, 79, 19);
	color: #fff;
	padding: 5px 0px;
}

th.blue, td.blue
{
	background-color: rgb(0, 102, 153);
	color: #fff;
	padding: 5px 0px;
}

#sideBar
{
	position: relative;
	top: -20px;
	right: 0px;
	float: right;
	width: 190px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#footer
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	border-top: 1px solid #999;
	text-align: center;
	padding-top: 10px;
	background-color: #fff;
	color: #999;
}

#footer span
{
	margin: 0px 20px;
	background-color: #fff;
	color: #ccc;
}

#footer a
{
	background-color: #fff;
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #666;
}

#sideBar h2
{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
#sideBar h4
{
	background-color: #fff;
	color: #044A84;
	font-size: 11px;
	margin: 8px 0px 5px 10px;
	font-weight: normal;
}

#sideBar p
{
	padding: 5px;
	margin: 5px;
	font-size: 10px;
}

#sideBar a
{
	background-color: #fff;
	color: #339833;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#header h1
{
	position: relative;
	top: 0px;
	left: 20px;
	float: left;
	width: 197px;
	height: 117px;
	background: #fff url(images/logo.jpg) no-repeat;
	text-indent: -10000px;
}

h2, #sideBar h2 a
{
	background-color: #fff;
	color: #339833;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

h4
{
	background-color: #fff;
	color: #044A84;
	font-size: 11px;
	margin: 8px 0px 5px 0px;
	font-weight: normal;
}

p
{
	background-color: #fff;
	color: #044A84;
	margin: 5px 0px 15px 0px;
	line-height: 150%;
}

b.green
{
	background-color: #fff;
	color: #339833;
}

a
{
	background-color: #fff;
	color: #044A84;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.active
{
	color: #339833;
}

a img
{
	border: none;
}

#fullContent ul, #halfContent ul
{
	margin: 5px 0px 10px 20px;
	line-height: 150%;
}

#fullContent li, #halfContent li
{
	margin: 5px 0px;
}
	
.newsletter_list p, .newsletter_list a{
	font-size:.8em;
	
	}