body {
   margin: 0px;
   padding: 0px;
   color: #000000;
   font-family: verdana, sans-serif;
   background: #ffffff;
}
div.container {
   background: #ffffff;
   margin: 0px auto;
   padding: 0px;
}

div.header {
   background: url(/images/gradient-advent.png) repeat-x;
   width: 100%;
   height: 97px;
   padding-bottom: 20px;
   text-align: center;
}

div.col1 {
   display: none;
}

div.col2 {
   /*
   width: 100%;
   */
}

div.col3 {
   display: none;
}

div.col23 {
   /*
   width: 100%;
   */
}

div.main {
   color: #000040;
   font-size: 14px;
   width: 100%;
}
div.main h1 {
   font-size: 24px;
   font-weight: bold;
   margin-top: 0px;
   color: #000000;
}
div.main h1 span.sub {
   font-weight: normal;
   font-style: italic;
}
div.main h2 {
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   margin-bottom: 0px;
}
div.main p {
   margin-top: 0px;
}

div.footer {
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   margin-top: 100px;
   clear: both;
   background: #c090d0; /* half */
}
div.footer p {
   margin: 0px;
   font-size: 9px;
   color: #404040;
   white-space: nowrap;
   padding-left: 5px;
}
div.footer a {
   color: #404040;
   text-decoration: none;
}

a {
   color: #000000;
   text-decoration: underline;
}
.indent {
   padding-left: 50px;
}
input.longtext, textarea.longtext {
   width: 350px;
}
.border {
   border: 1px solid black;
}
.inline {
   display: inline;
}
div.img {
   text-align: center;
   padding: 5px;
   background: #ffffff;
   border: 1px solid #b0b0b0;
   margin: 4px;
}
div.box {
   background: #ffffff;
   border: 2px solid #b0b0b0;
   margin: 4px;
   padding: 0px 5px;
}
p.caption {
   font-style: italic;
   font-size: 12px;
   margin: 0px;
}
hr {
   border: 0px;
   background: #000000;
   width: 90%;
   height: 1px;
}
hr.full {
   width: 100%;
}
div.bible {
   margin: 10px 0px;
}
div.bible p {
   padding: 0px 20px;
   text-indent: 20px;
   margin: 0px;
}
div.bible p.quote {
   padding-left: 40px;
}
div.bible p.verse {
   padding-left: 40px;
   text-indent: -20px;
}
div.bible p.quotedverse {
   padding-left: 60px;
   text-indent: -20px;
}
span.verseno {
   vertical-align: top;
   font-size: 9px;
}
img.absmiddle {
   vertical-align: middle;
}

table.gallery {
   width: 100%;
}
table.gallery td {
   text-align: center;
}

div#hppicdiv {
   text-align: center;
   width: 100%;
   height: 250px;
}
div#hppicdiv2 {
   display: none;
}

