body {
  background: #FFA60E;
  text-align: center;
  margin: 0;
  font-family: arial, helvetica;
  font-size: 10pt;
}

#wrapper {
  margin: 0 auto;
  width: 994px;
  min-height: 500px;
  height: auto;
  top: 0px;
  text-align: center;
}

#header {
  width: 994px;
  height: 123px;
  background-color: white;
}

#nav {
  background-image: url("images/underbanner.gif");
  background-position: top;
  background-repeat: no-repeat;
  height: auto;
  min-height: 500px;
  width: 154px;
  float: left;
  position: relative;
  background-color: #FFB901;
  border-left: 1px solid #0A5224;
  border-right: 1px solid #0A5224;
  border-bottom: 1px solid #0A5224;
}

.clear {
  clear:both;
}

#maincontent {
    float: right;
    text-align: left;
    position: relative;
    height: auto;
    top: 0px;
    padding-left: 10px;
    margin-top: -501px;
    min-height: 500px;
    width: 827px;
    background-color: white;
    border-right: 1px solid #0A5224;
    border-bottom: 1px solid #0A5224;
}

.myteamh1 {
    font-size: 12pt;
    font-weight: bold;
    color: #0A5224;
}

