body {
  margin: 0;
  padding: 0;
}

img#corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 0;
}

div#top {
  position: absolute;
  top: 0;
  left: 0;

  height: 40px;

  background-color: #63A6ED;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;

  z-index: 1;
}

div#header {
  margin: 0;
  padding: 5px 30px 0 200px;
  font-size: x-large;
  font-weight: bold
}

span.section {
  font-size: medium;
  font-weight: bold;
  text-decoration: underline
}

.required {
  font-weight: bold;
}

td.left {
  text-align: right;
  width: 48%
}

td.seperator {
  width: 2%
}

td.right {
  text-align: left;
  width: 48%
}

div#left {
  position: absolute;
  top: 0;
  left: 0;

  width: 120px;

  background-color: #63A6ED;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;

  z-index: 1;
}

div#links {
  margin: 0;
  padding: 180px 0 20px 0;
  width: 100%;
  text-align: center;
}

div#content {
  position: absolute;
  top: 45px;
  left: 125px;
  background-color: #B2ADD6;
  padding: 5px;
  border: 2px solid #000000;
  text-align: center;
  width: 80%;
  height: 90%;
  overflow: auto;
}

div#info {
  position: absolute;
  bottom: -30px;
  width: 100%;
  font-size: 7pt;
  background-color: transparent;
  text-align: center;
}