body {
    font-family: arial, verdana, sans-serif;
    margin: 4px 4px 4px 4px;
		background: #ffffff url('../images/background.jpg') repeat-x;
}

#page {
    margin: 0 auto 0 auto;
    width: 860px;
}

#header {
    margin: 0px;
    padding: 0px;
    width: 860px;
    height: 110px;
    overflow: hidden;
}

#headerName {
	font-weight: 700;
	color: #000;
	margin: 4px 0px 0px 0px;
	display: inline;
	width:380px;
	height:110px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/leaves-top.png') no-repeat;
	background-position:bottom;
}
#headerName a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#headerName .headersmall {
	font-size: 12px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
}
#headerName .churchname1 {
	font-size: 16px;
}
#headerName .churchname2 {
	font-size: 22px;
}

#headerRight {
	display: inline;
	float:right;
	width: 440px;
	height: 88px;
	margin: 1px 5px 0px 5px;
}

#headerRight .img {
    padding: 0 2px 0 2px;
}

#breadcrumb {
    display: block;
    margin: 2px 0px 4px 6px;
    height: 16px;
}
#breadcrumb p {
    float: left;
    display: inline;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    width: 860px;
    font-size: 0.8em;
		font-weight: 700;
}
#breadcrumb a {
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
}
#breadcrumb a:hover {
    color: #34715a;
    text-decoration: none;
}

#topNav {
    width: 860px;
    display: block;
    overflow: hidden;
    font-size: .8em;
    padding: 0;
    margin-top:  6px;
    border-bottom: 2px solid #34715a;
    height: 30px;
}
#topNav a {
    padding: 6px 10px 6px 10px;
    margin: 10px 2px 0 4px;
    line-height: 2.45em;
    color: #FFFFFF;
    text-decoration: none;
    background: #8d8b00;
    display: inline;
    border: 1px solid #34715a;
		font-weight: 700;
}
#topNav a:hover {
    background: #ffe674;
		color: #000000;
}


#leftNav {
	float: left;
	display: inline;
	padding: 10px 2px 20px 5px;
	width: 135px;
	background-color: inherit;
}
#leftNav p {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: .7em;
}
#leftNav a {
	color: #727a35;
}
#leftNav a:hover {
	text-decoration: none;
}
#leftNav img {
	margin: 30px 0 0 0;
}
#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftNav li {
	margin: 0;
	padding: 0;
}
#leftNav li a {
    display: block;
    padding: 4px 1px 4px 2px;
    color: #000000;
		font-size: .76em;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #34715a;
    border-right: 1px solid #34715a;
		border-left: 1px solid #34715a;
    vertical-align: top;
}
#leftNav li a:hover {
    display: block;
    color:#000000; 
    background: #ffe674;
}
#leftNav li ul li a {
    display: block;
    padding: 3px 1px 3px 10px;
    color: #34715a;
    text-decoration: none;
    border-bottom: 1px solid #34715a;
    vertical-align: middle;
    font-size:.7em;
}
#leftNav li ul li a:hover {
    background-color: #fbf48a;
}
#leftNav li ul li ul li a {
    display: block;
    padding: 2px 1px 2px 20px;
    color: #663333;
    text-decoration: none;
    border-bottom: 1px solid #34715a;
    vertical-align: middle;
    font-size:.7em;
}
#leftNav li ul li ul li a:hover {
    background-color: #FFFFCC;
}

#content {
    float: left;
    display: inline;
    padding: 0 10px 20px 10px;
    width: 698px;
    background-color: inherit;
}
#content p {
    font-size: .8em;
    margin: 10px 0 4px 0;
    line-height: 1.4em;
}

#content li {
    font-size: .8em;
    line-height: 1.4em;
}

