body {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
  background: #ACB5BA url('images/pgebg_alt.jpg') top repeat-y;
}

.contentDiv a, .contentDiv a:active {
  font-weight: bold;
  color: #5021BA;
  text-decoration: none;
}

.contentDiv a:hover, .contentDiv a:active {
  color: #FC6703;
  text-decoration: none;
}

.topLevelContainer {
  text-align: center;
  height: 100%;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #010F89;
  background: url('images/footer.gif') bottom center no-repeat;
}

.header {
  width: 740px;
  height: 219px;
  top: 0px;
  left: 14px;
  float: left;
  position: relative;
  background: url('images/header.jpg') top center no-repeat;
  z-index: 100;
}

#content {
  top: 238px;
  left: 0px;
  height: 300px;
  float: left;
  position: relative;
  z-index: 0;
  width: 533px;
  overflow: auto;
  background: #ebf1f8 url('images/streep.jpg') left repeat-y;
}

.contentDiv {
  padding: 10px 10px 0px 20px;
  text-align: left;
  font-family: Tahoma;
  font-size: 11px;
  color: #006cb6;
}

.contentDiv td {
  font-family: Tahoma;
  font-size: 11px;
  color: #006cb6;
  padding-bottom: 10px;
}

.menuContainer {
  text-align: right;
  width: 180px;
  top: 250px;
  left: 540px;
  position: absolute; 
  float: left;
  margin: 0px;
}

.menuContainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

.menuContainer li {
  margin-bottom: 10px;
}

.menu a, .menu a:visited, 
.menuActive a, .menuActive a:visited {
  display: block;
  padding-right: 10px;
  font-weight: bold;
  color: #dd8b00;
  text-decoration: none;
  background: url('images/button.gif') center right no-repeat;
}

.menuActive a, .menuActive a:visited, .menu a:hover {
  background: url('images/button_over.gif') center right no-repeat;
}

.hasSubmenuAndActive a, .hasSubmenuAndActive a:visited {
  background: url('images/button_expand.gif') center right no-repeat;
}

.submenu a, .submenu a:visited, 
.submenuActive a, .submenuActive a:visited {
  padding-right: 10px;
  display: block;
  font-weight: bold;
  color: #dd8b00;
  text-decoration: none;
}

.submenuActive a, .submenuActive a:visited, .submenuActive a:hover, 
.menuActive a, .menuActive a:visited, .menuActive a:hover, 
.menu a:hover, .menu a:active, 
.submenu a:hover, .submenu a:active,
.hasSubmenuAndActive a, .hasSubmenuAndActive a:visited {
  color: #006cb6;
}

.mailformrequired {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FC6703;
}

.mailform {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #2173BA;
}

input, textarea {
  border: solid 1px #2173BA;
  color: #2173BA;
  background: white;
}
