div.fullwidthbox {
  float: left;
  width: 956px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left ! important;
}
div.fullwidthboxcontainer {
  float: left;
  width: 960px;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
div.boxleft {
  float: left;
  width: 624px;
  /* height: 796px; - Removed for JavaHeight */
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: left ! important;
  overflow: hidden ! important;
}
div.boxright {
  float: left;
  width: 316px;
  /* height: 796px; - Removed for JavaHeight */
  border: 2px solid #ffffff;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  margin-left: 12px ! important;
  text-align: left ! important;
  overflow: hidden ! important;
}
/* row spacing */
div.clearboxes {
  clear: both;
  height: 12px ! important;
  width: 100%;
}

/* inside the boxes */
div.fullwidthboxcontainer h2,
div.fullwidthboxcontainer h3,
div.fullwidthboxcontainer h4 {
  font-family: arial;
  font-weight: bold ! important;
  color: #00aff0;
  margin: 0;
  margin-left: 14px;
  margin-top: 6px;
  margin-bottom: 0;
}
div.fullwidthboxcontainer p {
  font-family: Corbel, 'Lucida Grande', Helvetica, sans-serif;
  color: #898989;
  margin: 0;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 18px;
  line-height: 23px;
}
div.boxMargin {
  margin-left: 12px ! important;
}
div.boxSpacer {
  margin-bottom: 12px ! important;
}
h2.headSpacer,
h3.headSpacer,
h4.headSpacer,
img.topSpacer {
  margin-top: 16px ! important;
}
