body {
  background-image: url(/images06/body_back.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #F0F0F0;
  margin: 0;
  padding: 0;
}
#headline {
  color: #ffffff;
  padding: 36px 20px 0px 20px;
  margin: 0px;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
}
#footeraddress {
  font-size: 12px;
  font-family: times new roman,times;
  padding: 0px 8px 2px 0px;
  text-align: right;
}
#footercopyright {
  background-color: #9A3334;
  color: #ffffff;
  font-size: 12px;
  font-family: times new roman,times;
  padding-right: 8px;
  text-align: right;
}
#content {
  padding-top: 28px; 
}
.firstp {
  margin-top: 0px;
}
.hrb {
  color: #060;
  font-weight: bold;
}