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

div.eventCell {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 700px;
}

div.eventCellGreen {
  background-color: #6c8d14;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 700px;
}

.eventCell h4 {
  display: block;
  font-size: 12pt;
  font-weight: bold;
  margin: 10px 0 0 15px;;
  line-height: 125%;
  color: black;
  text-align: center;
}

.eventCellGreen h4 {
  display: block;
  font-size: 12pt;
  font-weight: bold;
  margin: 10px 0 0 15px;;
  line-height: 125%;
  color: black;
  text-align: center;
}

.eventCell h3 {
  display: block;
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
  line-height: 125%;
  width: 90%;
  overflow: visible;
  color: black;
  background: none;
}

.eventCellGreen h3 {
  display: block;
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
  line-height: 125%;
  width: 90%;
  overflow: visible;
  color: black;
  background: none;
}

.eventCell small {
  display: block;
  font-size: 9pt;
  text-align: left;
  clear: both;
}

.eventCellGreen small {
  display: block;
  font-size: 9pt;
  text-align: left;
  clear: both;
}

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

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

.eventCell p {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 10pt;
}

.eventCellGreen p {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 10pt;
}

.eventCell p.picHeader {
  margin: 30px 0 0 0;
  width: 100%;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.eventCellGreen p.centerTxt {
  margin: 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;
}

.eventCellGreen 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;
}

.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: 4px 0 0 0;
  margin: 0 7px;
  width: 100px;
  height: 29px;
  background: white;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

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

.tabActive a {
  color: black;
}

.tabInactive a {
  color: white;
}

.tocEventItemGroup {
	margin:6px 0 12px;
	padding:20px 0 0;
	background: #ffffff;
}

.tocEventItemGroupGreen {
	margin:6px 0 12px;
	padding: 0;
	background: #6c8d14;
}

p.eventFooter {
  width: 95%;
  font-size: 9pt;
  text-align: center;
  color: white;
  padding-bottom: 25px;
}

p.eventFooter small {
  text-align: center;
}

div#boxes1 {
  width: 364px;
  height: 323px;
  margin: 50px auto 0 auto;
  background-image: url('images/boxes1.png');
  background-repeat: no-repeat;
}

div#boxes2 {
  width: 298px;
  height: 393px;
  margin: 10px auto 0 auto;
  padding-bottom: 90px;
  background-image: url('images/boxes2.png');
  background-repeat: no-repeat;
}

div#box1 {
  width: 135px;
  position: relative;
  top: 142px;
  left: 33px;
  font-size: 18pt;
  line-height: 125%;
  text-align: center;
}

div#box1 a {
  text-decoration: none;
}

div#box2 {
  width: 128px;
  position: relative;
  top: -40px;
  left: 198px;
  text-align: center;
  font-size: 8pt;
}

div#box3 {
  width: 106px;
  position: relative;
  top: 140px;
  left: 29px;
  text-align: center;
  font-size: 14pt;
  line-height: 125%;
}

div#box4 {
  width: 88px;
  position: relative;
  top: -110px;
  left: 167px;
  text-align: center;
  font-size: 10pt;
}

div.eventBlock {
  width: 110px;
  height: 110px;
  background: white;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 10pt;
}

div.eventBlank {
  width: 110px;
  height: 110px;
  background: 6c8d14;
  float: left;
  margin: 5px;
}

div.eventBlockWide {
  width: 470px;
  padding: 20px 0;
  background: white;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 10pt;
}

div.eventList {
  margin: 0 auto 50px auto;
  width: 480px;
  clear: both;
}

form {
  text-align: center;
}

#upcomingEvents p.centerTxt {
  text-align: center;
  margin: 10px 0;
  font-size: 11pt;
}

div.corpTeamBlock {
  width: 50%;
  margin: 10px auto;
  float: left;
}

div.clearing {
  clear: both;
}
