a.blank {
  color: #ffffff;
  text-decoration: none;
}

body {
  font-family: Verdana, sans-serif;
  font-size: .7em;
  margin: 0px;
  padding: 0px;
  background: url("../images/tan-fade-background.gif") repeat top left;
}

div.header {
  margin: 20px auto 0px auto;
  width: 80%;
  min-width: 49em;
  text-align: center;
  background-color: #660000;
  color: #ffffff;
}

div.header h1.banner {
  padding-top: 14px;
  padding-bottom: 0px;
  margin: 0px auto;
  font-size: 3em;
  font-family: Times;
  border-bottom: 1px solid;
  width: 75%;
}

div.header h1.banner span.sm_uppr{
  font-family: Times;
  font-size: .8em;
}

div.header h2.overview {
  width: 75%;
  margin: 6px auto;
  padding-left: 1em;
  font-size: .9em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}

div.header div.members {
  background-color: #999999;
  padding: 3px 0px 3px 0px;
}

div.header div.members h3 {
  display: inline;
  padding-left: 1.5em;
  font-family: Times;
}

div.header div.members h3 a {
  color: #eeeeee;
  font-weight: normal;
}

div.header div.members h3 a:hover {
  color: #881111;
  font-weight: normal;
}

div.header div.members h3.selected a {
  color: #eeeeee;
  text-decoration: underline;
}

div.main_nav a {
  text-decoration: none;
  color: #000000;
}

div.main_nav a:hover {
  text-decoration: underline;
  color: #881111;
}

div.main {
  margin: 0px auto;
  width: 80%;
  min-width: 49em;
}

div.main table {
  width: 100%;
  border-collapse: collapse;
}

td.nav {
  vertical-align: top;
  padding: 0px;
  background: #ffffff;
}

ol.nav_list {
  list-style: none;
}

ol.nav_list li {
  padding: 3px;
}

ol.nav_list li.selected {
  background-color: #999999;
}

ol.nav_list li.selected a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

td.content {
  width: 80%;
  border-left: 3px solid #999999;
  padding-left: 10px;
  background: #ffffff;
}

td.content div.title {
  text-align: center;
}

td.content div.title h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

td.content div.title h5 {
  padding-bottom: 4px;
  margin: 0px;
}

div.section p.section_title {
  font-weight: bold;
  font-style: italic;
}

div.section ul.detailed_list p.li_summary {
  margin: 0px;
  padding-bottom: 4px;
}

div.section ul.detailed_list p.li_details {
  padding-left: 6px;
  padding-bottom: 12px;
  margin: 0px;
}

div.footer{
  clear: both;
  margin: 0px auto 10px auto;
  padding: 6px 0px 6px 0px;
  width: 80%;
  min-width: 49em;
  text-align: center;
  border-top: 1px solid #999999;
  background: #ffffff;
}

div.footer span {
  font-size: .9em;
}

