/* CSS Document */
body {
	text-align: center;
}
#container {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	font-family: "Gill Sans MT";
	font-size: 100%;
}
#main {
	width: 100%;
}
#nav, #head1, #head2, #menuspace, #content blockquote, #footer, #content img.bottomright, #content .centrelinks, #content p.search_prev_next  {
	display: none;
}
#content {
	margin-top: 10px;
	font-size: 80%;
	float: left;
	/* Ensures content does not overlap nav */
}
#content h1, #content h2 {
	margin: 12px 5px 0 5px;
}
#content p, #content ul{
	margin: 7px 20px 0 5px;
	line-height: 1.25em;
}
#content h1 {
	font-size: 120%;
}
#content h2 {
	font-size: 100%;
	color: #339E35;
	font-weight: bold;	
}
#content h2 a {
	font-size: 100%;
	color: #339E35;
	font-weight: bold;
	text-decoration: none;	
}
#content li {
	margin: 5px 20px 0 30px;
}
#content .plainlink {
	text-decoration: none;
	color: #000000;	
}
#content .greentext {
	color: #339E35;
}
#content a.greenlink {
	text-decoration: none;
	color: #339E35;
}
#content a.greenlinkwithdec {
	color:#339E35;
}
#content .set {
	color: #666666;
}
#content table {
	margin: 5px 0px 0px 5px;
	width: 100%;
	border-collapse: collapse;
}
#content table caption {
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}
#content table th, #content table td {
	border-right: 1px solid #fff;
	padding-left: 0.2em;
}
#content table tr {
	background: #81C382;
}
#content table thead th {
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	padding-top: 0px;
}
#content table tbody td {
	background: #fff;
}
#content p.search {
	border-bottom: 1px solid #81C382;
	margin: 0px 0px 0px 5px;
	padding: 0 0 0.5em 0;
	width: 95%;
}
#content p.search_prev_next {
	border-top: 1px solid #81C382;
	margin: 5px 0px 0em 20px;
	padding: 0.4em 0 0.5em 0;
	width: 95%;
	text-align: center;
	word-spacing: 0.5em;
}
#content form {
	padding: 0;
	margin: 15px 0 10px 0;
}
#content #searchinput2 {
	height: 1.3em;
	width: 150px;
	font-size: 85%;
	border: 1px solid #81C382;
	padding: 2px;
	margin: 0 0 0 3px;
}
#content #searchgo2 {
	display: inline;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 1px;
	margin: 0px 0px 1px 1px;
	background-color: #FFFFFF;
}
#content p.searchresultstext {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 85%;
}
#content p.address {
	margin-top: 20px; 
	margin-left: 50px;
}
#content p.indent {
	margin-left: 50px;
}
#content .centre {
	text-align: center;
 	width: 90%;
}
#content p.right {
	text-align: right;
 	width: 95%;
}
#content .bottompush130 {
	margin: 0;
	padding: 0;
	height: 130px;
}

#content .bottompush70 {
	margin: 0;
	padding: 0;
	height: 70px;
}
#content .bottompush150 {
	margin: 0;
	padding: 0;
	height: 150px;
}
.clr {
	clear: both;
}