body {
  margin: 0px;
}
a {
  font-family: Arial, Helvetica, sans-serif;
  color : #000000;
}
a:visited {
  color : #000000;
}
a:hover {
  background: #ffffff;
  color: #5F859D;
}
body, font, table {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
}
h1 {
  color: #8FA4BB;
  font-size: 140%;
  font-weight: normal;
}
h2 {
  color: #8FA4BB;
  font-size: 110%;
  font-weight: bolder;
}
h3 {
  font-size: 105%;
  font-weigth: bolder;
}
p.med {
  font-size: 115%;
}

div.logobox {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 115px;
}
div.topmenubox {
  background: #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  text-align: left;
  margin: 0px;
  position: absolute;
  left: 185px;
  top: 0px;
  right: 0px;
  height: 50px;
  z-index: 100;
  white-space: nowrap;
}
div.bottommenubox {
  border-left: 1px solid #E2E2E2;
  text-align: left;
  position: absolute;
  left: 185px;
  top: 51px;
  right: 0px;
  height: 64px;
  z-index: 0;
}
div.content {
  border-top: 1px solid #E2E2E2;
  background: white;
  text-align: left;
  position: absolute;
  top: 115px;
  left: 0px;
  right: 0px;
  padding: 5px;
  z-index: 0;
}

ul.optionbutton {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  padding: 0px;
  margin-left: 0px;
  white-space: nowrap;
  z-index:100;
}
li.optionbutton {
  background: yellow;
  border: 1px solid black;
  text-align: center;
  display: inline;
  color: black;
  font-size: 110%;
  z-index:100;
}

td.tmenuactive {
  text-align: center;
  padding: 0px 5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 38px;
  font-size: 85%;
  font-weight: bolder;
  vertical-align: middle;
  background: white;
  overflow: shown;
  white-space: nowrap;
}
td.tmenu {
  text-align: center;
  padding: 0px 5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 38px;
  font-size: 85%;
  font-weight: bolder;
  vertical-align: middle;
  overflow: shown;
  white-space: nowrap;
}
td.tbutton {
  text-align: center;
  padding: 0px 5px;
  margin-left: 5px;
  margin-right: 5px;
  height: 50px;
  font-size: 85%;
  font-weight: bolder;
  vertical-align: middle;
  overflow: shown;
  white-space: nowrap;
}
td.tmenudrop {
  position: absolute;
  top: 38px;
  height: 12px;
  width: 100px;
//  border: 1px solid red;
}
a.tmenulink {
  padding: 5px 0px;
  text-decoration: none;
  height: 28px;
  width: 100%;
  display: block;
  veritical-align: middle;
  white-space: nowrap;
}
a.tbuttonlink {
  padding: 5px 0px;
  text-decoration: none;
  height: 40px;
  width: 100%;
  display: block;
  veritical-align: middle;
  white-space: nowrap;
}

.dropdown {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 2px;
  text-align: left;
  background: #DBE2E9;
  display: none;
  white-space: nowrap;
}
.dropshown {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 2px;
  text-align: left;
  background: #DBE2E9;
  display: block;
  white-space: nowrap;
}
.dropmenu {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
}
.dropmenuitem {
  background: transparent;
  display: block;
}
.dropmenuitem:hover {
  background: white;
  display: block;
}

