body {
     background-color: #FFFFFF;
     color: #000000;
     margin: 0;
     font-family: Comic Sans MS;
     font-size: 16px;
}

#page_frame {
     margin-left: auto;
     margin-right: auto;
     width: 810px;
     text-align: left;
}

#content_frame {
     width: 100%;
     background-repeat: repeat-y;
}

#content {
     padding-top: 0.5em;
     padding-left: 2em;
     padding-right: 2em;
     padding-bottom: 0.5em;
     z-index: 1;
     position: relative;
}

.imageWithPadding {
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
}

.textWithPadding {
     padding-left: 10px;
     padding-right: 10px;
}

.hang {
    text-indent: -30px;
    margin-left: 30px;
}

h1, h2, h3, h4, h5, hr {
    color:  #215968
}

.rolloverButton {
  background: #215968;
  background-image: -webkit-linear-gradient(top, #215968, #31849b);
  background-image: -moz-linear-gradient(top, #215968, #31849b);
  background-image: -ms-linear-gradient(top, #215968, #31849b);
  background-image: -o-linear-gradient(top, #215968, #31849b);
  background-image: linear-gradient(to bottom, #215968, #31849b);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.rolloverButton:hover {
  background: #215968;
  background-image: -webkit-linear-gradient(top, #2b7488, #3da5c2);
  background-image: -moz-linear-gradient(top, #2b7488, #3da5c2);
  background-image: -ms-linear-gradient(top, #2b7488, #3da5c2);
  background-image: -o-linear-gradient(top, #2b7488, #3da5c2);
  background-image: linear-gradient(to bottom, #2b7488, #3da5c2);
  text-decoration: none;
}

/* -- EOF -- */
/* -- EOF -- */
/* -- EOF -- */
