#content
{
  height: 10em;
  background-color: white;
  text-align: left;
  padding: 16px;
  width: 908px;
}

#content h1
{
  font-size: 1.2em;
  font-weight: bold;
  line-height: .8em;
  font-family: Arial, Helvetica, sans-serif;
  color: #808080;
}

#content h2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: .7em;
  color: #008000;
}

#content p
{
  font-family: Verdana;
  font-size: .7em;
  line-height: 1.4em;
  font-weight: 700;
  color: #666666;
  text-align: left;
}

#content .leftColumn
{
  width: 595px;
  float: left;
  margin-right: 8px;
}

#content .rightColumn
{
  width: 297px;
  float: right;
  margin-left: 8px;
}

#content ul
{
  font-family: Verdana;
  font-size: .7em;  
  font-weight: 700;
  color: #666666;
}
#content .date
{
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  color: #0000FF;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative;
  line-height: .7em;
  vertical-align: top;
}