/* misc
---------------------------------------------------------- */

#content h4 {
  margin-bottom: 1em;
}
#content h5.nomargin {
  margin-bottom: 0;
}
#content h5.moremargin {
  margin-bottom: 1.2em;
}
#content h5 a {
  color: #3F6A8F;
}
#content ul.miscnav {
padding-top: 4px;
}
#content ul.miscnav li {
  margin-bottom: 0.5em;
  font-size: 12px; /* using fixed size in px due to nesting ULs on sitemap */
}
#content ul.miscnav li a {
  /*color: #59ADD7;*/
  color: #1E5C7B;
  text-decoration: underline;
}
#content ul.toplevel > li {
  font-size: 16px;
}