#about_us_title {
  width: 150px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
}

#about_us_title p{
  color: #00000;
  font: bold 16px Arial; 
  padding-top: 6px;
}

#the_box {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  color: black;
  background-color: #FFFFFF;
  border: solid 2px #A8A8A8;
  min-height: 250px;
  margin-bottom: 10px;
}

#the_box p {
  font-size: 12px;
}

.box_text {
  padding: 10px;
  text-align: left;
  line-height: 120%;
}

#about_us_list {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  margin-left: 32px;
}

ol#toc {
    height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    font-size: 12px;
/* next three lines are for EI6; otherwise no need  */
    display: block;
    width: 140px;
    text-align: center;
}

ol#toc a {
    background: #bdf url(tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 26px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    height: 18px;
    padding: 8px 10px 0px 0px;
/* next three lines are for EI6; otherwise no need  */
    width: 120px;
}


ol#toc a:hover {
    color: #FFFFFF;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current1 a {
    background-position: 0 -60px;
    color: #000000;
    height: 28px;
}

ol#toc li.current1 span {
    background-position: 100% -60px;
    height: 20px;
}


#tikrightnav, #tikpeerrightnav, #sponsorsrightnav
{
display: none;
}

