body {
	margin: 0px;
	padding: 0px;
	background-color:#eeffee;
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	color: #164800;
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-weight:bold;
	margin-bottom:13px;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
img {
	border: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #2a8601; 
}
a:hover { 
	text-decoration: none;
	color: #336600; 
}

#core {
 	width:800px;
	height:100%;
 	margin:0 auto;
	padding:0px;
	background: #FFFFFF;
}
#centertop {
	background:#FFFFFF;
	position:relative;
	z-index:2;
	padding:0px;
}
#banner {
	width:800px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url('../images/banner.jpg') top center no-repeat;
}
#footer {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	color: #164800;
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:13px;
	font-style:normal;
}
