* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "agenda", big-caslon, arial;
	
	color: black;
	background: #B3FF66 ;
}

h1, h2, h3{
	margin-bottom: 0.7em;
	font-weight: normal;
	color: #106500;
	font-weight: bold;
}


h4{
	margin-bottom: 0.5em;
	font-weight: normal;
	color: black;
	font-weight: bold;
	
}
h1 {
	font-size: 1.5em;
	
	
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}
p, ul, ol, form {
	
	font-size: 1.0em;
	line-height: 23px;
	
}


ul {

	margin-left: 5em;
	color: #106500;
	
}

ol {
	margin-left: 5em;
	color: black;
	
}



ul {
	list-style-type: square;
}

a {
	color: #106500;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #77AB0F;
	
}

a:visited {
	color: #78473C;
}
hr {
	display: none;
}

.hr {
}

img {
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 5px;
	
	
}

.left {
	float: left;
	
}

.right {
	float: right;
	
}

.center{

	text-align: center;
	

}

.blockquote {
	padding: 20px 20px;
 	font-weight: bold;
	font-style: italic;
}
.button {background-color: #106500; color:#ffffff; font-size: 8pt;}
.inputc {font-size: 8pt;}
.style3 {font-size: xx-small}
#links {
	text-align: right;
	font-size: 0.8em;
	padding: 10px 25px;
	
	
	
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	
}

/* Header */
#header {
	width: 900px;
	height: 264px;
	margin: 0 auto;
	background: url(images/treeHole98.jpg) no-repeat;
}


#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
	
	
}

#header h1 {
	font-size: 1.9em;
	color: white;
	padding-top: 120px;
	text-transform: lowercase;
	
	
}

#header h2 {
	color: black;
	padding-top: 70px;
	font-size: 1.0em;
	text-align: center;
	
}

#header a {
	text-decoration: none;
	color: #106500;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #FBE8E8 url(images/img04.jpg) repeat-y;
	
}

#content h1 {
	text-align: center;
	
}
#content h1 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h2 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#content  h3, h4{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: left;
}
#content p, form {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 15px;

}
#content ul, ol{
	margin-right: 25px;
	padding-bottom: 10px;
	
}

/* Blog */

#blog {
	float: right;
	width: 620px;
	
	background: url(images/img05.jpg) no-repeat;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding: 0px 5px 0px 25px;
	background: url(images/img06.jpg) no-repeat;
	text-align: left;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	
	background: url(images/img07.gif) no-repeat left center;
	border-bottom: 1px dotted #106500;
}

#sidebar h2 {
	text-align: left;
	
	border-bottom: 2px solid #106500;
	
	
}

#sidebar a {
	text-decoration: none;
	
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	background: url(images/img09.jpg) repeat-y;
	border-top: 2px solid #106500;
	padding: 10px;
	
}

#footer p, h5 {
	color: #106500;
	margin: 0;
	text-align: center;
	font-size: 75%;
	
}

