html {
  overflow-y: scroll;
}

body {
  background-color: #222224;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: underline;
}

#banner {
  float:left;
  height: 201px;
  margin: 6px;
  width: 705px;
}

#bannerContent {
  z-index: 100;
}


#bannerImage {
  position: absolute;
  height: 201px;
  width: 705px;
  top: 13px;
  z-index: -1;
}

#bannerStop {
  cursor: pointer;
  font-size: 8px;
  position: absolute;
  margin-left: 595px;
  margin-top: -45px;
  opacity: 0;
}

#container {
  clear: both;
  margin: 0 auto;
  margin-top: 5px;
  width: 1100px;
}

#header {
  width: 1100px;
  height: 210px;
}

#title {
  font-size: 26px;
  font-weight: bold;
  width: auto;

}

#tagline{
  font-size: 16px;
  font-weight: bold;
  margin-left: 400px;
  margin-top: 150px;
}

#logo {
  background-color: #ffffff;
  float: left;
  margin: 5px;
  padding: 8px 5px 9px 5px;
  text-align: center;
}

#info {
  float: left;
  height: 180px;
  margin: 5px;
  padding: 10px;
  width: 196px;
}

#main {
  display: block;
  float: left;
  padding: 5px;
  width: 860px;
}

#innerMain {
  min-height: 450px;
  padding-left: 5px;
  padding-right: 5px;
}

#innerMain h3 {
  padding: 5px;
  width: auto;
}

#innerMain p, #innerMain form {
  padding: 15px;
}

#innerMain table, .tabContent table {
  width: 100%;
}

#innerMain thead, .tabContent thead {
  background-color: #1a64b7;
  font-weight: bold;
}

#results thead {
  padding: 5px;
}

#results td {
  padding: 2px;
}

.tabContent table {
  border-collapse:collapse;
}

.tabContent tr {
  border-color: #103d70;
  border-style: solid;
  border-width: 1px;
}

.tabContent td {
  padding: 5px;
}

#sidebar {
  float: left;
  height: 450px;
  padding: 5px;
  width: 220px;
}

#sidemenu a {
  text-decoration: none;
}

#sidemenu a:hover {
  color: #f8b20b;
  text-decoration: underline;
}

#sidemenu h3 a:hover {
  text-decoration: none;
}

#tabs {
  min-height: 445px;
}

.spring td {
  background-color: #5f5;
}

.summer td {
  background-color: #fc0;
}

.fall td {
  background-color: #bbb;
}

.required {
  color: #f8b20b;
  font-weight: bold;
}
