body {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: black;  
  background-color: black;  
  background: black url( ../images/background-line.png) top center repeat-y;
  text-align: justify;
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  text-align: center; /* for IE */
}

#header {
  background: black url( ../images/background.png) top center no-repeat;
  height: 274px;
  margin: 0px;
  padding: 0px;
}

#content {
  width: 620px;
  background-color: #fefdc5;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;   /* align for good browsers */
  text-align: justify;
}

img.nbs {
  padding: 0;
  margin: 0px auto;
  border: none;
}

h1 {
  color: #100050;
  font-style: italic;
  font-size: 14pt;
  border-bottom: 3px solid #f57548;
  padding-top: 10px;
  padding-bottom: 2px;
}

h2 {
  color: #100050;
  font-style: italic;
  font-size: 12pt;
  border-bottom: 1px solid #f57548;
  padding-top: 3px;
  padding-bottom: 1px;
}

p {
  line-height: 1.5em;
}

p.warning {
  font-weight: bold;
  text-align: center;
}

p.footnote {
  text-align: center;
}

p.closed {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0px;
}

dt {
  text-indent: 2em;
  float: left;
  font-weight: bold;
  color: #100050;
  line-height: 1.2em;
}

dd {
  margin: 0;
  clear:right;
  padding-left: 8em;
  color: #882210;
  line-height: 1.2em;
}

html{
  overflow-y:scroll;
  overflow-x:auto;
}

