body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: smaller;
  margin:0px;
}
#header {
	height: 113px;
	background-color:#F2FBEE;
	text-align:center;
	padding-top: 22px;
	border-top-color:#78BD50;
	border-bottom-color:#78BD50;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#content {
	padding: 10px;
	margin-left:20px;
	margin-right:20px;
}
#menu {
	/*padding: 5px;
	margin: 0;*/
	height: 25px;
	display:block;
	list-style: none;
	background-color:#A3E182;
	text-align:center;
}
#menu ul {
	padding:0px;
	margin:0px;
	color:#FFFFFF;	
	
}
#menu li {
	display:inline;
	list-style: none;
	background-color: #78d443;
	height: 25px;
}
#menu a {
	/*width: 280px;*/
	color:#FFFFFF;
	/*padding:10px;*/
	text-decoration:none;
	font-weight: bold;
	margin:0px;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#desc {
	background-color: #E5F7DD;
	padding: 7px;
	text-align:center;
	border-top-color:#D8DDD7;
	border-bottom-color:#D8DDD7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#menu a:hover {
	color: #004300;
	
}	
img {
	border: 0px;
}
#footer {
	/*padding: 5px;
	margin: 0;*/
	clear: both;
	color:#FFFFFF;
	list-style: none;
	background-color:#A3E182;
	border-top-color:#78BD50;
	border-bottom-color:#78BD50;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size:small;
}
#footer a {
	color:#FFFFFF;
}
.block{
	background-color:#78D443;
	width:75%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
.block2{
	background-color:#78D443;
	width:75%;
	padding:4px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#78BD50;
	min-width:700px;
}
#bw {
	text-align:center;
	color:#999999;
	font-size:x-small;
	margin-top:10px;
}
p.buttons {
	text-align:right;
	/*margin-top:-60px;*/
	float:right;
	width:508px;
	padding-bottom:10px;
}
h1 {
	color: #78D443;
}
h2 {
	color: #004300;
}
h2.front {
	color: #78D443;
}
.error {
	color:#CC0000;
	font-weight:bold;
}
#desc p {
	margin:0px;
}
#northeast,#northwest,#yorkshire {
	display:none;
}
#search label {
	width:150px;
	display:block;
	float:left;
	padding-bottom:20px;
	clear:both;
}
#search input,#search select {
	width:150px;
	display:block;
	float:left;
	margin-bottom:20px;
}
#search select {
	width:auto!important;
}