body {
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff9ed;
}

#content {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1.67;
}

#header {
  height: 200px;
  background-image:url(files/banner01.png);
}

#header h1 {
  padding-left: 20px;
  padding-top: 10px;
}

#header p {
  padding-left: 20px;
}

#main {
  float: left;
  width: 465px;
  padding: 5px 10px 10px 10px;
  color: #222;

  min-height: 300px;
  height:expression(this.scrollHeight > 300 ? "auto":"300px");
}

#right {
  float: right;
  clear: right;
  width: 200px;
  padding: 5px 10px 10px 10px;
}

#twoleft {
  float: left;
  width: 320px;
  padding: 5px 10px 10px 10px;
  min-height: 300px;
  height:expression(this.scrollHeight > 300 ? "auto":"300px");
}

#tworight {
  float: right;
  clear: right;
  width: 320px;
  padding: 5px 10px 10px 10px;
}

#onecolumn {
  float: left;
  width: 770px;
  padding: 5px 10px 10px 10px;
  min-height: 300px;
  height:expression(this.scrollHeight > 300 ? "auto":"300px");
}
#footer {
  clear: both;
  text-align: center;
  border-top: 1px dotted black;
}

#navcontainer {
  clear: both;
  margin-top: 10px;
}

#navcontainer ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ffcc66;
}

#navcontainer li {
  display: inline;
  margin: 0;
  padding: 0;
}

#navcontainer a {
  display: block;
  float: left;
  width: auto;
  padding: 0 8px; 
  border-right: 1px solid #fff;
  border-bottom: none;
  color: #000;
  background: #ffcc66;
  font: bold 1.0em/1.8 "Century Gothic","Trebuchet MS",sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
}

#navcontainer a:hover,
#navcontainer a:focus,
#navcontainer a:active {background: #000072; color: #fff;}
#navcontainer .sel a {background: #000072; color: #fff; }
#navcontainer .sel a:focus {background: #000072; color: #fff; }

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.image {
  text-align: center;
}

.caption {
  font-size: 10px;
}

.on {
  background-color: #00cc00;
  border: 1px solid black;
}

.tba {
  background-color: #ffff00;
  border: 1px solid black;
}

