body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0;
}
a:link {
	color: #339933;
}
a:visited {
	color: #336633;
}
a:hover {
	color: #33CC33;
}
a:active {
	color: #339933;
}
h1 {
	font-size: xx-large;
	color: #003510;
	font-weight: bold;
	font-family: "Tumbleweed MF";
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.titlebar {
    font-size:16px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	background-color:#4c986e;
	color:white;
	width:100%;
	}

#container1 {
    padding:20px;
	}
	
.greenbold {
	color: #206F48;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}
	
.scripture {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #336633;
	padding:10px;
	}	

/* Left Nav */

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	border: none;
	font-size: 12px;
}

#leftnav li {
    list-style-type: none; 
	margin: 0 0 0 0px;
	}

#leftnav li a {
	display: block;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #003510;
	background-image: url(images/sidenavbg.jpg);
	background-position: left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-right:0px;
	margin-left:8px;
	margin-bottom:5px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}
html>body #leftnav li a {
	width: auto;
}
#leftnav li a:hover {
	display: block;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #003510;
	background-image: url(images/sidenavbg-over.jpg);
	background-position: left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-right:0px;
	margin-left:8px;
	margin-bottom:5px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}


#footer {
	background-color: #003510;
	color: #777777;
	font-size:10px;
	text-align:center;
	padding:10px;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #4c986e;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #4c986e;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #6fc193;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #4c986e;
	text-decoration: none;
}

#copyright {
    width:50%;
	float:left;
	text-align:left;
	}
#credit {
    width:50%;
	float:left;
	text-align:right;
	}	
	

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  background-color: #f7f7f7;
  border: 1px solid #7DB86F;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #7DB86F;
  padding: 3;
  cursor: pointer;
}	

.sermonbuttons a{
    font-size:11px;
	font-weight:bold;
	padding:3px;
	margin:3px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#4C986E;
	border:1px solid #003510;
	}
.sermonbuttons a:hover{
    background-color:	#003510;
	}

.list li{
    list-style: none;
	list-style-image:url(images/bullet.jpg);
	list-style-position:inside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
.cell1 {
    border-bottom:1px solid #6FC193;
	}	
	
.cell2 {
    border-bottom:1px solid #6FC193;
    border-right:1px solid #6FC193;
	}	
.centerpic {
	text-align: center;
}
