body {
	background-color: #c8e8c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

.hide, #parseTime {
	display: none;
}

.error {
	font-weight: bold;
	color: red;
}

a {
	color: #147118;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, table, td, dl, blockquote {
	margin: 0;
	padding:0;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
}

#wrap1 {
	width: 760px;
	margin: 0px auto;
}
#wrap2 {
	height: 730px;
}
#wrap3 {

}

#header {
	padding-top: 107px;
	background-image: url(../images/top.gif);
}
#header h1 {
	height: 151px;
	margin: 0;
	padding: 0;
	background-image:url(../images/forest.jpg);
}
#header h1 span {
	display: none;
}

#navigation {
	background-color: rgb(35,16,16);
	height: 30px;
	color: #fff;
	font-weight: bold;
}

#navigation ul {
	list-style-type: none;
	height: 30px;
}
#navigation li {
	float:left;
	height: 30px;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}
#navigation li a:hover {
	color: #147118;
}
#contentWrap {
	background-image: url(../images/index2.jpg);
	background-position: right top;
	padding-left: 10px;
	height: 403px;
}
#mainHeading {
	height: 75px;
	margin: 0;
	padding: 0;
	background-image: url(../images/Welcome.gif);
	background-position: left center;
}
#mainHeading span {
	display: none;
}
#contentWrap2 {
	background-image: url(../images/LittleTree.gif);
	background-position: left bottom;
	width: 430px;
	height: 328px;
}

#content {
	height: 290px;
	overflow: auto;
}
#content p {
	padding-left: 10px;
}
#content ul {
	padding-left: 10px;
	margin-left: 20px;
}
#lastP {
	height: 30px;
}
#footer {
	border-top: 1px solid rgb(35,16,16);
	border-bottom: 10px solid rgb(35,16,16);
	padding: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#miniFooter {
	font-size: 10px;
	text-align: center;
	padding: 10px;
	color: #333;

}