#the_box {
  font-family: Arial, "Times New Roman", Times, serif;
  min-width: 350px;
  border: solid 1px red;
  min-height: 250px;
  margin-bottom: 10px;
  background-color:#e9e9e9;
}

#box_header {
  padding: 3px 0px 0px 5px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: grey;
  text-align: left;
  height: 20px;
}

#box_text {
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding: 5px;
  text-align: left;
  line-height: 120%;
}

#box_text p {
  font-size: 12px;
  font-weight: normal;
  color: black;
  text-align: left;
  line-height: 120%;
}

#the_box ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 24px;
}


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

