/* Page structures */
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  padding-bottom: -4px;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif!important;
  font /**/: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.page {
  background-color: #FFFFFF;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  width: auto;
  text-align: center
}
table.main {
  background: #fff;
  align: center;
  border: 0;
  width: 100%;
}
table.scroll {
  background: #fff;
  align: center;
  border: 0;
  width: 100%;
}
tr.header {
  margin-bottom: 0px;
}
tr.content {
  width: 100%;
}
tr.menu {
  margin-top: -2px;
}
tr.listing {
  margin-bottom: -2px;
}
td {
  padding: 5px 10px;
  vertical-align: top;
  color: #036;
}
td.single {
  width: 100%;
}
td.headerleft {
  width: 50%;
}
td.headerright {
  width: 50%;
}
td.contentleft {
  width: 160px;
}
td.contentright {
  width: 160px;
}
td.left {
  width: 50%;
}
td.right {
  width: 50%;
}

/* Paragraphs */
p {
  color: #886399; /* #775788; */
  font-weight: normal;
  font-size: 120%; 
  text-align: justify;
  font-family:  'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif
}
p.pagemenu {
  font-weight: bold;
  color: #009D00;
  border-top:1px solid gray;
  border-bottom:1px solid gray;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3;
  padding-bottom: 6;
  font-size: 100%; 
  font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}
p.headerimage {
  margin-top: -6;
  margin-bottom: 0;
  text-align: center;
  font-size: 60%; 
}
p.headerimageleft {
  margin-top: -6;
  margin-bottom: 0;
  text-align: left;
  font-size: 60%; 
}
p.centerimage {
  margin-top: -2;
  text-align: center;
  font-size: 60%; 
}
p.centertexttheword {
  margin-top: 4;
  font-weight: bold;
  text-align: center;
  font-size: 227%; 
}
span.thewordofchrist {
  color: red;
}
span.smallcaps {
  font-size: 80%; 
}
p.centertext {
  text-align: center;
  font-size: 120%; 
}
p.centertextcite {
  margin-top: -24;
  margin-bottom: 24;
  margin-left: 0;
  text-align: center;
  font-size: 90%; 
  font-weight: bold;
}
p.copyright {
  margin-top: 24;
  margin-bottom: -2;
  text-align: center;
  font-size: 72% 
}

/* Headers */
h1 {
  color: #FF9933; /* #FFFFFF;
  background-color: #A362B7; --> */
  font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 160%; 
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12;
  margin-left: 2;
  margin-right: 2;
  padding-top: 0px;
  padding-bottom: 0px;
}
h2 {
  color: #A362B7;
  font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 160%; 
  text-align: center;
  margin-top: 2;
  margin-bottom: 2;
  margin-left: 16;
  margin-right: 2;
  padding-top: 18px;
  padding-bottom: 18px;
}
h6 {
  color: #FFFFFF;
  background-color: #009D00; /*FFCC00;*/
  padding: 2px;
  padding-left: 6px;
  font-weight: bold;
  font-size: 100%; 
  font-family: arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

/* Images */
img {
  border: 0px none #fff;
  position: relative;
}
img.logo {
  position: static;
  margin-top: 6;
  margin-bottom: 2;
  height: 62px;
  width: 620px;
  border: 0;
  vertical-align: center;
}
img.logoleft {
  height: 50%;
  width: 50%;
  border: 0;
  vertical-align: center;
  text-align: left;
}
img.menuimage {
  background-color: #009D00;
  border: 0;
  margin-left: 2;
  margin-right: 0;
}

/* Hyperlinks */
a.menu:link {
  color: #009D00;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  font-size: 100%; 
  font-family: verdana, helvetica;
  text-decoration: none;
}
a.menu:visited {
  color: #009D00;
  font-weight: bold;
  font-size: 100%; 
  font-family: verdana, helvetica;
  text-decoration: none;
}
a.menu:hover {
  color: #FFFFFF;
  background-color: #009D00; 
  font-weight: bold;
  font-size: 100%; 
  font-family: verdana, helvetica;
}
a.footer:link {
  color: #886399;
  font-weight: bold;
  background: transparent;
  font-size: 100%; 
  text-decoration: none;
}
a.footer:visited {
  color: #886399;
  font-weight: bold;
  background: transparent;
  font-size: 100%; 
  text-decoration: none;
}
a.footer:hover {
  color: #FFFFFF;
  background-color: #886399; 
  font-weight: bold;
  font-size: 100%; 
  text-decoration: none;
}
