body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	vertical-align: bottom;
	background-position: center top;
	background-attachment: fixed;
	background-color: #c3d382;
	background-image: url(images/tree_background.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 960px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #707e5b;
}

h2{
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;

}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image:url(images/header.png);
	height: 171px;
	width: 960px;
}



a.body:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #7b9a1e;
		text-decoration:none;
	
}
a.body:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #7b9a1e;
	text-decoration:none;	
}
a.body:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #7b9a1e;
	text-decoration:none;
}

.content {
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-color: #90a944;
	border-right-color: #90a944;
	border-bottom-color: #90a944;
	border-left-color: #90a944;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	background-color: #FFF;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 15px;
}

.announcement {
	background-image:url(images/announcement.jpg);
	height: 134px;
	background-position: center;
	vertical-align:bottom;
}

/* ~~ The footer ~~ */
.footer {
	background-position: center top;
	width: 960px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/footer2.png);
	clear: none;
}
