div.blurb {
  margin-left: 5px;
}

div.contact {
  margin-left: 5px;
}

div.contact table {
  margin-top: 10px;
}

div.contact th {
  font-weight: bold;
  text-align: left;
}

div.contact td {
  vertical-align: top;
  padding-right: 5px;
  padding-bottom: 2px;
}

div.contact td.office {
  font-weight: bold;
  font-size: 16px;
}

div.contact tr.fist td {
  padding-top: 8px;
}

div.contact td.type {
  width: 80px;
}

div.contactform {
  margin: 10px;
}

div.contactform th {
  vertical-align: top;
  text-align: right;
  padding: 5px;
  font-size: 14px;
}

div.contactform th.header {
  text-align: center;
  background-color: #F0F0F0;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  text-transform: uppercase;
}

div.contactform td {
  padding: 5px;
}