/* adapted from http://www.pmob.co.uk/temp/3colfixedtest_sourcenone.htm */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body {
	background:#E2F0BD url(../images/background.jpg) repeat-y center;
	position:relative;/* for ie7*/
}
#outer{
	height:100%;
	min-height:100%;
	margin:0 0px;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:151px;
	background:#A4CF37 url(../images/header-bg.jpg) repeat-x;
	overflow:hidden;
	color: #fff;
	text-align: center;
}
#footer {
	width:100%;
	clear:both;
	height:34px;
	background: #7BB72B url(../images/footer-bg.gif) repeat-x;
	text-align:center;
	position:relative;
	margin-top:-34px;/*drag footer from below the fold*/
}
#centrecontent {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:52px;/* clear footer*/
 margin-left:-1px;
}
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:151px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #315511;
	display: block;
	vertical-align: top;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
	margin: 0px;
}
a {
	color: #5366A6;
	text-decoration: underline;
}
a:visited {
	color: #3C4875;
	text-decoration: underline;
}
#content {
	display: table;
	margin: 0px 0px 20px;
	padding: 0px;
	border: 0px none;
}
#content td {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#headerImage {
	display: block;
	padding: 0px;
	margin: 0px;
}
#photoImage {
	display: block;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CA025;
	display: block;
	vertical-align: top;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
	margin: 0px;
}
ul {
	margin-bottom: 12px;
	list-style-type: disc;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #315511;
	text-align: left;
	vertical-align: baseline;
	display: list-item;
	margin-top: 0px;
	margin-left: 60px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D841A;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	line-height: normal;
	display: block;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
