@CHARSET "ISO-8859-1";

body {
	
	padding-left: 180px;
	padding-top: 120px;
	padding-right: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	/* medium forest green */
	color: #347235;
	background-color: White
}

.news {
	text-indent: 4em;
	
}
#heading h1 {

	color: #347235;
	background-color: #8BB381;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 3em;
	position: absolute;
	top: 20px;
	left: 180px;
}

#logo_pic{
	
	position: absolute;
	top: 0;
	left: 15px;
	border: thin solid #347235
}

#navMenu {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 120px;
	left: 1em;
	width: 140px;
}

#navMenu li {
	/*dark sea green */
	background: #8BB381;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 15px solid #347235;
}

#navMenu a {
	color: #347235;
	text-decoration: none;
}

#footer{
	
	display: block;
	position: relative;
	bottom: 0;
	margin-top: 1em;
    padding-top: 1em;
    border-top: thin solid; 
}

#footer a{
	font-size: 0.5m;
	color: #347235;
}