body {
  margin: 0px;
  background: url(/camp/www/QuakerCamp/images/pattern_049.gif) repeat;
}
.heading1 {
  padding: 10px 10px 0px 0px;
}
.heading2 {
  padding: 10px 0px 0px 0px;
  font: bold 18pt verdana;
  color: white;
}
.heading3 {
  padding: 16px 0px 0px 0px;
}
.title {
  font: bold 14pt verdana;
  color: green;
}
.box {
  width: 100%;
}
.corner {
  width: 38px;
}
.top {
  background: url(/camp/www/QuakerCamp/images/box_top.gif) repeat-x;
}
.left {
  background: url(/camp/www/QuakerCamp/images/box_left.gif) repeat-y;
  height: 400px;
}
.right {
  background: url(/camp/www/QuakerCamp/images/box_right.gif) repeat-y;
  height: 400px;
}
.bottom {
  background: url(/camp/www/QuakerCamp/images/box_bottom.gif) repeat-x;
}
.center {
  background-color: white;
}

# style for form input. 
.formInput {
}
# style for selected text
.selected {
  background-color: silver;
  
}


