body {
  text-align: center;
}

h2 {
  margin: 15px 0px;
  font-family: sans-serif;
  font-size: 130%;
  padding: 4px 0px;
}

p {
  line-height: 110%;
  text-indent: 1em;
  margin-bottom: 6px;
}

blockquote {
  line-height: 110%;
  text-indent: 1em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 6px;
}


ul,ol {
  line-height: 110%;
  margin-bottom: 6px;
}

li {
  margin-left: 3em;
}

ol {
  list-style-type: decimal;
}



p.citation {
  text-indent: 0px;
  text-align: right;
  font-style: italic;
}

#overall {
  width: 800px;
  margin: auto;
  text-align: left;
  background-image: url(/images/sidebar-background.gif);
  background-position: top right;
  background-repeat: repeat-y;
}

#body {
  margin: 10px;
  padding-bottom: 20px;
  margin-right: 195px;
}

#sidebar {
  margin-top: 10px;
  width: 175px;
  float: right;
  margin-bottom: 5px;
}

#sidebar p {
  line-height: 100%;
  text-indent: 0em;
}

#sidebar ul {
  margin-left: 5px;
}

#footer {
  border-top: 1px black solid;
  padding: 8px 0px;
  text-align: center;
  font-size: 70%;
  font-family: sans-serif;
  background-color: #fff;
}

