body {
	font-family: Arial, Helvetica, sans-serif;
	color:#006633;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/*Structural layout divisions*/
div#outer_wrapper {     /* limits width to 725 px */
	margin: auto;
	width: 725px;
}
div#slogan {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #008200;
	text-align: center;
	margin-bottom: 16px;

}
/* useage */
div#page_header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-image:url(../css_version/images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
/* no width so that the title image can centre */
}
div#page_header img {
	margin:auto;
}

div#footer {
	text-align: center;
	clear: both;
	color: #CC99FF;
}
div#footer p { /*Pull the copyright notice up*/
	margin-top: 0px;
}
/* main 3-col styles for the pages of the main site; when implementing these don't forget that the order of use IS important because of the floats - enjoy! Gets redefined in the 2 col version */

div#maincontent {
	padding: 0px;
	text-align: left;
	margin-left:  175px;
	margin-right: 165px;
	margin-top: 0;
}

div#leftcolumn {
	padding-right: 8px;
	float: left;
	text-align: left;
	width: 165px;
	margin-right: 0px;
	margin-left: 0px;
/*	border-right: 1px solid #cccccc*/
}
#rightcolumn{
  	float:right;
	width: 140px;
/*	border-left: 1px solid #cccccc;*/
	padding-right: 5px;
	padding-left: 5px;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h1, h2, h3 {
	font-weight: bold;
	color: #008200;
}
h4, h5 {
	color: #56A610;
}
.no-top-margin {
	margin-top: 0px;
}
.red {
	color: #FF0000;
}
#maincontent h4+p {
	margin-top: -15px;

}
