body {
	margin-top: 10px;
	padding: 0;
  background: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BBBBBB;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
	background: url(images/back.jpg) left top;
}


div#header {
	clear: both;
	width: 860px;
	height: 144px;
	margin: 0px;
	background: url(images/top_banner.jpg) no-repeat left top;
	
}

div#header a {width:100%; height:100%; display:block;};


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a:hover { 
	text-decoration: none; 
	color: #1C3118;
	color: #ff0000;
}

a {
/*	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B6234;
}



/************** Drop Down Menu Styles ***********************/

#menu
{
  width: 860px;
  height: 20pt;
  height: 27px;
	background: url(images/back.jpg) left top;
  font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;

  
}
#menu a:hover { 
	text-decoration: none;
	color: #1C3118;
}


#nav, #nav ul { /* all lists */
	padding-left: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
  text-align: center;
	display: block;
	width: 8em;
	width: 122px;
	height: 20pt;
	background: url(images/back.jpg) left top;
  text-decoration:none;
  font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#nav li { /* all list items */
	float: left;
	width: 122px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
  text-align: left;
	position: absolute;

	width: 122px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}


/* End Drop Down Menu Styles */


#content {
	float: left;
	color: #000000;
	width: 800px;
	border-left: 10px;
	border-right: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	margin: 0px;
/*	background: #000000 url(images/img02.jpg) no-repeat center top;*/
	background: url(images/back.jpg);

}

div.section {
	width: 810px;
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 20px;
	border-right: 50px;
	background: url(images/back.jpg);
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}

div.title-section {
	width: 700px;
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 20px;
	border-right: 50px;
	background: url(images/back.jpg);
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
/*	color: #004000;*/
	
}



img.left {
	float: left;
	margin-right: 15px;
	border:0px;
/*  padding-top: 20px;*/
}

/*img.header_1 {
   border=0;
 }
*/
div.centred {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

div.vert-centre {
   padding-top: 20px;
    display: table-cell;
    vertical-align: middle;
    }


img.right {
	float: right;
	margin-left: 15px;
  padding-top: 20px;

}

div.captioned-image-left {
  float: left;
  border: 0px;
	margin-right: 10px;
/*	padding-right: 20px;*/
/*  padding-top: 20px;*/
}
div.captioned-image-left div {
  text-align: center;
  font-style: italic;
	margin-left: 15px;
}
div.captioned-image-right {
  float: right;
	margin-left: 20px;
  padding-left: 10px;
  border: 0px;
}
div.captioned-image-right div {
  text-align: center;
  font-style: italic;
}


 
#lh-col{
 width: 250px;
 float: left;
 /*
 border: solid #333333;
 border-width: 0 2px 0 0;
 background: #ffffff;
 color: #333333;
 */
 margin: 0;
 padding: 40px;
 }
 
#rh-col{
  /*
 background: #c0c0c0;
 color: #333333;
 */
 margin: 0;
 padding: 0;
 }


h1 {
  font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B6234;
}
h2 {
  font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B6234;
}
h3 {
  font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B6234;
}
<p> {
  font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B6234;
}

  
.big_ital_txt {
  font: 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #FF0000;
  font-style: italic;
}

.big_black_txt {
  font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color : #000000;
  font-style: italic;
}


