@charset "utf-8";
/* CSS Document */

#pgContent #eventDescription p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 1em; 
}
#pgContent h5 {
  font-size: 1.2em;
  color:#001278;
  margin-bottom: 0.5em;
}
#pgContent #eventSponsors {
  float: left;
  margin-bottom: 1.5em;
}
#pgContent #eventSponsors ul {
  float: left;
  margin-right: 2em;
}
#pgContent #eventSponsors ul li {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 1em;
}
#pgContent #eventSponsors ul + ul {
  margin-right: 0;
}
#pgContent #eventDonors {
  clear: left;
  width: 100%;
  margin-bottom: 2.5em;
}
#pgContent #eventDonors caption {
  font-size: 1.2em;
  font-weight: bold;
  color: #0d4677;
  padding-bottom: 1.5em;/*IE didn't play nicely with margin*/
}
#pgContent #eventDonors th {
  color: #001278;
  text-align: left;
  font-size: 1.2em;
  font-style: italic;
  padding-bottom: 0.5em;/*IE didn't play nicely with margin*/
}
#pgContent #eventDonors colgroup {
  width: 24em;
}
#pgContent #eventDonors td {
  font-size: 1.2em;
  padding: 0.3em 0.1em;
}
#pgContent #eventDonors tr.odd {
  background: #d0d1b8;
}
#pgContent #liveAuction {
  clear: left;
  width: 100%;
  margin-bottom: 2.5em;
}
#pgContent #liveAuction colgroup {
  width: 24em;
}
#pgContent #liveAuction th {
  color: #001278;
  text-align: left;
  font-size: 1.2em;
  font-style: italic;
  padding-bottom: 0.5em;/*IE didn't play nicely with margin*/
}
#pgContent #liveAuction td {
  font-size: 1.2em;
  padding: 0.3em 0.1em;
}
#pgContent #foodDonors {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#pgContent #foodDonors p {
  font-size: 1.2em;
  font-weight: bold;
  color: #0d4677;
  margin-bottom: 1.5em;
}
#pgContent #foodDonors ul {
  float: left;
  padding: 0;
  margin: 0;
}
#pgContent #foodDonors ul#firstGroup {
  
}
#pgContent #foodDonors ul li {
  font-size: 1.2em;
  width: 18em;
  margin-bottom: 1em;
  margin-right: 1em;
  padding-left: 1em;
  background: url(/imgs/global/block.gif) left 0.4em no-repeat;
}
#pgContent #foodDonors ul li.lastLI {
  margin-bottom: 0;
}

