@charset "utf-8";
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000000;
}
#logo {
	width: 1000px;
	margin-top: 24px;
	margin-bottom: 6px;
}
#jungle {
	height: 493px;
	width: 1000px;
	border: 1px solid #72b643;
}
#page {
	width: 1002px;
}

#navBar {
	background-image: url(images/images/navBkg.png);
	width: 1002px;
	background-repeat: repeat-x;
	height: 24px;
}

#footer {
	width: 1000px;
	margin-top: 8px;
	text-align: center;
}
#footNav {
	font-size: 13px;
	color: #c5f1a6;
	margin-top: 12px;
}
#footNav a{
	color: #c5f1a6;
	text-decoration: none;
}
#footNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	font-size: 11px;
	color: #72b643;
	margin-top: 12px;
}
#copyright a{
	color: #72b643;
	text-decoration: underline;
}
#copyright a:hover{
	color: #c5f1a6;
	text-decoration: underline;
}
#bkg {
	background-image: url(images/images/trees-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left 170px;
}
#content {
	background-color: #FFFFFF;
	width: 960px;
	border: 1px solid #72b643;
	padding: 20px;
	text-align: left;
	color: #666666;
}
#content a{
	color: #77BD43;
}
.heading {
	font-size: 22px;
	color: #72b643;
	font-weight: bold;
}
#section {
	width: 100%;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 12px;
}

.subheading {
	font-size: 11px;
	color: #72b643;
	font-weight: bold;
}
#leftPhoto {
	float: left;
	margin-right: 4px;
}
#rightPhoto {
	float: right;
	margin-left: 4px;
	margin-top: 6px;
	margin-bottom: 2px;
}
.redbold {
	font-weight: bold;
	color: #660000;
}
