body {
  background: url("/themes/default/images/body_bg.jpg") repeat-y top center;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  color: #232323;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
}
  
p {
  font-size: .85em;
  margin: 6px 0px 9px 0px;
}

h1 {
  color: #000000;
  font-size: 2em;
  margin: 10px 0px 13px 0px;
}

h2 {
  color: #6c0202;
  margin: 16px 0px 3px 0px;
  font-size: 1.2em;
  font-style: italic;
}

h3 {
  color: #000000;
  margin: 20px 0px 3px 0px;
  font-size: .95em;
}

strong {
  color: #6c0202;
}

/* definition lists that control the layout of the forms */

dl {
  margin: 20px 30px 40px 0px;
  font-size: .85em;
}

dt {
  float:left;
  clear:left;
  width:6em;
  margin-bottom:0.8em;
  text-align:right;
  position:relative /*IEWin hack*/
}

dd {
  clear:right;
  margin-left:6.5em;
  margin-bottom:0.8em;
  padding-left:0.5em;
}