#bottomContent { 
  clear: both;
  width: 100%;
  padding: 0px;
  margin: -.5em 0px 1em;
}

#bottomContent h2 { 
  font-size: 11pt;
  color: rgb(100, 115, 115);
}

div.bottomItem1, div.bottomItem2, div.bottomItem3 {
  font-size: 8pt;
  color: rgb(0, 0, 0);
  float: left;
  width: 30.5%;
  margin: 0px 1% 1em 1%;
  border: solid;
  border-width: 1pt;
  border-color: rgb(245, 245, 245);
}

div.bottomItem1 {
  background-color: rgb(254, 240, 216);
}

div.bottomItem2 {
  background-color: rgb(218, 230, 204);
}

div.bottomItem3 {
  background-color: rgb(233, 232, 227);
}

