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(/media/admin/img/admin/icon_error.gif) 5px .3em no-repeat;
}

.scoutsLogo {
  float: left;
  padding-bottom: 5px;
}

.sandleheathHeading {
  text-align: center;
  margin-top: 10px;
}

.divider {
  margin-top: 0px;
  border-top: 1px solid #542f7c;
  background-image: url(../images/grad48.png);
  background-repeat: repeat-x;
}

.leftImg {
  margin-top: 0px;
  width: 210px;
  border-top: 1px solid #542f7c;
  background-image: url(../images/grad48.png);
  background-repeat: repeat-x;
  vertical-align: top;
}

.greyBox {
}

.greyBox P {
  background-image: url(../images/grad48-grey180.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 15px;
  background-color: #c0c0c0;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-left: 10px;
}

.greyBox H1 {
  background-image: url(../images/grad48-grey.png);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  background-color: #c0c0c0;
  margin-bottom: 0px;
  margin-left: 10px;
}

.content {
}

