/* Copyright (c) 2004-2006 Pearl Crescent, LLC. */

body { margin: 0px; padding: 0px; background-color: rgb(255, 255, 255);
       font-family: sans-serif; font-size: 12pt; }
table.layout { border: none; }
.pageTitle { text-align: center; font-size: 22pt; color: rgb(204, 153, 51); }
.pageSubTitle { text-align: center; font-size: 16pt; color: rgb(204, 153, 51); }
.heading1 { font-weight: bold; margin-top: 16px; margin-bottom: 5px; }
.firstHeading { margin-top: 0px; }
.printableLink { float: right; font-size: 9pt; }
td.topbar { background-color: rgb(77, 51, 204); text-align: left;
            height: 75px; }
td { font-size: 12pt; vertical-align: top; }
div.indented { margin-left: 30px; margin-top: 7px; }
ul li { padding-top: 4px; }
#copyright { color: gray; font-size: 7pt; margin: 3px }


table.decision { text-align: left; margin-top: 10px;
                 border: none; white-space: nowrap; }
table.decision th { text-decoration: underline; }
table.decision th,td { padding-right: 15px; }
span.caption { font-variant: small-caps; font-weight: bold; font-size: 11pt; }
span.quotation { font-style: italic; }
.words-of-jesus { color: red; }
hr { border: medium none ; width: 90%; height: 2px;
     background-color: rgb(204, 204, 204); }

.nav { padding: 0px; }
#navbar td { background-color: rgb(204, 153, 51); white-space: nowrap;
             padding-right: 20px; border-right: 5px solid rgb(77, 51, 204);
             height: 40px; font-family: Arial,Helvetica,sans-serif;
             font-size: 9pt; font-weight: bold; vertical-align: middle; }
#navbar td.selected { background-color: rgb(77, 51, 204); cursor: pointer; }
#navbar td.curpage { background-color: #009966; border-right: 5px solid #009966; }
#navbar ul { list-style-type: square; list-style-position: inside;
             margin: 0px; padding: 0px 12px 0px 4px; }
#navbar li { color: rgb(77, 51, 204); }
.noline { text-decoration: none; color: black; }

/* Styles for screen only. */
@media screen {
  table.layout { width: 650px; }
  td.nav { width: 230px; }
  div#mainText { width: 650px; }
  #navFrame { border: none; width: 230px; height: 350px }
}

/* Styles for print only. */
@media print {
  #navFrame { display: none; }
}

/* Styles for "one page" printable view only. */
body.printable table.layout { width: auto;}
body.printable div#mainText{ width: auto; }
body.printable .seasonHeading {
	font-size: 15pt; font-weight: bold; color: rgb(77, 51, 204);
	padding: 7px 0px 10px 0px; border-top: 1px dotted;
}
body.printable .seasonHeading img { vertical-align: middle; }

/* padding/margin: top right bottom left */
