body {
    text-align: center;
    font-family: Arial, Helvetica, Geneva,
          SunSans-Regular, sans-serif;
    background-color: #B6E7CE; }

div#container {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }

table.header
{	text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 10px;
color: #CCCCCC;
width: 750px;
height: 100px;
background-color: #002F05;
border: none;
  }
 
 a:link {
   color: white; text-decoration:none }
 a:visited {
   color: white; text-decoration:none }
 a:active {
   color: white; text-decoration:none }
 a:hover {
   color: #B6E7CE; text-decoration:underline }
 a.other {
   color: #003300; text-decoration:none; font-style: italic; font-weight:bold  }
 a.other:visited {
   color: #003300; text-decoration:none; font-style: italic; font-weight:bold  }
 a.other:active {
   color: #003300; text-decoration:none; font-style: italic; font-weight:bold  }
 a.other:hover {
   color: #003300; text-decoration:underline; font-style: italic; font-weight:bold  }

div.menubar {
    text-align: center;
    background: #002f05;
    font-family: Arial, Helvetica, Geneva,
          SunSans-Regular, sans-serif;
    font-size: 14;
    width: 750px;
    height: 35px;
    padding: 0em;
    border: none;
    color: white;
  }

div.memberlogin { 
    border: 1px #B6E7CE solid; 
    width: 100px;
    height: 15px;
    background-color: #002f05;
    margin-left: 639;
    margin-right: auto;
    margin-top: -23px;
    font-size: 12; 
  }

div.maintextarea {
    text-align: left;
    background: white;
    font-family: Arial, Helvetica, Geneva,
          SunSans-Regular, sans-serif;
    font-size: 13;
    width: 750px;
    padding: 0em;
    border: none;
    color: #002f05;
  }

div.callout {
    text-align: left;
    background: white;
    font-family: Arial, Helvetica, Geneva,
          SunSans-Regular, sans-serif;
    font-size: 13;
    width: 320px;
    height: 450px;
margin-left: 20px;
margin-right: auto;
margin-top: 30px;
position: absolute;
    padding: 1em;
    border: 1px #002f05 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    border-padding: 0px;
    color: black;
  }
div.callout2 {
    text-align: left;
    background: white;
    font-family: Arial, Helvetica, Geneva,
          SunSans-Regular, sans-serif;
    font-size: 13;
    width: 320px;
    height: 450px;
margin-left: 380px;
margin-right: auto;
margin-top: -475px;
position: absolute;
    padding: 1em;
    border: 1px #002f05 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    border-padding: 0px;
    color: black;
  }
table.footer
{	text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 10px;
color: #CCCCCC;
width: 750px;
height: 35px;
background-color: #002f05;
border: none;
  }