img.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.eventCell h4 {
  display: block;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 125%;
  color: #000077;
}

.eventCell small {
  display: block;
  font-size: 11pt;
  text-align: center;
  margin: 20px 0 15px 0;
  color: #000077;
  clear: both;
}

.eventCell small.subHead {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
  margin: 0px 0 20px 0;
}

.eventCell p {
  width: 80%;
  margin: 15px auto;
  font-size: 10pt;
}

.eventCell p.centerTxt {
  margin-top: 20px;
  line-height: 125%;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.eventCell div.callOut {
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  background: #FF9C00;
}

.callOut h4 {
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  color: white;
  margin: 15px 0;
}

.callOut p {
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.eventCell ol, ul {
  margin: 0 25px;
}