body {
  background-image: url('../images/background.gif');
  background-color: #578393;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 15px 0 25px 0;
}

#header {
  width: 755px;
  height: 107px;
  margin: 0 auto;
}

#header img {
  display: block;
  float: left;
  margin: 0; padding: 0;
}

#main-menu {
  width: 755px;
  height: 18px;
  padding: 0;
  margin: 0 auto;
  background-color: #dcdbc5;
  border-width: 1px 0 1px 0;
  border-color: #b6c1b7;
  border-style: solid;
  line-height: 18px;
}

#main-menu a {
  float: left;
  padding-left: 8px;
  padding-right: 7px;
  border-right: 1px solid #95aa9a;
  text-decoration: none;
  color: #a3b6a4;
}

#main-menu a.selected {
  color: #265d69;
  background-color: #ecebd2;
}

#main-menu a.has-sub {
  border-bottom: 1px solid #ecebd2;
}

#main-menu a:hover {
  color: #265d69;
  background-color: #ecebd2;
}

#sub-menu {
  width: 755px;
  height: 18px;
  padding: 0;
  margin: 0 auto;
  background-color: #ecebd2;
  border-width: 0 0 1px 0;
  border-color: #b6c1b7;
  border-style: solid;
  line-height: 18px;
}

#sub-menu a {
  float: left;
  padding-left: 8px;
  padding-right: 7px;
  border-right: 1px solid #95aa9a;
  text-decoration: none;
  color: #a3b6a4;
}

#sub-menu a.selected {
  color: #265d69;
  background-color: #fbf9e9;
}

#sub-menu a:hover {
  color: #265d69;
  background-color: #fbf9e9;
}

#content {
  display: block;
  width: 715px;
  min-height: 200px;
  margin: 0 auto;
  padding: 15px 20px 15px 20px;
  background-color: #ffffff;
  color: #203339;
  text-align: justify;
  line-height: 15px;
}

#content h1 {
  font-size: 22px;
  padding-top: 0;
  margin-top: 0;
}
#content h2 { font-size: 18px; }
#content h3 { font-size: 15px; }
#content h4 { font-size: 13px; }
#content h5 { font-size: 12px; }
#content h6 { font-size: 11px; }

#content h1, h2, h3, h4, h5, h6 { color: #000; }

#content th { text-align: center; }

#content a {
  color: #578393;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content table {
  margin: 0 auto;
  border-collapse: collapse;
  border-right: 1px solid #578393;
}

#content th {
  color: #ffffff;
  background-color: #578393;
  padding: 1px 8px 1px 8px;
}

#content td {
  padding: 1px 8px 1px 8px;
  border-width: 0 0 1px 1px;
  border-color: #578393;
  border-style: solid;
}

#content tr {
}

#content td.feature-matrix-cell {
  text-align: center;
}

#content td.options {
  text-align: center;
}

#footer {
  width: 755px;
  margin: 0 auto;
  border-width: 1px 0 1px 0;
  border-color: #b6c1b7;
  border-style: solid;
  background-color: #dcdbc5;
  color: #a3b6a4;
}

#footer p {
  line-height: 15px;
  margin: 10px 15px 10px 15px;
}

.gene {
  font-style: italic;
}

.in-progress {
  color: #bbb;
}
