body {
	background: #404d31;
}


body,td {
	font-family: times new roman, serif;
	font-size: 76%;
	margin: 0;
	padding: 10;
}


a:link {
	color: Purple;
	text-decoration: underline;
}
a:active {
	color: Purple;
}
a:visited {
	color: #7E5A83;
}
a:link:hover {
	background: #EDF3DC;
}
a:visited:hover {
	background: #EDF3DC;
}

div {
}

small {
	font-size: .85em;
	letter-spacing: 0;
}

#page: {
	margin-left: 20px;
	margin-right: 20px;
	
	
}

#banner {
	background: #E8ECE1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

#banner h1 {
	font-family: trebuchet ms, tahoma, arial, helvetical, sans-serif;
	color: #4C5A39;
	font-size: 1.5em;
	padding-left: 10px;
	border-bottom:  0px solid #C7D3B8;
}
#banner h2 {
	font-family: trebuchet ms, tahoma, arial, helvetical, sans-serif;
	color: #4C5A39;
	font-size: 1.25em;
	padding-left: 10px;
}


#menu {
	background: #C7D3B8;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #4C5A3A;
	border-right: 0px solid #4C5A3A;
	border-bottom: 1px solid #4C5A3A;
	position: relative;
	width: 100%;
}

#menu a {
	font-family: trebuchet ms, tahoma, arial, helvetical, sans-serif;
	font-size: 1.1em;
	text-decoration: underline;
}
#footer {
	background: #C7D3B8;
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: 1px solid #4C5A3A;
	font-family: trebuchet ms, tahoma, arial, helvetical, sans-serif;
}

#main {
	background: white ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	border-top: 0px solid #C7D3B8;
	border-left: 0px solid #C7D3B8;
	border-right: 0px solid #C7D3B8;
	border-bottom:  5px solid #C7D3B8;
	position: relative;
	width: auto;
	top: 0px;
	padding: 0px;
}



#main h1 {
	color: #4B5939;
	font-size: 1.5em;
	letter-spacing: .25em;
}

#main h2 {
	color: #4B5939;
	font-size: 1.25em;
	letter-spacing: .25em;
	font-weight: normal;
}


#main p {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4;
}
#main td {
color: #000000;
	font-size: 1em;
}


#main ul {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.4;
}





@media print {
#menu { display: none; border-right: 0;
}

