A {
font-size:        normal;
font-family:      Verdana;
font-style:       normal;
font-weight:      normal;
color:            green;
background-color: default;
}

A:hover   {
font-style:       oblique;
font-weight:      heavy;
color:            white;
background-color: green;
text-decoration:  none;
}

body {
  margin: 10px;
  width: 640px;
  padding-left: 6;
  background-color: lightslategray;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: "25704A";
}
#top {
  margin: 0px 0px 0px 164px;
  width:  640px;
  alignment: center;
  padding-left: 0px;
  background: #fff;                /* #ccc; */
                                          /* height: 100px; */
  font-size: 1em;                         /* 12px */
  color: green;                           /* #43616B;  next: white; */
  font-weight: 200;
}
#wrapper {
  margin: 0 10px;
  padding: 0;
}
#left {
  margin: 10px;
  float: left; 
  width: 156px;                            /* was 16%  */
}
#otherleft {
  border: groove 2px;                 /* border: groove green 2px; */
  margin-top: 12px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 2px;
  float: left;
  width: 156px;                               /* was 100%; now matches left  */
  font: .8em /1.2 arial, sans-serif;
  color: "25704A";                              /* was green */
}
#right {
  margin: 6px;                                  /* was 20 px */
  float: left;
  width: 70%;
  font: .6em /1.5 arial, sans-serif;
  color: green;                                       /* #25704A; */
}

ul#navlist
{
margin-bottom: -1;
margin-left: 0;
padding-left: 2;
padding-bottom: 4;
white-space: nowrap;
font-size: 6pt;
color: white;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 0px, 4px; }

#navlist a:link, #navlist a:visited
{
color: white;
background-color: green;
text-decoration: none;
font-size: xx-small;
}

#navlist a:hover
{
color: green;
background-color: white;
text-decoration: none;
}

#clear {
  clear: both;
}
#footer {
  background: #ccc;
  margin: 20px;
  text-align: center;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/* 
