body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(bg.gif) 0 0 repeat-x;
    text-align: center;
}
body.home { background: #FFF url(../_images/bg-home.gif) 0 0 repeat-x; }
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #1a4697;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6585c1;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

a.em {
	font-size: 12px;
	color: #199245;
	text-decoration: none;

}

#l0g0 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#top {
	height: 80px;
	padding: 25px 0 0 30px;
}


#top img {
	float:left
}

.linkbar {
	font-size: 14px;
	color: #1a4697;
	text-align:right;
	float:right;
	padding-right:30px;
}

.linkbar a {
	color: #199245;
	padding:0px 5px;
}

.linkbar b {
	font-weight:bold;
	padding:0px 5px;
}
#menu {
	height: 41px;
	background: transparent url(menu.gif) 0 0 no-repeat;
	color: #ffffff;
	font-size: 14px;
	line-height: 41px;
	text-align: center;
}
	#menu a:link, #menu a:visited {
		color: #FFF;
		text-decoration: none;
		padding: 0 30px;
	}
	#menu a:hover, #menu a:active {
		color: #82F391;
	}

#intro {
	width: 340px;
	float: left;
	font-size: 12px;
		color: #5f5f5f;
		list-style: none;

}
	#welcome p {
		font-size: 14px;
		line-height: 27px;
		color: #03A8FD;
		border-bottom: 1px solid #e5f3ea;
	}

#intros {
	width: 520px;
	float: right;
	padding:  0 0 15px 15px;
	background: transparent url(intros-divider.gif) center left no-repeat;
}


	#intros li {
		font-size: 12px;
		color: #5f5f5f;
		list-style: none;
		border-bottom: 1px solid #e5f3ea;
		padding: 15px 0 15px 90px;
	}	
		#intros li span {
			display: block;
			font-size: 16px;
			color: #1a4697;
		}
		#intros li a:link, #intros li a:visited {
			text-decoration: none;
			color: #199245;
		}
		#intros li a:hover, #intros li a:active {
			text-decoration: underline;
		}
	
	#sermon { background: transparent url(sermon.gif) 25px 1px no-repeat; }
	#active { background: transparent url(active.gif) 28px 10px no-repeat; }
	#video {
		border: none;
		background: transparent url(video.gif) 28px 10px no-repeat;
	}



#footer {
	border-top: 1px solid #bfe1cb;
	padding-top: 7px;
	color: #199245;
	clear: both;
}
	#footer span {
		float: right;
		font-size: 11px;
	}
	#footer a:link, #footer a:visited {
		color: #199245;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}
