body {
  margin-right: 0px;
  margin-left: 90px;
  background: white;
}

#navframe {
  position: relative;
  left: 10pt;
  width: 18%;
  background: gray;
}

#main {
  background-image: url("images/maize2.jpg");
  background-position: 50% 20%;
  background-repeat: no-repeat;
  position: relative;
  top: 5pt;
  left: 130pt;
  width: 72%;
}

#main1 {
  width: 95%;
}

#backgrnd {
  background-color: #d3d3d3;/*lightgrey;*/
  border: 1.20pt double #008000;
  padding: 0.05cm 0.14cm;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-style: italic;
  color: #008000;
  text-align: left;
}

table.one {
  border-width: thin;
  border-style: inset;
  border-color: #008000;
}

table.two {
  border-width: thin;
  border-style: inset;
  border-color: #008000;
  font-size: 8pt;
  font-family: Helvetica, sans-serif;
}

p.strap {
  color: #808080;
  font-family: Helvetica, sans-serif;
  font-size: 11pt;
}

p {
  margin-bottom: 0cm;
  border: none;
  padding: 0.04cm 0.14cm;
  direction: ltr;
  color: #000000;
  widows: 2;
  orphans: 2;
}

p.arial {
  font-family: "Arial", sans-serif;
  font-size: 11pt;
  color: #008000;
}

p.helv {
  font-family: "Helvetica", sans-serif;
  font-size: 9pt;
}

h4.green {
  font-family: Verdana, Arial, sans-serif;
  color: #008000;
  text-align: center;
  text-decoration: underline;
}

hr.green {
  color: #008000;
  width: 95%;
  height: 2pt;
}

a:link {
  text-decoration: none;
  background: #808080;
  font-size: 10pt;
  color: #0000ff;
  font-family: Verdana, Arial, sans-serif;
}

a:visited {
  background: #808080;
  color:/* #0000ff;*/ #ffffff;
  font-style: italic;
}

a:hover {
  color:/* #080800;*/ #ffffff;
  font-weight: bold;
  background: #008000;
}

ul.square {
  list-style-type: square;
}