html,body {
 height: 100%;
}

body {
  align: center;
  background-color: #006699;
  font-family: Arial, Helvetica, Verdana;
}

.official {
  font-weight: bold;
}

.officialTitle {
  font-weight: bold;
}

.heading {
  font-weight: bold;
  font-size: 150%;
}

.highlight {
  background-color: #FFFF66;
}

.mainholder {
  background-color: #FFFFFF;
  border: 3px solid #000000;
  min-width: 740px;
  position: relative;
  margin: 0px auto;
  min-height: 95%;
}

.header {
  width: 100%;
  background-color: #006699;
}

.subheader {
  vertical-align: middle;
  width: 100%;
  height: 25px;
  text-align: center;
  background: url("../img/menubg.gif");
}

.centercol {
  align: center;
  background-color: #FFFFFF;
  margin: 10px 10px 10px 10px;
}

.menu {
  background-color: #FFFFFF;
  white-space: nowrap;
  font-size: 75%;
  font-weight: bold;
  color: #336699;
  margin-top: 10px;
}

.footer {
  text-align: center;
  align: center;
  background-color: #FFFFFF;
  vertical-align: center;
  white-space: nowrap;
  color: #999999;
  font-weight: normal;
  font-size: 66%;
  text-decoration: none;
}

.footerText {
 text-decoration: none;
 font-weight: normal;
 color: #999999;
}

.headertext {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 66%;
  text-decoration: none;
  position: relative;
  bottom: 0px;
}

.bodytext {
  color: #000000;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
}

.menuItem {
 border-bottom: black 2px solid;
}

.menuText {
 color: #336699;
 text-decoration: none;
}

.listItem {
 margin-top: 5px;
}
