html,body{
margin:0;
padding:0;
}

body{
font: 76% verdana, geneva, helvetica, arial, sans-serif;
background: #66ccff;
}

p {
margin: 0 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-family: verdana, geneva, helvetica, arial, sans-serif;
color: #990000;
margin-left: .5em;
}

h1 {font-size: 15px;}
h2 {font-size: 13px;}
h3 {font-size: 11px;}
h4 {font-size: 10px;}
h5 {font-size: 9px;}
h6 {font-size: 8px;}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}

a:hover	{
text-decoration: underline;
}

hr {
color: #990000;
}

.widelinespace {
line-height: 1.75em;
}

.redhilight {
color: #990000;
}

/* Start classes used on sitemap page */
.level2 {
margin-left: 15px;
}

.level3 {
margin-left: 20px;
}
/* End classes used on sitemap page */

div#container {
border: 1px solid #900;
background: #ffffff;
}

div#header {
position: relative;
}

div#header {
height: 105px;
padding: 0;
/*******************************************************************************/
/* This banner is 790px wide and 105px high.                                   */
/* The font for "Living Word" is Arial italic with shadow 56pt in PhotoStudio. */
/* The side texts on the Lent banner are 16pt.                                 */
/* The side texts on the End Times banner are 12pt.                            */
/*******************************************************************************/
/* background: #ffffff url(bannerpenteshaded.jpg) no-repeat; */
/* background: #ffffff url(bannerxmasshaded.jpg) no-repeat; */
/* background: #ffffff url(bannereaster.jpg) no-repeat; */
/* background: #ffffff url(banneradvent.jpg) no-repeat; */
background: #ffffff url(bannerblue.jpg) no-repeat;
/* background: #ffffff url(bannerlent2.jpg) no-repeat; */
}

div#content {
border-left: 1px solid #900;
border-top: 3px solid #900;
border-bottom: 1px solid #900;
}

div#content p {
line-height: 1.4;
}

div#content form {
margin: 10px;
}

div#content img {
float: left;
border: 0;
margin: 2px 5px 0 2px;
}

div#content table{
margin-left: 10px;
}

div#content ul li {
margin: 0 10px 5px 10px;
}

div#content ol li {
margin: 0 10px 5px 10px;
}

div#navigation {
border-top: 3px solid #900;
}

div#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}

div#navigation ul li a {
display: block;
width: 160px;
color: black;
background-color: #ffeeee;
padding: 3px 12px 3px 8px;
border-bottom: 1px solid #900;
}

div#navigation a:hover {
background-color: #ffffff;
/* text-decoration: none; */
}

div#navigation form {
padding-left: 10px;
}

div#extra {
background: #ffffff;
}

div#extra img {
margin: 2px;
}

div#extra form {
margin: 0 0 0 10px;
}

div#footer {
background: #ffffff;
color: #000;
border-top: 2px solid #900;
}

div#footer p {
margin: 0;
padding: 5px 10px;
}

div#created {
float: left;
width: 500px;
padding: 5px 10px;
font-size: 80%
}

div#credits {
margin-left: 600px;
width: 190px;
}

/**************************************/
/* Typography and colors CSS is above */
/**************************************/
/* Begin actual layout CSS            */
/**************************************/
div#container {
width: 790px;
margin: 10px auto;
}

div#wrapper{
float:right;
width:100%;
margin-left:-180px;
}

div#content{
margin-left:180px;
margin-bottom:-1px;
}

div#navigation{
float:left;
width:180px;
}

div#extra{
float:left;
clear:left;
width:180px;
}

div#footer{
clear:both;
width:100%;
}

/**************************************/
/* End actual layout CSS              */
/**************************************/

/* Begin Calendar classes */
.main {
width: 160px;
border: 1px solid black;
}

.month {
background-color: #900;
font: bold 10px verdana;
color: white;
}

.daysofweek {
background-color: gray;
font: bold 10px verdana;
color: white;
}

.days {
font-size: 10px;
font-family: verdana;
color: black;
background-color: white;
padding: 1px;
}

.days #today {
font-weight: bold;
color: #900;
}

/* End Calendar classes */

.crumb {
font-size: 10px;
}

.scripquot {
font-weight: bold;
}

.centeredImage {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}

/* Shadow start */
/* See shadow.htm virtual include */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10;
}
/* Shadow end */

div#imgRight img.floatRight { 
    float: right; 
    margin: 4px; 
}

.highlight{
background-color:yellow
}

