@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
}

body {
	background-color: #FFF;
	background-image: url(../images/background_repeat.jpg);
	background-repeat: repeat-x;
}

.nav_link, .nav_link_spacer {
	width: 169px;
	height: 35px;
	margin: 5px 0px 0px 5px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.nav_link:hover {
	background-color: #BBE9AA;
}

.nav_link a {
	color: #1E5409;
	text-decoration: none;
	display: block;
	width: 133px;
	padding: 10px 10px 10px 20px;
}

.nav_link a:hover {
	color: #1E5409;
}

.participant_ul {
	width: 100px;
}

.participant_ul li {
	margin-left: -25px;
}

#background_shadow_left {
	width: 45px;
	height: 470px;
	float: left;
	background-image: url(../images/background_shadow_left.jpg);
}

#background_shadow_right {
	width: 54px;
	height: 470px;
	float: right;
	background-image: url(../images/background_shadow_right.jpg);
}

#body {
	overflow: hidden;
	width: 842px;
	min-height: 470px;
	float: left;
}

#content {
	width: 600px;
	text-align: justify;
	float: left;
	margin: 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#content p {
	margin-bottom: 10px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #1E5409;
	margin-bottom: 20px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1E5409;
	margin-bottom: 20px;
}

#content h2 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}

#content h2 a {
	color: #333;
}

#content h2 a:hover {
	color: #45aa1e;
}

#content ul {
	float: left;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

#content ul li {
	margin-bottom: 10px;
}

#content ul li a {
	color: #333;
}

#content ul li a:hover {
	color: #45aa1e;
}

#footer {
	clear: both;
	width: 950px;
	height: 78px;
	background-image: url(../images/footer.jpg);
}

#goals li {
	margin-left: -40px;
}

#header {
	width: 950px;
	height: 200px;
	background-image: url(../images/header.jpg);
}

#nav {
	float: left;
	overflow: hidden;
	width: 181px;
	min-height: 470px;
	background-repeat: repeat-y;
}

#nav_link_over {
	background-color: #BBE9AA;
}

#wrapper {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	background-image: url(../images/background_shadow_repeat.jpg);
}
