* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px 0px 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #66FF33;
	background-image: url(../images/backgrounds/tree_01.jpg);
}
a {
	color: #695d47;
	text-decoration: underline;
}
a:hover {
	color: #ab9c7e;
	background-color: inherit;
}
span {
	/*display: none;*/
}
p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}
.clearthis {
	margin : -30px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 1px;
	overflow : hidden;
	visibility: hidden;
}
.clearthis_small {
	margin : -40px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 1px;
	overflow : hidden;
	visibility: hidden;
}
.clearthis_large {
	margin : -10px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 1px;
	overflow : hidden;
	visibility: hidden;
}
#body_wrapper {
	padding: 5px 0px 10px;
	width: 1024px;
	color: #000000;
	font-weight: bold;
}
#container .content {
	margin: 3px 150px 0px 28px;
	width: 580px;
	text-align: left;
}
#container .content_header {
	width: 700px;
	height: 30px;
	background: url('../images/css_page_images/content_header_bg.gif') repeat-x 0% 0%;
	position: relative;
	z-index:10;
	top: -30px;
	float: left;
	left: 40px;
	margin-bottom: -20px;
	margin-top: 10px;
}

/* Page Header */
#page_banner_01 {
	height: 200px;
	background: url('../images/logos/logo_01.gif') no-repeat 0% 0%;
}
.header_text {
	font-size: 18px;
	font-weight: bold;
}

