body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #a8ca93 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}
#wrapper {
	width: 970px;
	margin: 0 auto 0 auto;
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #ebf7e4 url(../images/grid16.gif) top left no-repeat;
	background: #ebf7e4;
	/* Fix IE5 */
	text-align: left;
}

/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 970px;
	/*padding-left: 10px; */
	/*height: 120px; */
	background: url(../images/banner_top.gif) top left no-repeat;
	padding-top: 10px;
}
#banner .lorry {
	position: absolute;
	left: 310px;
	bottom: -18px;
}
#banner .aPostitionedGraphic2 {
	position: absolute;
	left: 600px;
	bottom: 10px;
}
#banner .logo {
	/*float: left; */
	margin: 0 0 0 10px;
	border: 0;
}
#banner p {
	margin: 0;
	padding: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}
#talk {
	float: right;
	width: 170px;
	background-color:#FFFFFF;
	color: #000;
	border: 1px solid #C7C7C7;
	margin-right: 10px;
	padding: 5px;
	font-size: 1.1em;
	text-align:center;
	background: #e9e9ce url(../images/sidecol_bg.jpg) top left repeat-x;
	border: 1px solid #76a957;
}
* html #talk {
	width: 182px;
	w\idth: 170px;
	display: inline;
}
#talk .phone {
	font-size: 1.5em;
}
/*=================================== LEFT COL =============================================*/
#leftcol {
	float:left;
	width: 170px;
	margin-left: 10px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#maintext {
	margin-left: 190px;
	margin-right: 200px;
	margin-right: 20px;
	line-height: 160%;
	color: #316016;
}
#maintext h1 {
	font-size: 1.3em;
	padding: 5px;
	padding-left: 10px;
	/*border-bottom: 1px solid #000; */
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
	background: url(../images/heading_bg.jpg) top left repeat-y;
}
#maintext h2 {
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#maintext h3 {
	font-size: 1.2em;
	margin-left: 10px;
}
#maintext p, #maintext ol, #maintext ul {
	font-size: 1.1em;
}
#maintext p {
	margin-bottom: 0;
	margin-left: 10px;
}
#maintext .first {
	margin-top: 0;
	padding-top: 0;
}
#maintext img.floatright {
	float: right;
	margin: 0 0 5px 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0;
}
#maintext p.captioned {
	clear: right;
	/*margin: 0 0 10px 10px; */
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	margin-top: 0;
	float: right;
	width: 250px;
	text-align:center;
	line-height:100%;
	font-style:italic;
	font-size: 0.9em;
	background: #fff;
}
/*=================================== SIDEBAR =============================================*/
.sidebar {
	clear: right;
	float: right;
	background: #e9e9ce url(../images/sidecol_bg.jpg) top left repeat-x;
	border: 1px solid #76a957;
	padding: 5px 10px;
	width: 230px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height:150%;
}
* html .sidebar {
	w\idth: 252px;
	width: 230px;
}
#maintext .sidebar h3 {
	font-size: 1.3em;
	text-align:center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 3px;
	line-height:120%;
}
#maintext .sidebar h3 a {
	text-decoration: none;
	color: #316016;
}
#maintext .sidebar h3, #maintext .sidebar p {
	margin-left: 0;
}
#maintext .sidebar p {
	color: #000;
}
#maintext .sidebar a img {
	border: 0;
}

/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 3px 0;
	padding-bottom: 10px;
	margin-bottom: 0;	
	background: url(../images/footer_top.gif) top left no-repeat;	
}
#footer p {	
	color: #346615;
	color: #224a0a;
	font-size: 0.8em;
	text-align: center;	
	margin: 0;
	padding: 0;
	padding-top: 10px;
}
#footer p#create {
	color: #fff;
}
#footer p#create a {
	color: #fff;
}
#footer p#create a:hover {
	color: #224a0a;
}
/*=================================== GENERAL =============================================*/
p.publishdate {
	font-style:italic;
	font-size: 0.8em;
	margin-top: 0;
	padding-top: 0;
}
table {
	width: 500px;
	border-collapse:collapse;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
th {
	text-align:left;
}
td, th {
	border: 1px solid #ccc;
	padding: 3px;
}