body {
	margin: 0px;
	background-color: #C2C1AA;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;	
}
p {
	margin: 0px;
	padding: 0px;
}
#div_wrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	background-color: #FFFECD;
}
#div_header {
	height: 129px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header_bg.gif);
}
h1 {
	font-family: "Trebuchet MS", arial;
	font-size: 31px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 0px;
	float: left;
}
/*New Headers for sections in text*/
h3 {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
h4 {
	font-family: "Trebuchet MS", arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	/*color: #042715;*/
}
h5 {
	font-family: "Trebuchet MS", arial;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.Plants {
	color: #52B0FE;
	font-weight: bold;
	margin: 0px;
}
.logoPic {

	margin: 0px;
}/*Top links where contact info is*/
.div_toplinks {
	float: right;
	font-family: "Trebuchet MS", Arial, verdana;
	text-align: right;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.div_toplinks a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
.div_toplinks a:hover {
	text-decoration: underline;
}
#div_navigation {
	height: 57px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*Links leading to other pages*/
#div_navigation a {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 18px;
	padding-right: 13px;
	padding-bottom: 18px;
	padding-left: 13px;
}
#div_navigation a:link, a:visited {
	color: #FFFFFF;
}
#navlinksmain a {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D4BC;
	padding: 5px;
	color: #5F6345;
}
#navlinksmain a:visited {
	color: #5F6345;
}
#navlinksmain a:hover {
	background-color: #F3F2E4;
}
#navlinksmain {
	margin-bottom: 55px;
}
#div_leftcol {
	width: 500px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	float: left;
}
#div_leftcol p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
}
#div_navlinks {
	float: right;
	background-image: url(../images/navside_bg.jpg);
	height: 550px;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 15px;
	width: 189px;
	padding-right: 15px;
}
h2 {
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 18px;
	font-weight: normal;
	display: block;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 55px;
	color: #FFFFFF;
	margin: 0px;
}
#div_navlinks h2 a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
}
.contentarea {
	margin-top: 25px;
}
#div_footer {
	clear: both;
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 12px;
	width:600;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-color: #F1DB76;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#div_footer a:link, a:visited {
	color: #046466;
}
/*Small Box with contact info*/
#div_contactinfo {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	border: medium;
	border-style:solid;
	border-color: #000000;
	font-family: "Trebuchet MS", Arial, verdana;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	background-color:#003333;
	
}
/*New Classes for images*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.myboarder{
border-color:#FFFFFF;
border-width:thin;

}
/*for image captions*/
div.figure {
  float: right;
  /*border: thin silver solid;*/
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  /*font-size: smaller;*/
  text-indent: 0;
}
/*2-column layout*/
#myleftcol{
	/*background:#9c9;*/
    float:left;
    width:50%;
}
#myrightcol{
	/*background:#9c9;*/
    float:right;
    width:50%;
}
/*Container so anything below a two-column thingy will work?*/
#mybelowcol{
	width:500;
	/*float:left;*/
	clear:both;
	}