body{
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #666666;
}

a{
  color: #898989;
  text-decoration: none;
  border-bottom: 1px dotted #898989;
}

a:hover{
  border-bottom: 1px solid #898989;
}

#header{
  margin: 17px 0 0 0;
  padding: 0;
  background-color: #898989;
  background-image: url(../img/header_bg.gif);
  background-repeat: repeat-x;
  width: 100%;
}

#content{
  padding: 0 0 0 20px;
}

#flashcontent{
  position: absolute;
  left: 20px;
  top: 68px;
  clear: both;
}

#flash {
  height: 406px;
}

#header_shadow{
  width: 100%;
  height: 16px;
  background-image: url(../img/header_shadow.gif);
  background-repeat: repeat-x;
  float: right;
}

#columns{
  width: 800px;
}

.top{
  margin: 1px 0 0 1px;
  height: 13px;
  background-color: #ffffff;
}

.column{
  float: left;
  height: 220px;
}

.column p{
  margin: 0 0 1em 6px;  
  padding: 0 0 0 6px; 
}

.column p b, .column p strong{
  color: #424242;
}

#column_01{
  width: 266px;
}

#column_02, #column_03{
  width: 267px;
}

#column_03 .top{
  width: 265px;  
}

#column_content_01, #column_content_02, #column_content_03{
  height: 240px;
  border-left: 1px solid #898989;
}

#column_content_03{
  border-right: 1px solid #898989;
}

#flash_alternative_01, #flash_alternative_02, #flash_alternative_03{
  float: left;
}

#flash_alternative_01, #flash_alternative_02{
  margin-right: 140px;
}