/* CSS Document */

body {
    background-color: #e6e6e6;
    font-family : Verdana, Geneva, sans-serif;
  text-decoration : none;
  margin-left : auto;
  margin-right : auto;
}

#header {
  width : 610px;
  margin-left : auto;
  margin-right : auto;
  position : relative;
}

#sitename {
  font-size : 12pt;
  font-weight : bold;
  margin-left : 8px;
}

#sitename em {
  font-size : 16pt;
  text-transform : uppercase;
  font-style  : normal;
}

#sitename a:link,
#sitename a:active,
#sitename a:visited {
  text-decoration : none;
  color : black;
}

#date {
  font-size  : 6pt;
  position : absolute;
  right : 20px;
  bottom : 0px;
  text-align : right;
}

#top_menu {
  width : 620px;
  margin-left : auto;
  margin-right: auto;
  clear : left;
  height : 41px;
}

#top_menu ul{
  margin : 0px;
  list-style : none;
  /*margin-left : 0px;
  margin-right : 0px;*/
  padding-left : 0px;
  padding-right: 0px;
}

#top_menu li{
  float : left;
  margin-left  : 8px;
  margin-right : 8px;
}

#content {
  margin-top  : 1cm;
  margin-left : auto;
  margin-right: auto;
  width : 580px;
}

#content p {
  font-size   : 0.9em;
  text-align  : justify;
  line-height : 140%;
}

#toc {
  border : 1px solid black;
  padding: 5px 5px;
  min-width : 200px;
  margin-left : 30px;
  margin-right : 30px;

}

#toc p {
  font-size : 1em;
  font-weight : bold;
}

#toc ul {
  list-style : none;
  font-size : 0.8em;
}

h1 {
  font-family : serif;
  text-align  : center;
  margin-top : 10px;
}

h2 {
  font-family : Verdana, sans-serif;
  font-size   : 0.9em;
  font-weight : bold;
}

h2.m {
  font-family : Verdana, sans-serif;
  font-size   : 1em;
  font-weight : bold;
  text-decoration : underline;
}

h3 {
  font-family : Verdana, sans-serif;
  font-size   : 0.9em;
  font-weight : normal;
  text-decoration : underline;
}

h3.m {
  font-family : Verdana, sans-serif;
  font-size   : 1em;
  font-weight : normal;
  text-decoration : underline;
}

h4 {
  font-family : Verdana, sans-serif;
  font-size   : 0.9em;
  font-weight : normal;
}

p.bible {
  font-weight : bold;
  font-style  : italic;
}

p.bible em {
  text-decoration : underline;
}

cite {
  font-weight : normal;
}

#footnotes hr {
  text-align  : left;
  margin-left : 0px;
  width : 150px;
  margin-bottom: 5px;
}
#footnotes h2, #toc h2{
  text-decoration : none;
  margin-top : 0px;
}

#footnotes ul {
  font-size   : 0.9em;
}


