img.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.center-column {
width: 650px;
}


div.right-column {
width: 160px;
}


div.eventCell {
  min-height: 900px;
}

.eventCell h4 {
  display: block;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 0 0;
  line-height: 100%;
  color: black;
}

.eventCell small {
  display: block;
  font-size: 11pt;
  text-align: center;
  margin: 20px 0 15px 0;
  color: #6DCFF6;
  clear: both;
}

.eventCell small.subHead {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
  margin: 0px 0 18px 0;
}

.eventCell p {
  width: 90%;
  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: magenta;
}

.callOut h4 {
  text-align: center;
  font-size: 13pt;
  font-weight: bold;
  color: white;
  margin: 15px 0;
}

.callOut p {
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 0;
  color: white;
}

.callOut a {
  color: white;
  text-decoration: underline;
}

.eventCell ol, ul {
  margin: 0 25px;
}

.tabBar {
  background: black;
  padding: 5px 10px 0 0;
  height: 35px;
  margin-bottom: -6px;
}

ul.tabSet {
  display: inline;
  padding: 0;
  margin: 0;
}

li.tabActive {
  text-align: center;
  display: block;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 7px;
  width: 100px;
  height: 30px;
  background: white;
  font-size: 11pt;
  font-weight: bold;
  color: black;
}

li.tabInactive {
  text-align: center;
  display: block;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 7px;
  width: 100px;
  height: 25px;
  background: gray;
  font-size: 11pt;
  font-weight: bold;
  color: white;
}

.tabActive a {
  color: black;
}

.tabInactive a {
  color: white;
}

div.dealsCell {
  width: 50%;
  float: left;
  margin: 20px 0;
}
