@import url("style.css");

#main-content {
  font-size:            12px;
}

#main-content p {
  width:                100%;
  line-height:          1.5em;
  padding-bottom:       1em;
}

#main-content p strong {
  font-weight:          bold;
}

#contacts {
  margin-top:           10px;
  width:                90%;
  margin-left:          20px;
}

#contacts dt {
  font-weight:          bold;
  margin-bottom:        3px;
  padding-left:         10px;
  background:           url('/images/activity-type-pointer.gif') no-repeat left 5px;
}

#contacts dd {
  padding-left:         10px;
  margin-bottom:        15px;
}

#contacts dd div {
  float:                both;
  margin-bottom:        15px;
}
