body {
  background-color: white;
}

a {
  text-decoration: None;
}

a:hover {
  color: #8080ff;
}

.contactform ul {
  float: right;
  color: red;
}

/* This is the same as django/contrib/admin/media/css/base.css / /media/admin/css/base.css */
.errornote {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(/static/admin/img/admin/icon_error.gif) 5px .3em no-repeat;
}

.scoutsLogo {
  float: left;
  padding-top: 8px;
}

.hsccLogo {
  float: right;
}

.box {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
  padding: 10px;
}

.nav_div {
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav_div ul {
  list-style-type: none;
  padding: 0px;
}

.content_div {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.title_div {
  font-size: 16pt;
  height: 112px;
}

.footer_div {
  clear: both;
}

.box h1 {
  text-align: center;
  margin-top: 15px;
  font-size: 1.5em;
}

