body {
  background-color: white;
}

.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 {
}

