body {
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
  font-family: "Verdana", sans-serif;
  font-size: 10pt;
}

.hidden {
  display: none;
}

div#wrapper {
  position: relative;
  margin: 1em auto 0;
  padding-top: 200px;
  padding-bottom: 2em;
  width: 785px;
  background-color: #f3f2ee;
}

h1#header {
  position: absolute;
  top: 26px;
  left: 0px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-top: 38px;
  width: 755px;
  height: 120px;
  color: #5a85c0;
  font-size: 18pt;
  background: url(images/header.jpg) no-repeat left top;
  cursor: default;
  border-bottom: 10px solid #bfd6f6;
}

h2 {
  margin: 3em 0 1em;
  border-style: solid;
  border-color: #88c0c0;
  border-width: 3px 0px 2px 0px;
  text-align: center;
  cursor: default;
  background-color: #dce0e0;
}

ul.menu {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  list-item-type: none;
  background: url(images/linknavbg.gif) repeat left top;
  overflow: hidden;
}
  ul.menu li {
    float: left;
    display: block;
    width: 157px;
    height: 24px;
  }
    ul.menu li a {
      display: block;
      width: 157px;
      height: 24px;
      background-image: url(images/linkbg.gif);
      background-position: left top;
      background-repeat: no-repeat;
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      color: #dddddd;
      font-size: 10px;
      line-height: 24px;
    }
    ul.menu li a:hover {
      background-position: left bottom;
      color: #ffffff;
    }

p {
  padding: 0em 0.5em 0em 0.5em;
}
p.title {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0.1em;
  border-top: 2px solid #88c0c0;
  background-color: #dddddd;
}
  p.title span {
    display: none;
  }
  p.title em {
    position: absolute;
    right: 5px;
    top: 0px;
  }
p.title + p {
  margin-top: 0em;
  margin-bottom: 0em;
}
