#top-region {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;	
}

#top-region img
{
   border: 0;
   padding: 0;
   margin: 0;
}

#top-image
{
   background-color:#eeeeee;
   height:100%;
   text-align:center;
   width:200px;
}

#top-region td
{ 
  margin: 0;
}
 
#top-links 
{
  background: white;
  margin: 10px;
  text-align: center;
}

#top-links li
{
  list-style: none;
  display: inline;
  margin: 10px;
}

#top-region li a
{
   
  font-weight: bold;
  font-family: Arial, Verdana, Tahoma, Helvetica;
  font-size:12px;
  color: #BD0831;
  text-decoration: none;
}

#top-title
{
   color: white;
   background-color: #BD0831;
   font-weight: bold;
   font-family: Arial, Verdana, Tahoma, Helvetica;
   font-size: 15px;
   padding: 5px;
   text-align: center;
}
