body {
  margin: 0;
  padding: 0.5em;
  border-width: 0;
  min-width: 52.5em !important;
  position: relative;
  background-color: #aaa;
}

a {color: #fff;}

.sidebar {
  float: left;
  border: 1px solid;
  border-top: none;
  border-left: 0px;
}
.sidebar h4 {
  font-size: 1em;
  border-width: 1px;
  border-style: solid none;
  padding: 6px 0.1em 1px 0.33em;
  margin: 0;
  word-spacing: 1px;
}
.sidebar ul {
  padding: 0.25em 0;
  margin: 0;
  list-style: none;
  font-size: 0.95em;
}

#textbar {
  width: 10em;
}

#textbar h4 {
  border-left-style: solid;
}

#textbar p {
  font-size: 0.85em;
  margin: 1em 0.5em;
}

#textbar li {
  list-style: inside square;
}

#main {
  position: relative;
  z-index: 20;
  width: 100%;
  border-top: 1px solid;
}

#content {
  float: top;
  margin: 4.25em 12em 0 11em;
  padding: 0 2.5em 1em;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

#content li {
  text-align: justify;
}

#content td {
  border-bottom: 1px solid;
}

#footer {
  border-top: 1px solid;
  padding: 0.25em 0.1em 0.5em;
  margin: 0;
  font: 0.75em Verdana, sans-serif;
  text-align: left;
  clear: both;
}

