body {
       background-color:white;
       font-family: sans-serif;
       font-size: 13px;
       color: #174417;   /* dark green */
}
.menuTitle {
       font-weight: bold;
}
div.indexfont {
       font-size: 16px;
}
table.highlight {
       width: 800px;
       background-color: #f0ffd0;  /* light green */
}
table.stripestyle {
    width: 800px;
    border-style: hidden;
    border-collapse: collapse;
    z-index: 20;
}
td.thickgreen {
       height: 20px;
       background-color: #174417;  /* dark green */
}
td.thinwhite {
       height: 2px;
       background-color: white;
}
td.thingreen {
       height: 4px;
       background-color: #174417;
}
#logo {
       position: absolute;
       z-index: 20;
       padding: 16px 0 0 20px;
}

#stripe {
       position: absolute;
       z-index: 15;
       padding: 80px 0 0 0;  /* top, right, bottom, left */
}

#linklist {
       position: absolute;
       z-index: 40;
       padding: 66px 0 0 350px;
}

#nav, #nav ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
#nav a {
     display: block;
     width: 3em;
     background-color: white;
}
#nav li {
      float: left;
      width: 3.6em;
}
#nav li ul {
      position: absolute;
      width: 3.6em;
      left: -999em;
}
#nav li:hover ul {
      left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
      left: auto;
}

#dhtmltooltip{
     position: absolute;
     width: 300px;
     border: 1px solid black;
     padding: 2px;
     background-color: #f5deb3; /* wheat */
     visibility: hidden;
     z-index: 100;
     /* Remove below line to remove shadow. Below line should always appear last within this CSS
     filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
div.menuBar {
  background-color: white;
  border: 0px;
  padding: 4px 2px 4px 2px;  /* top, right, bottom, left */
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid white;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;  /* top, right, bottom, left */
  position: relative;
  text-decoration: none;
  top: 0px;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  color: red;
}

a.menuButton2 {
  color: black;
  border: 1px solid white;
  padding: 2px 0px 2px 6px;  /* top, right, bottom, left */
  background-color: transparent;
  text-decoration: none;
}

a.menuButton2:hover {
  color: red;
}

a.menuItem {
  background-color: transparent;
  color: #174417;
  cursor: default;
  text-decoration: none;
}

a.menuItem:hover {
  color: red;
}
