body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 5px;
  background-color: #006;
  color: #000;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.7em;
}

h2.feature:before {
  content: "**";
}

h3 {
  font-size: 1.5em;
}

p:first-letter {
  font-size: 125%;
}

#wrap {
  width: 700px;
  background: #FFF;
  color: #000;
  margin: 1em auto 0em auto;
}

#main {
  margin: 0 3em 2em 3em;
  background-color: #FFF;
  color: #000;
}

#main .right {
  float: right;
/*  clear: both;*/
}

#header {
  width: 700px;
  height: 150px;
}

#header h1 {
/*  background-image: url("images/pcusalgo.gif");*/
/*  background-image: url("images/henrykendall.jpeg");*/
  background-repeat: no-repeat;
  font-family: serif;
  font-style: italic;
  color: black;
  background-color: inherit;
  text-align: center;
  height: 75px;
  padding: 10px 0 0 0;
  margin: 0 auto 0 auto;
}

#header #banner {
  text-align: center;
  background: #339;
  color: white;
}

#header #imgright {
  float: right;
}

#header #imgleft {
  float: left;
}
#nav {
  float: left;
  width: 100%;
  background: #DAE0D2 url("images/bg.gif") repeat-x bottom;
  color: #000;
  font-size: 93%;
  line-height: normal;
  margin: 0 0 2em 0;
}

#nav ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
}

#nav li {
  float: left;
  background: url("images/left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
}

#nav a {
  float: left;
/*  display: block;*/
  background: url("images/right.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #765;
  background-color: inherit;
}

#nav #current {
  background-image: url("images/left_on.gif");
}

#nav #current a {
  background-image: url("images/right_on.gif");
  background-color: inherit;
  color: #333;
  padding-bottom: 5px;
}

#pagename {
  font-variant: small-caps;
  background-color: inherit;
  color: #3C4138;
  border-bottom: 3px dotted #3C4138;
}

.extra {
  background: url("images/star.gif") no-repeat left center;
  padding-left: 1em;
}

.bull {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bull table {
  border-right: 3px;
}

.bull th{
  background: url("images/bluegradient.gif") repeat-y right;
  width: 400px;
}

.pastor {
  font-size: .75em;
  font-style: italic;
}

.feature h1,h2,h3,h4{
  clear: both;
  background: url("images/bluegradient.gif") repeat-y right;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-left: 1em;
}

.feature .stable{
  margin: auto;
  text-align: right;
}

.feature .rtable{
  float: right;
}

.feature .ltable{
  float: left;
}

.clearer {
  clear: both;
}

.picleft {
  margin-left: -80px;
}

#footer {
  clear: both;
  border-top: 1px solid #666;
  font-size: 0.8em;
  background-color: inherit;
  color: #666;
  margin: 0 2em 0 5em;
}

#footer img {
  float: right;
}

#footer .center {
  text-align: center
}

@media print
{

html, body {
  font-family: serif;
}

#nav {
  display: none;
  height: 0;
}

#wrap {
  width: 100%;
}

#main {
  margin: 0;
}

#header {
  height: 3em;
  margin: 0;
  padding: 0;
}

#header h1 {
  height: 1em;
  margin: 0;
  padding: 0;
}

#header #banner {
  margin: 0;
  padding: 0;
}

}
