/*
Page width is 760 to allow for window edges and scrollbars on an 800x600 screen
*/



body {
background:#B2BC89;
color:#000000;
margin:0;
padding:0;
}

#wrap {
margin: 0 auto;
width:760px;
}

#logoprint {
display:none;
}

#logo {
margin:10px 0px;
padding:0;
width:760px;
height:100px;
}

#logoleft {
margin-right:5px;
float:left;
width:315px;
height:100px;
background-image: url('../img/logo.gif');
}
#logoright {
background-image: url('../img/logoimg.jpg');
margin-left:5px;
float:right;
width:435px;
height:100px;
}


h1.sidebarhead {
text-align:center;
font-family: 'Times New Roman';
font-size:24px;
color: white;
font-weight: normal;
font-variant: small-caps;
}

#nav {
width:100%;

}


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

#nav li
{
float:left;
padding-right: 20px;
width: 100px;
height:25px;
text-align:center;
}

#nav li a
{
text-decoration: none;
text-align: center;
display:block;
width: 100px;
height:21px;
padding-top:4px;
font-family:Verdana;
font-size:12px;
}

br.clearbr {
clear:left;
}


#nav0 {
color:black;
background-color:#FEF4C9;
background-image:url('../img/nav/yellow.gif');
}

#nav1 {
color:white;
background-color:#A6BC09;
background-image:url('../img/nav/green.gif');
}

#nav2 {
color:white;
background-color:#647400;
background-image:url('../img/nav/darkgreen.gif');
}

#nav3 {
color:white;
background-color:#CD2E0C;
background-image:url('../img/nav/red.gif');
}

#nav4 {
color:white;
background-color:#87002E;
background-image:url('../img/nav/maroon.gif');
}

#nav5 {
color:white;
background-color:#520561;
background-image:url('../img/nav/purple.gif');
}

#nav6 {
color:white;
background-color:#0097B6;
background-image:url('../img/nav/blue.gif');
}

.nav {
margin:0 50px;
}

.main {
background-color: #FEF4C9;
padding:0;
font-family: Verdana;
font-size: 12px;
text-align:justify;
}

#maincontentwrapfull {
width:760px;
}

#maincontentwrapsplit {
width:510px;
float:right;
}

.full {
width:760px;
margin: 10px 0px;
}

.split {
width:505px;
margin: 10px 0px 10px 5px;
}

.maintop {
width:100%;
height:10px;
background-image: url('../img/maintop.gif');
}
.maintopsplit {
width:100%;
height:10px;
background-image: url('../img/maintopsplit.gif');
}
.mainbottom {
width:100%;
height:10px;
background-image: url('../img/mainbottom.gif');
}
.mainbottomsplit {
width:100%;
height:10px;
background-image: url('../img/mainbottomsplit.gif');
}

.maincontent {
width:740px;
margin:0px 10px;
}

.maincontent a {
color:#87002E;
}

.maincontentsplit {
width:485px;
margin:0px 10px;
}

#sidebarwrap {
float:left;
width:250px;
}

.sidebar {
background-color: #0B7EA3;
width:245px;
margin:10px 5px 10px 0px;
padding:0;
}

.sidebarcontent a {
color:white;
}

.sidebartop {
width:100%;
height:10px;
background-image: url('../img/sidebartop.gif');
}
.sidebarbottom {
width:100%;
height:10px;
background-image: url('../img/sidebarbottom.gif');
}
.sidebarcontent {
width: 225px;
margin:0px 10px;
font-family: Verdana;
font-size: 12px;
color: #FEE886;
}

a.nav {
color: blue;
}

a.current {
color: red;
font-weight:bold;
}

#footer {
background-color: #87002E;
color:white;
margin:0;
clear:both;
}

#footertop {
width:100%;
height:10px;
background-image: url('../img/footertop.gif');
}

#footerbottom {
width:100%;
height:10px;
background-image: url('../img/footerbottom.gif');
clear:both;
}

#footerwrap {
width:740px;
margin:0px 10px;
}


#footercontent {
width:690px;
margin: 0;
float:left;
font-family: Verdana;
font-size: 12px;
color:#FEE886;
}

#footercontent a {
color:#FEF4C9;
}

#contactinfo {
font-family: Verdana;
font-size: 16px;
color:#FEE886;
font-weight: normal;
}

#footerlogo {
width:50px;
height:90px;
float:right;
margin: 0;
background-image: url('../img/footerlogo.gif');
}

.borderlesstable {
border-style:none;
}

#contactleft {
width: 300px;
}


#contactright {
width: 300px;
}


#maincontentwrapfull h1, #maincontentwrapsplit h1 {
font-family:'Times New Roman';
font-weight:normal;
font-variant:small-caps;
color:#87002E;
font-size:30px;
}

#maincontentwrapfull h2, #maincontentwrapsplit h2 {
font-family:'Times New Roman';
font-weight:normal;
font-variant:small-caps;
color:black;
font-size:20px;
}

#maincontentwrapfull h3, #maincontentwrapsplit h3 {
font-family:'Times New Roman';
font-weight:normal;
font-variant:small-caps;
color:black;
font-size:16px;
}

h1,h2,h3 {
margin:0;
}

strong {
color:#647400;
}




#sermontitle {
font-weight:normal;
font-style:italic;
font-variant:small-caps;
color:#87002E;
font-size:30px;
}

#sermondate {
font-weight:normal;
font-variant:small-caps;
color:black;
text-align:right;
}

#sermongospel {
font-weight:normal;
font-variant:small-caps;
color:black;
text-align:right;
}

#sermonby {
font-weight:normal;
font-variant:small-caps;
color:black;
text-align:right;
}

#listen {
text-align:right;
}

textarea {
width:700px;
height:500px;
}

.white {
color:white;
}