body {
	margin: 20px;
	padding-bottom: 20px;
}

img {
	border: 0px;
}




address {
	font-style: normal;
	margin-top: 10px;
}

.spacer {
	border: 0px;
	border-top: 1px dashed #CCCCCC;
	width: 400px;
	height: 0px;
}

#navigation {
	float: left;
	width: 140px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 50px;
	padding-left: 20px;
}

#navigation li {	
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dashed #CCCCCC;
}

#navigation a {
	display: block;
	color: #404F27;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 2.5em;	
}

#navigation a:hover {
	text-decoration: none;
	color: #8FAF0A;
}

#content {
	width: 700px;
	margin-left: 40px;
	margin-top: 25px;
	float: left;
	line-height: 1.4em;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
}

#content h1 {
	margin: 0px;	
	margin-bottom: 20px;
	width: 600px;
	font-size: 2.0em;
	line-height: 1.0em;
	color: #4A6F3E;
	font-family: Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

#content h2 {
	margin: 0px;	
	margin-top: 30px;
	margin-bottom: 20px;
	width: 500px;
	font-size: 1.5em;
	line-height: 1.0em;
	color: #4A6F3E;
	font-family: Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

#content li {
	line-height: 1.6em;
}

#content a {
	color: #404F27;
}

#content a:hover {
	text-decoration: none;	
}

#content a:visited {
	color: #8FAF0A;
}

.newspaper {
	width: 500px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 20px;
	float: left; 
}

.newspaper h2 {
	color: #000000 !important;
	margin-top: 2px !important;
	border: 0px !important;
}


#footer {
	width: 900px;
	margin-bottom: 30px;
	clear: left;
	text-align: right;
	font-size: 0.7em;
	color: #7F7F7F;
	font-family: Arial, sans-serif;
}

#footer hr {
	border: 0px;
	border-top: 1px dashed #CCCCCC;
	width: 400px;
	margin-left: 500px;
	height: 0px;
}

#footer a {
	color: #7F7F7F;
}