body {
  font: 11px arial;
}

table, input, select {
  font: 11px arial;
}

td#head1 {
  width: 800px;
  height: 109px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding-left: 208px;
}

table#maincontent {
  background-color: #82a3bc;
  padding: 10px;
  margin: 5px 16px 5px 73px;
  width: 711px;
}

td#tdmaincontent {
  padding: 10px;
}

div#menu {
  margin-bottom: 3px;
  color: #FFF;
  font-size: 10px;
}

div#menu a {
  color: #FFF;
  text-decoration: none;
}

div#menu a:hover {
  text-decoration: underline;
}

table#footer {
  background-color: #82a3bc;
  padding: 2px;
  margin: 4px 16px 10px 73px;
  width: 711px;
  text-align: center;
}

table#footer a {
  color: #000;
  text-decoration: none;
}

table#footer a:hover {
  text-decoration: underline;
}

div#sidecontent {
  background-color: #96b2c7;
  width: 150px;
  float: right;
  display: block;
  margin-right: 5px;
  color: #000;
}

div#sidecontent_title {
  background-color: #aac1d2;
  border-bottom: 1px solid #FFF;
  padding: 5px;
}

div#sidecontent_content {
  padding: 5px;
}