#pagehead {
  font-size: 26px;
  color: #f80;
  font-weight: 700;
  font-style: italic;
}

.secthead {
  font-weight: 700;
  color: #f60;
}

.spacer10 {
  clear: right;
  height: 10px;
}

.spacer1 {
  clear: right;
  height: 1px;
}

.topspc10 {
  margin: 10px 0 0;
}
.topspc30 {
  margin: 30px 0 0;
}

#acceptfrm p {
  margin: 0 0 3px;
  clear: both;
}

.frmoffset200 {
  float: left;
  margin-top: 4px;
  width: 200px;
  text-align: right;
}

.frmsection {
  padding-left: 100px;
  margin: 0px;
  font-weight: 700;
  color: #f70;
}

.input_60 {
  width: 60px;
}
.input_150 {
  width: 150px;
}
.input_250 {
  width: 250px;
}

.errmsg {
  color: #dc143c;
  font-weight: 700;
}

.ast {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #f70;
}

#scroll { 
  position:absolute; 
  top:0; 
  bottom:-0.1px; 
  width:1em; 
  z-index:-1; 
}

.spkr {
  width: 125px;
  height: 125px;
  border: 1px solid black;
  float: right;
  margin-left: 10px;
}

h2 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}

/* sidebar added to accept and how to get there pages */
#sidebar {
  font-weight: 700;
  margin: 50px 10px 0px 10px;
  background-color: white;
}
#sbtopl, #sbbtml{
  float: left;
}
#sbtopr, #sbbtmr{
  float: right;
}
#clear {
  clear: both;
}