#content .sermon {
	font-size: .7em;
	text-align: center;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #c0ae00;
}
#content .sermonhead {
	font-size: .7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #727a35;
	text-align: center;
	border-top: 1px solid #c0ae00;
	border-bottom: 1px solid #c0ae00;
	padding: 4px 0 4px 0;
}
#content a.title:link, a.title:visited, a.title:active { 
	color:#000000; 
	font-weight:500; 
	text-decoration:underline; 
}
#content a.title:hover {
	text-decoration:none; 
} 

#content h1, h2, h3, h4, h5 {
    margin: 8px 0 -6px 0; 
    line-height: 1.8em;
}
#content h1 {
    font-size: 1.4em;
    color: #34715a;
		line-height: 1.4 em;
}
#content h2 {
	font-size: 1.3em; 
}
#content h3 {
	font-size: 1.15em; 
	color:#34715a; 
}
#content h4 {
	font-size: 1em; 
	padding-left: 10px; 
	color: #727a35; 
}
#content h5 {
	font-size: .9em; 
	border-bottom: 1px solid #cbcc4a;
	width: 650px;
	padding-left: 10px;
}
#content a:link, a:visited, a:active, li a:link, li a:visited, li a:active { 
	color: #34715a; 
	font-weight: bold; 
	text-decoration: underline; 
}
#content a:hover, li a:hover { 
	color: #006633; 
	text-decoration: none; 
}
#content a.sml:link, a.sml:visited, a.sml:active { 
	color: #000000; 
	font-size: .6em; 
	font-weight: bold; 
	text-decoration: underline; 
}
#content a.sml:hover { 
	text-decoration: none;
}
#content a.more:link, a.more:visited, a.more:active { 
	color: #000000; 
	font-size: 1em; 
	font-weight: bold; 
	text-decoration: underline; 
}
#content a.more:hover { 
	text-decoration: none; 
}
#content ul { 
	margin-top: 6px; 
	margin-bottom: 10px; 
	line-height: 15px; 
}
#content ol.commandments {
	margin-top: 0px; 
	margin-bottom: 0px;
}

#sidelinks {
    float: right;
    display: inline;
    margin: 10px 6px 10px 10px;
    padding: 4px 4px 4px 4px;
    width: 150px;
    border: 2px solid #34715a;
    background: #ffe674;
    font-size: .9em; 
}
#sidelinks p {
	overflow: hidden;
	margin: 1px 1px 1px 2px;
}

#sidelinks h3 {
	margin: 0 2px 0 2px;}

#sidelinks ul {
	margin: 4px 4px 6px 10px;
	padding-left: 10px;
	list-style-type: disc;
}
#sidelinks li {
	margin-left: -2px;
}
#sidelinks li a {
    display: block;
    padding: 1px 1px 1px 2px;
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
    vertical-align: top;
}
#sidelinks li a:hover {
    color: #000000;
    text-decoration: none;
}

#content .small, p .small { 
	font-style: normal; 
	font-size: .8em; 
}
#content p.Q {
	margin-bottom: -6px;
}
#content p.quote {
	padding: 6px 10px 12px 16px;
}
#content p.bible {
	font-size: .7em;
	padding: 4px 10px 12px 15px;
}
#content sup {
	font-size: .8em;
}
#content p.small { 
	font-style: normal; 
	font-size: .7em; 
}

#footer {
	float: left;
  width: 860px;
  background: #C2CD23;
  font-size: .6em;
  border-top: 1px solid #34715a;
	border-bottom: 1px solid #34715a;
  height: 1.6em;
  display: block;
}
#footer p {
  margin-top: 2px;
  padding: 4px 0px 2px 6px;
  line-height: 1.4em;
  display: inline;
}

hr {color:#34715a;
	margin: 10px 0 0 0;
}

@media print {#header {display: none; }}
@media print {#topNav {display: none; }}
@media print {#leftNav {display: none; }}
@media print {#content {width: 100%; }}
@media print {#content h1 {margin-top: 10px; }}

.printonly   {display: none; }
@media print {.printonly {display: block; }}