body {
  background-color: #C0C0C0;
}


h1 {
  margin: 0;
  border: 0;
  background-color: #0000A0;
  color: #FFFFCC;
  text-align: center;
  padding: 0 10px 10px 0;
}

#header {
  color: #FFFFCC;
  font-family: 'Palatino Linotype';
  font-style: italic;
  font-weight: bold;
  color: rgb(255, 255, 204);
  text-align: center;
  padding: 0 0 30px 0;
}

#sidebar {
  width: 32%;
  margin: 0 20px 0 0;
  float: left;
  background-color: #EEEEEE;
}

p.narrative { font-family: Times, Garamond, serif;
  font-style: normal;
  font-size: 12pt;
  color: #000000;
  text-align: left;
  text-indent: 5%;
  margin-right: 8pt;
  margin-left: 8pt;
  }
  
#emph {
  font-style: normal;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  }
 


