@CHARSET "ISO-8859-1";
body {
  /* background-color: #aaaaa0; */
}
object { display:block; } 
.content {
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  margin-right: auto;
  margin-left: auto;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(/img/treesBG.jpg);
  width: 90%;
}
.menu {
  float: left;
  width: 23%;
  text-align: center;
  padding-top: 30px;
}
.topdressing {
  float: right;
  /* background-color: #7ec048; */
  overflow: hidden;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 75%;
}
.main {
  min-height: 300px;
  height: auto !important;
  height: 300px;
  font-family: sans-serif;
  font-weight: 300;
  border-style: solid none none;
  border-width: thin;
  border-top: thin solid #91d44f;
  clear: right;
  float: right;
  width: 75%; 
  font-size: 1em;
  /* padding-right: 0.8em; */
  /* padding-bottom: 0.8em;*/
  /* padding-top: 0.8em;*/
  /*	margin-top: 2em;*/
  /* margin-bottom: 2em; */
}
.bottomdressing {
  clear: both;
  background-color: #7ec048;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.footer {
  padding: 10px;
  clear: both;
  background-color: #7ec048;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  font-family: Arial,Helvetica,sans-serif;
}
.header {
  /* background-color: #8a4cb2; */
  background-color: #7ec048;
  background-position: left top;
  /* height: 120px; 
  background-image: url(/img/header.png); */
  background-repeat: no-repeat;
  text-align: center;
}
.middle {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(/img/TestTopLogo.png);
}
.topdressing h2 {
  display: inline;
  padding-top: 1em;
  padding-bottom: 1em;
  /* padding-left: 4.2em; */
  padding-left: 5px;
}
.footer a {
  color: white;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

