@charset "UTF-8";
/* CSS Document */

body
{
 font-family: "Lucida Grande", Verdana;
 font-size: 11px;
 margin: 0px;
 color: #ffffff;
 line-height: 24px;
}
.headl {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
 font-size: 12px;
 color: #ffffff;
 letter-spacing:1px;
 margin-top: 0px;
 }
 .bod {
 width: 820px;
 margin-left: 60px;
 margin-top: 20px;
 }
a:link, a:visited, a:active, a:hover
{
  text-decoration: underline;
  font-weight: normal;
  color: #CCCCCC;
  font-size: 11px;
  line-height: 24px;
}
a:active, a:hover
{
  color: #999999;
}
#title {
height: 70px;
padding: 5px;
}
#left {
width: 230px;
float: left;
}
.divider {
line-height: 5px;
  border-bottom: 1px solid #ffffff;
}
.t1
{
 font-family: "Lucida Grande", Verdana;
 font-size: 11px;
 margin: 0px;
 color: #ffffff;
 line-height: 24px;
}
.menucontainer {
border-top: 1px solid #191f25;
border-bottom: 1px solid #191f25;
width: 315px;
height: 54px;
margin: 5px;
padding-top: 20px;
}
#content {
background-color:#191f25;
width: 440px;
float: right;
padding: 20px;
margin: 5px;
}