#root {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#content-2-wide h2.first {
    margin-top: 0;
}

#content-2-wide #sidebar h3 {
    color:#000000;
}

.footer {
    font-size: 100%;
}

/*
 * Sundry find aka stylings
 */
p.find-aka {
  margin: 0 0 0 26px;
  text-indent: -13px;
}

div.expand   img.expand   { display: inline; }
div.collapse img.collapse { display: inline; }
div.expand   img.collapse { display: none; }
div.collapse img.expand   { display: none; }

.show-hide img {
  margin-top: 4px;
}
.show-hide-control {
  float: left;
  cursor: pointer;
  display: none;  /* start hidden... js will make visible */
}
.show-hide-content {
  display: none;
}
/* Fix IE6 3px Gap Float Bug */
.show-hide-text p    { margin: 0 0 0 23px; } /* IE6 only */
div.show-hide-text>p { margin: 0 0 0 26px; } /* Everybody else */
