h1
{
  font-size: 250%;
  margin-bottom: 20px;
}
h2
{
  font-size: 150%;
}
h3
{
  font-size: 125%;
}
img
{
  display: none;
}
/* no flash either */
object
{
  display: none;
}

/* HTML Styles -------------------------------------------------------------- */
body
{
  padding: 20px 20px 20px 20px;
}

/* Site structure ----------------------------------------------------------- */
div#accessBox
{
  margin-bottom: 30px;
}
div#breadcrumbs a
{
  margin-right: 10px;
}
div#footer
{
  border-top: 1px solid #000;
}
div#footer span
{
  display: block;
  margin: 10px 0 10px 0;
}

/* Generic Classes ---------------------------------------------------------- */

.big
{
  font-size: 200%;
}
.bigger
{
  font-size: 250%;
}
.advert
{
  display: none;
}
.leftBox
{
  display: none;
}
.itemFoot
{
  margin-bottom: 20px;
}
.whiteBox
{
  margin-top: 20px;
}
.blueBox
{
  margin-top: 20px;
}

/* Drupal overrides --------------------------------------------------------- */

th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 0;
  white-space: nowrap;
}
th.active img {
  display: inline;
}
tr.dark, tr.light {
  background-color: #fff;
  border-bottom: 0;
}
td.active {
  background-color: #fff;
}
