body {
  background-color: #997D33;
  font-family: Arial, Helvetica, sans-serif;
}

.maintext {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  padding-top: 15px;
  text-align:left;
  font-size: 14px;

}

.bottomtext {
  text-align:left;
  font-size: 14px;
}

div.middle {
  width: 780px;
  background-image: url(images/middle.gif);
  background-repeat: repeat-y;
}

div.top {
  background-image: url(images/top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bottom {
  background-image: url(images/bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 15px 30px 30px 15px;
}

a:link {
  font-size: 16px;
  color: #DB310E;
  text-decoration:none;
}

a:visited {
  font-size: 16px;  
  color: #DB310E;
  text-decoration:none;
}

a:hover {
  font-size: 16px;  
  color: #819135;
}


