html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

hr {
  color: #3333CC; }

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

.maintitle {
  color: #ff9900;
  font-size: 16pt;
  margin-top: 0px;
  padding-top: 14px; }

.subtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px; }

.category-content {
  margin-left: 20px; }

.officer {
  font-weight: bold;
  margin-bottom: 12pt; }

.address {
  margin-left: 20px; }

.header {
  background-color: #3333cc;
  height: 60px; }

.sidebar {
  float: left;
  min-height: 100%;
  width: 180px; }

.content {
  margin-left: 200px;
  width: 600px;
  min-width: 600px;
  margin-right: 20px; }

.navgroup {
  margin: 2px;
  padding: 4px;
  font-weight: bold;
  background-color: #cccccc; }

.nonfooter {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -23px; }

.clearfooter {
  height: 43px;
  clear: both; }

.footer {
  font-size: 9px;
  text-align: right;
  position: relative;
  height: 23px;
  background-color: #cccccc; }

a {
  text-decoration: none; }
  a img {
    border: none; }
  a:link {
    color: #3333cc; }
  a:hover {
    color: #ff9900; }
  a:active {
    color: #ff9900; }

.navgroup a:visited {
  color: #3333cc; }
.navgroup a:hover {
  color: #ff9900; }
