html {
  height: 100%;
  margin-bottom: 1px;
}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
h3.superheader {
  margin-top: 4px;
}
div.menu {
  position: absolute;
  left: 10px;
  top: 140px;
  width: 200px;
  border: 1px solid white;
}
html>body div.menu {
  top: 141px;
}
div.links ul {
  padding-left: 5px;
  padding-right: 20px;
  margin: 0px;
  list-style-type: none;
}
div.links ul li {
  border-bottom: 1px solid #E6EEF0;
  display: block;
  padding: 5px 0;
}
div.content {
  margin: 0px 10px 0px 210px;
  border: 1px solid white;
}
div.top {
  border-top: 1px solid white;
  height: 140px;
  margin-left: -10px;
  margin-right: -10px;
}
div.bottom {
  border-top: 1px solid white;
  height: 80px;
  margin-left: -10px;
  margin-right: -10px;
}
div.page {
  margin: 0px auto;
  width: 850px;
  height: 100%;
  position: relative;
  padding: 0px 10px;
  text-align: left;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 0px;
  border-bottom: 0px;
}
html>body div.page {
  min-height: 100%;
  height: auto;
}
div.portrait {
  margin-top: 30px;
}
div.portrait em {
  padding-left: 10px;
}
div.portrait img {
  border: 1px solid black;
  margin: 0px auto;
  padding: 0px;
}
div.signature {
  margin-top: 40px;
  text-align: center;
}
div.topbar {
  width: 100%;
  margin-top: 40px;
  line-height: 60px;
  height: 60px;
  border-bottom: 2px inset black;
  border-top: 2px outset black;
}
div.bottombar {
  width: 100%;
  margin-top: 40px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  font-style: italic;
  font-size: x-small;
  border-bottom: 2px inset black;
  border-top: 2px outset black;
}
div.topbar span {
  padding-left: 20px;
}
table.subject td.left {
  width: 200px;
  font-weight: bold;
}
