* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  }
body {
  text-align: center;
  background: #aac3e3 url(./img/ootbs_tile.jpg) fixed 50% 50% repeat;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4em;
  color: #000000;
  }
#container {
  position: relative;
  width: 800px;
  margin: 0px auto 0px auto;
  }
#header {
  background: transparent url(img/ootbs_header.png) 50% 3% no-repeat;
  height: 100px;
  margin: 20px auto 10px auto;
  }
#runningheadbox {
  background-color: #aac3e3;
  height: 20px;
  }
#runninghead {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0px 20px 0px 20px;
  border: 1px solid #000000;
  }
#leftcolbox {
  background: #aac3e3;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  }
#leftcol {
  text-align: justify;
  border: 1px solid #000000;
  padding: 15px;
  }
#midcolbox {
  background: #aac3e3;
  position: absolute;
  top: 40px;
  left: 220px;
  width: 380px;
  }
#midcol {
  text-align: justify;
  border: 1px solid #000000;
  padding: 15px;
  }
.section {
  margin: 10px 0px 10px 0px;
  border: 1px solid #000000;
  padding: 10px;
  }
#menubox {
  background: #aac3e3;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 180px;
  }
#menu {
  text-align: justify;
  border: 1px solid #000000;
  padding: 15px;
  }
#footer {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  margin: 40px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }
a, a:link, a:visited, a:active {
  color: #000099;
  text-decoration: none;
  }
a:hover, a:focus {
  color: #550099;
  text-decoration: none;
  }
a.under:hover {
  border-bottom: 1px solid #000000;
  }
img {
  border: 1px solid #000000;
  }
ul {
  margin-left: 20px;
  margin-right: 20px;
  }
.rule {
  border: 1px inset #222222;
  width: 75%;
  height: 3px;
  margin: 10px auto 20px auto;
  text-align: center;
  }
.spacer {
  height: 40px;
  }
.floatleft {
  float: left;
  padding: 0px 20px 20px 0px;
  }
.floatright {
  float: right;
  padding: 0px 20px 20px 0px;
  }
.center {
  text-align: center;
  }
.left {
  text-align: left;
  }
.right {
  text-align: right;
  }
.justify {
  text-align: justify;
  }
.smalltitle {
  font-weight: bold;
  color: #222222;
  padding-bottom: 10px;
  }