body {
  margin: 0;
  padding: 0;
  background-color: #F0F8FF;
}


div.mainnav {
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  width: auto;
  height: 150px;
  margin: 0px;
  padding: 0.25em;
  text-align: center;
  background-color: navy;
  border-top: none;
  border-right: solid #696969 thick;
  border-left: solid #696969 thick;
  border-bottom: solid #696969;
} 

div.mainnav ul {
  font-style: normal;
  background-color: navy;
}

div.mainnav li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  font-size: 1.5em;
  background-color: navy;
}

div.mainnav a, a:link, a:visited {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 1em;
  font-style: normal;
}

div.mainnav img {
  padding-right: 1em;
}


div.subnav {
  float: left;
  right: auto;
  width: auto;
  height: auto;
  margin: 0;
  margin-right: 2em;
  padding-bottom: 0.25em;
  text-align: left;
  background-color: gray;
  border-top: none;
  border-right: solid #696969 thick;
  border-left: solid #696969 thick;
  border-bottom: solid #696969 thick;
}

div.subnav a, a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  font-family: serif;
  font-size: 1.2em;
  color: white;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}

div.subnav ul.level1 {
  left: 0;
  margin: 0;
}

div.subnav ul.level1 li {
  padding-left: 0.25em;
  list-style: none;
  font-style: normal;
  font-weight: bold;
}

div.subnav ul.level1 li ul.level2 {
  padding-left: 0.75em;
  margin-left: 0px;
  left: 0;
  margin: 0;
}

div.subnav ul.level1 li ul.level2 li {
  padding-left: 0.75em;
  font-weight: normal;
}

div.subnav ul.level1 li ul.level2 li a {
  padding-left: 0.75em;
  list-style: none;
  font-style: normal;
  font-weight: normal;
}


div.content {
  padding: 0;
  margin: 1em;
  text-align: center;
}

div.content p {
  text-align: left;
  color: black;
  padding-left: 2em;
  padding: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: normal;
}

div.content a {
  text-align: left;
  color: blue;
  font-size: 1em;
  padding: 0.5em;
  text-decoration: underline;
  font-style: normal;
}

div.content h1 {
  font-weight: bold;
  font-family: serif;
  font-size: 2em;
  color: navy;
  font-style: normal;
}

div.content ul {
  margin-left: 1em;
  list-style-type: disc;
  margin-right: auto;
  width: auto;
}

div.content li {
  text-align: left;
  margin: 1em;
  margin-left: 2em;
  font-style: normal;
}

div.content ul.qanda {
  list-style: none;
}

div.content ul.qanda li.question {
  font-size: 1.1em;
  font-weight: bold;
}

div.content ul.qanda li.answer {
  font-weight: normal;
}

div.content div.sitemap ul {
  list-style-type: none;
  text-align: center;
}


.scripture {
  font-style: italic !important;
  font-family: serif;
  color: navy !important;
  font-weight: bold;
}

.address {
  white-space: pre;
  padding: 1em !important;
  font-weight: bold;
  font-size: 1.1em;
}

.deity {
  font-variant: small-caps;
}

.poetry {
  font-style: italic;
  font-family: serif;
  white-space: pre;
  text-align: center;
}

.logos {
  border: 0;
}

.spamtrap {
  display: none !important;
}

li.iamhere, li.iamhere a {
  color: #FFD700;
}

.version {
  font-size: 0.7em;
}
