body {
margin:0;
padding:0;
background-color: #003300;
font: normal 11px/1.5em "Helvetica";

}

/************************************ content frame *****/
#container{
margin: 0 auto;
padding: 0;
width: 800px;
height: 680px;
background-image: url(images/farm-forest-site-cutoutg.jpg);
background-repeat: no-repeat;
}

/*************************************** left column settings *****/
#leftinfo {
  visibility: visible;
  height: 627px;
  padding: 0;
  margin: 0;
  margin-top: 141px;
  width: 200px;
  background-color: #000000;
  float: left;
  font-family: "Helvetica";

}
#leftinfo p.short-menu {
  visibility: hidden;
}

#leftinfo p.domain {
  padding: 0;
  width: 200px;
  margin-top: -30px;
  padding-top: 60px;
  color: #FFFF66;
  font-size: 165%;
  font-weight: bold;
  padding-left: 2px;
}


#leftinfo p.info {
  visibility: visible;
}


#leftinfo img {
  border: none;
}

#leftinfo a {
/* background: url(menu-bg-dk.jpg);  */
background-color: #993300;
 width: 180px;
height: 25px;
margin-top: 5px;
padding-top: 4px;
padding-left: 20px;
display: block;
color: #ffffcc;
font-size: 1.4em;
text-decoration: none;
border-bottom: medium solid black;
}
#leftinfo a:visited {
  color: #C0C0C0;
   width: 180px;
 height: 25px;
  display: block;
}

#leftinfo a:active {
 background: url(over-bg.jpg);
 width: 180px;
 height: 25px;
 display: block;
color: #000;
}

#leftinfo a:hover {
background: url(over-bg.jpg);
 width: 180px;
 height: 25px;
 display: block;
color: #000;
}

#leftinfo p.address {
  visibility: hidden;
}


/********************************* 2nd col - main content - settings *****/
#content{
  visibility: visible;
  width: 580px;
  float: left;
  background-color: #FFFFCC;
  font-family: "Helvetica";
  margin-top: 141px;
  font-size: 120%;
  line-height: 140%;
  border: 8px inset #996600;
  padding-left: 4px;

}
#content h1, #content h2, p {
  visibility: visible;

  padding-right: 20px;
  padding-left: 20px;
  margin-top: 3px;
  font-family: "Helvetica";
}
#content p {
  padding-top: 10px;
  font-size: 120%;
  visibility: visible;
}

#content img{
  padding-right: 20px;
  float: right;
}

#content h1, h2{
  font-size: 130%;
  font-weight: bold;
  color: #FF0000;
  line-height: 150%;
  margin-bottom: 2px;
}
#content h2 {
    font-size: 105%;
    color: #003300;
    margin-bottom: 0px;
}

#sidefill {
  height: 288px;
}
#content img.emailgx {

  display: block;
  float: left;
  text-align: left;
  padding-right: 0px;
  padding-bottom: 0px;
}
#content form.cmxform {
  padding-top: 30px;
  padding-left: 10px;
  margin-top: -35px;
}
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


#fullfooter {
  clear: both;
  padding: 0;
  width: 800px;
  height: 24px;
  color: #FFFF99;
  float: left;
}
#fullfooter p {
  padding: 0;
  margin-top: -40px;
  background-color: #000000;
  height: 25px;
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 130px;
  font-size: 100%;
}
#fullfooter a {

  color:  #FFFF99;
  text-decoration: underline;
}


