
 
<!doctype html>

<html lang="en">
 
	


<head>



	<base href="http://www.fpcusa.org/index.cfm?id=135" />



<link rel="stylesheet" href="style_sheet.css" type="text/css" />
<link rel="stylesheet" href="/sr/css/utility_style_sheet.css" type="text/css" />

	<link rel="stylesheet" href="/sr/js/jquery.select2/select2.css" type="text/css" />



<link rel="stylesheet" href="/sr/css/lytebox.css" media="screen"/> 
<script src="/sr/js/lytebox.js" type="text/javascript"></script>


<script src="/sr/js/modernizr-fe.js"></script>
<script src="/sr/js/utils.js" type="text/javascript"></script>
<script src="/sr/js/ajax.js" type="text/javascript"></script>
<script src="/sr/js/boxover.js" type="text/javascript"></script>
<script src="/sr/js/flashobject.js" type="text/javascript"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>


	<script src="/sr/js/jquery.select2/select2.min.js"></script>
	<script>
		if (typeof NM === 'undefined') {
			NM = {};
		}
		NM.select2ShimInit = false;
		function initSelect2(selector) {
			if (NM.select2ShimInit == false) {
				$('.fe_form').prepend('<input id="select2_shim" name="select2_shim" type="text" style="position:absolute; left: -99999em">');
				NM.select2ShimInit = true;
			}
			$(selector).select2({
				containerCssClass:'cs_light_bg cs_line_border',
				dropdownCssClass:'cs_light_bg cs_line_border'
			}).on('select2-focus', function(){
				$(this).parent().children('.select2-container').removeClass('cs_line_border').addClass('cs_accent_border');
			}).on('select2-blur', function(){
				$(this).parent().children('.select2-container').removeClass('cs_accent_border').addClass('cs_line_border');
			});
			
			var inputHeight = ($('#select2_shim').outerHeight(false) - 2);
			var arrowOffset = ((inputHeight - 28) / 2);
			
			if ( inputHeight > 28 ){
				$('.select2-choice, .select2-chosen').css({'height': inputHeight});
				$('.select2-choice').css({'line-height': inputHeight + 'px'});
				$('.select2-arrow b').css({'background-position-y': arrowOffset});
			}
		}
	</script>


<script type="text/javascript">$(document).ready(function(){var documentHeight=$(document).height();$("html").append('<div class="back-to-top"></div>');$(".back-to-top").css({"display":"none","position":"fixed","padding":10,"z-index":"9999","cursor":"pointer","bottom":"0","right":"0"});$(window).scroll(function(){var scrollPos=$(window).scrollTop();if(scrollPos>300)$(".back-to-top").fadeIn(150);else $(".back-to-top").fadeOut(150)});$(".back-to-top").click(function(){$("html, body").animate({scrollTop:0},500);return false})});</script>



	<meta name="description" content="Fairlington Presbyterian Church, as member of the Presbyterian Church (USA), is a community that tries to reflect the love and justice of the gospel of Jesus Christ.  Sunday morning worship services start at 11 am.  703.931.7344" />

	<meta name="keywords" content="Alexandria, Presbyterian, church, Fairlington, PC(USA)" />
<link rel="apple-touch-icon" href="mobile_icon.png"/> <link rel="shortcut icon" href="http://www.fpcusa.org/favicon.ico" /> 
	 
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css'>
	
	<script type="text/javascript" src="/sr/js/modernizr-fe.js"></script>
	<script type="text/javascript" src="/sr/js/nmUI.js"></script>
	<script type="text/javascript">
	$(document).ready(function(){
	
		// Set Branch Footer Columns to Same Height
		nmUI.branchFooterEqualColumns();
	
		// Image Links Animation
		nmUI.animateImageLinks('#image_links li', '1', '.5', 250); // (imageLinkContainerSelector, imageLinkNestedLevel, imageLinkOpacity, imageLinkTransSpeed)
		
	});
	</script>
	
	
	
	


	<title>Fairlington Presbyterian Church | Welcome!</title>

	<meta property="og:site_name" content="Fairlington Presbyterian Church"/>
	
			<meta property="og:image" content="http://www.fpcusa.org/images/logo.png?t=616691"/>
		
	
	<meta property="og:title" content="Fairlington Presbyterian Church |	Welcome!" />

	

	<meta property="og:url" content="http://www.fpcusa.org/index.cfm?id=135" />

	

	<meta property="og:description" content="Fairlington Presbyterian Church, as member of the Presbyterian Church (USA), is a community that tries to reflect the love and justice of the gospel of Jesus Christ.  Sunday morning worship services start at 11 am.  703.931.7344" />

	</head>
 
<body>
	





<a href="litesite.cfm" style="position:absolute;left:-9999em;">View Screen-Reader Accessible Site</a>


<div id="container"> 

<div id="topbar_container">
<div id="topbar" class="layout_borderbox">
	
	<div id="services" class="fe_editable fe_interest">
		
		<a href="welcome"><span style="color:#FFFFFF"><em><strong>All are welcome </strong></em></span></a><span style="color:#FFFFFF"><strong><em>&mdash;</em></strong></span><a href="welcome"><span style="color:#FFFFFF"><em><strong> no exceptions! &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong></em></span></a> 
		
	</div>
	
	<div id="user_status">
							


		<div class="fe_editable fe_interest">
			
			<a href="http://fairlington.ccbchurch.com" target="_blank"><span style="color:#FFFFFF">CCB Log In</span></a> 
			
		</div>
		
	</div>
	
	<div class="clear"></div>

</div>
</div>

<div id="header_container">

	<div id="header" role="banner">
	
		<div id="header_left">
		
			<h1>
				
					<span class="contextual">Fairlington Presbyterian Church</span>
					
						<a id="logo" href="http://fpcusa.org">
					
						<img src="./images/logo.png" />
					</a>
				
			</h1>
			
		</div>
		
		<div id="header_right">
		
			
			

<script>
$(document).ready(function(){

//------------------ SEARCH and LOGIN PANELS -----------------------

	// Close Panels if user clicks outside of panel div
	searchDialogueOpen = false;
	loginDialogueOpen = false;
	
	// Caching
	navButtonSearch = $('#navbar div.nav_button_search'); 
	navButtonLogin = $('#navbar div.nav_button_login');
	navSiteSearch = $('#nav_site_search');
	navLogin = $('#nav_login');
		
	$('#container').click(function(e){
	
		if (searchDialogueOpen){
	
			closeSearch = true;
		
			if (e.target.id != undefined){
				if (e.target.id == 'nav_site_search'){
					closeSearch = false;
				}	
			}
			
			if (closeSearch == true){
				myParentDiv = $(e.target).closest('div');
				if (myParentDiv != undefined){
					if (myParentDiv.length != 0){
						if (myParentDiv[0].id == 'nav_site_search'){
							closeSearch = false;
						}
					}
				}
			}
			
			if (closeSearch){
				navSiteSearch.fadeOut(150);
				navButtonSearch.animate({opacity : .5}, 150).removeClass('nav_button_search_active');
				searchDialogueOpen = false;
			}
		}
	});
	
	$('#container').click(function(e){
	
		if (loginDialogueOpen){
	
			closeLogin = true;
		
			if (e.target.id != undefined){
				if (e.target.id == 'nav_login'){
					closeLogin = false;
				}	
			}
			
			if (closeLogin == true){
				myParentDiv = $(e.target).closest('div');
				if (myParentDiv != undefined){
					if (myParentDiv.length != 0){
						if (myParentDiv[0].id == 'nav_login'){
							closeLogin = false;
						}
					}
				}
			}
			
			if (closeLogin){
				navLogin.fadeOut(150);
				navButtonLogin.animate({opacity : .5}, 150).removeClass('nav_button_login_active');
				loginDialogueOpen = false;
			}
		}
	});
	
	// Handle Search Button Click - Show/Hide Panel
	navButtonSearch.click(function(e){
	
		if (navButtonSearch.hasClass('nav_button_search_active')) {
			$(this).animate({opacity : .5}).removeClass('nav_button_search_active');
			navSiteSearch.fadeOut(150);
			searchDialogueOpen = false;
			e.stopPropagation();
		} else {
			$(this).animate({opacity : 1}, 150).addClass('nav_button_search_active');
			navButtonLogin.animate({opacity : .5}, 150).removeClass('nav_button_login_active');
			navLogin.fadeOut(150);
			navSiteSearch.fadeIn(150);
			searchDialogueOpen = true;
			e.stopPropagation();
		}
	});

	// Handle Login Button Click - Show/Hide Panel
	navButtonLogin.click(function(e){
	
		if (navButtonLogin.hasClass('nav_button_login_active')) {
			$(this).animate({opacity : .5}).removeClass('nav_button_login_active');
			navLogin.fadeOut(150);
			loginDialogueOpen = false;
			e.stopPropagation();
		} else {
			$(this).animate({opacity : 1}, 150).addClass('nav_button_login_active');
			navButtonSearch.animate({opacity : .5}, 150).removeClass('nav_button_search_active');
			navSiteSearch.fadeOut(150);
			navLogin.fadeIn(150);
			loginDialogueOpen = true;
			e.stopPropagation();
		}
	});
	
//------------------ LEFT-SIDE NAV PANEL -----------------------
	
	// Inserts Left Side Nav after body. 
	// Keeps us from adding second include in index/content file
	$('body').prepend('<div id="left_side_nav"><ul class="left_side_menu"><li><div id="left_side_nav_close">Close Menu</div></li><li class=\"firstlevel first \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x200 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />New to FPC? </a><ul><li class=\" first \"><a href=\"welcome\" class=\"x297\">Welcome </a></li><li class=\" \"><a href=\"service-times\" class=\"x293\">Service Times </a></li><li class=\" \"><a href=\"how-to-find-us\" class=\"x266\">How To Find Us </a></li><li class=\" last\"><a href=\"frequently-asked-questions\" class=\"x132\">Frequently Asked Questions </a></li></ul></li><li class=\"firstlevel \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x236 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />About Us </a><ul><li class=\" first \"><a href=\"content.cfm?id=322\" class=\"x322\">Our History </a></li><li class=\" \"><a href=\"core-beliefs\" class=\"x296\">What We Believe </a></li><li class=\" \"><a href=\"content.cfm?id=314\" class=\"x314\">Lay Leaders </a></li><li class=\" \"><a href=\"content.cfm?id=313\" class=\"x313\">Staff </a></li><li class=\" \"><a href=\"announcements\" class=\"x133\">Announcements </a></li><li class=\" \"><a href=\"calendar\" class=\"x102\">Calendar </a></li><li class=\" \"><a href=\"newsletters-bulletins\" class=\"x321\">Newsletters/Bulletins </a></li><li class=\" \"><a href=\"go/downloads\" class=\"x213\">Sermons </a></li><li class=\" last\"><a href=\"content.cfm?id=306\" class=\"x306\">Contact Us </a></li></ul></li><li class=\"firstlevel \"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x148 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Ministries </a><ul><li class=\" first \"><a href=\"adults\" class=\"x298\">Adult Opportunities <b>&#187;</b></a><ul><li class=\" first \"><a href=\"content.cfm?id=315\" class=\"x315\">Adult Education </a></li><li class=\" \"><a href=\"content.cfm?id=312\" class=\"x312\">Adult Choir </a></li><li class=\" last\"><a href=\"content.cfm?id=311\" class=\"x311\">Presbyterian Women </a></li></ul></li><li class=\" \"><a href=\"children\" class=\"x300\">Children & Youth <b>&#187;</b></a><ul><li class=\" first \"><a href=\"content.cfm?id=316\" class=\"x316\">Nursery </a></li><li class=\" \"><a href=\"content.cfm?id=308\" class=\"x308\">Sunday School (Ages 3-6th Gr) </a></li><li class=\" \"><a href=\"content.cfm?id=309\" class=\"x309\">Youth/Confirmation/Youth Group </a></li><li class=\" \"><a href=\"content.cfm?id=317\" class=\"x317\">Children&#39;s Choir </a></li><li class=\" \"><a href=\"content.cfm?id=307\" class=\"x307\">Godly Play Worship </a></li><li class=\" \"><a href=\"content.cfm?id=318\" class=\"x318\">Acolytes </a></li><li class=\" last\"><a href=\"content.cfm?id=310\" class=\"x310\">VBS Day Camp </a></li></ul></li><li class=\" last\"><a href=\"youth\" class=\"x299\">Serve </a></li></ul></li><li class=\"firstlevel last\"><a href=\"javascript:void(null)\" style=\"cursor:default;\" class=\"x238 cssnavlevelone first\"><img src=\"/sr/images/shim.gif\" width=\"1\" alt=\"\" class=\"cssnavlevelone\" />Give </a><ul><li class=\" first last\"><a href=\"online-giving\" class=\"x232\">Online Giving </a></li></ul></li> </ul></div><div id="mask"></div>');
	
	// Caching
	leftSideMenuLinks = $('#left_side_nav a'); 
	
	// Create EXPAND/CLOSE buttons
	leftSideMenuLinks
		.next('ul').parent()
		.prepend('<span class="menu_expand">Open</span>')
		.prepend('<span class="menu_close">Close</span>');
	
	// Caching
	menuCloseButton = ('#left_side_nav .menu_close'); 
	menuExpandButton = ('#left_side_nav .menu_expand');
	navPanelButton = $('#navbar div.nav_button_navpanel');
	
	// Hide CLOSE buttons
	$(menuCloseButton).hide(); 
		
	// Handle EXPAND clicks
	$(menuExpandButton).click(function(){
	
		// Close all open uls when first level item is clicked
		if ($(this).parent().hasClass('firstlevel')){
			$('#left_side_nav li.firstlevel ul').slideUp(250);
			$(menuCloseButton).hide();
			$(menuExpandButton).show();
		}
		
		$(this).parent().children('ul').slideDown(250);
		$(this).hide();
		$(this).parent().children(menuCloseButton).show();
		return false;
	});
	
	// Handle CLOSE clicks
	$(menuCloseButton).click(function(){
		$(this).parent().find('ul').slideUp(250);
		$(this).parent().find('span.menu_close').hide();
		$(this).parent().find('span.menu_expand').show();
		return false;
	});
	
	// Controls slide animation of panel and main container
	navPanelButton.click(function(){
	
		// Caching
		leftSideNav = $('#left_side_nav');
		container = $('#container');
	
		if (navPanelButton.hasClass('nav_button_navpanel_active')){
			$(this).removeClass('nav_button_navpanel_active');
			container.removeClass('container_nav_active').animate({'left' : 0}, 300);;
			leftSideNav.animate({'left' : '-320px', 'width' : '320px'}, 300);
			$('#mask').fadeOut(200);
			$('body').css({'position' : 'static'});
		} else {
			$(this).addClass('nav_button_navpanel_active');
			container.addClass('container_nav_active').animate({'left' : '320px'}, 300);;
			leftSideNav.animate({'left' : 0, 'width' : '100%'}, 300);
			$('#mask').fadeIn(200);
			$('body').css({'position' : 'fixed'});
		}
	});
	
	$('#left_side_nav_close').click(function(){
		navPanelButton.removeClass('nav_button_navpanel_active');
		container.removeClass('container_nav_active').animate({'left' : 0}, 300);;
		leftSideNav.animate({'left' : '-320px', 'width' : '320px'}, 300);
		$('#mask').fadeOut(200);
		$('body').css({'position' : 'static'});
	});
	
	
	// Window Resize Actions
	
	// Caching
	leftSideMenu = $('#left_side_nav ul.left_side_menu');
	
	// Set initial height of menu
	windowHeight = $(window).height();
	leftSideMenu.css({'height' : windowHeight});
	
	$(window).resize(function(){
		
		// Set height of menu to height of window, so that it resizes and overflows
		// when browser window is resized
		windowHeight = $(window).height();
		leftSideMenu.css({'height' : windowHeight});
		
		// Caching
		var container = $('#container'); 
		
		// If left side nav is open and user expands window past responsive threshold, 
		// pull the main container back to its original position, and vice versa.
		if (container.hasClass('container_nav_active')) {
			if ($(window).width() > 940) {
				container.css({'left' : 0});
				$('#mask').fadeOut(200);
			} else {
				container.css({'left' : '320px'});
				$('#mask').fadeIn(200);
			}
		}
	});
});
</script>

<style>

/* Left Side Slide-out Menu */

#mask {
	background: rgba(0,0,0,.75);
	display: none;
	min-height: 100%; width: 100%;
	position: absolute; top: 0; left: 0;
	z-index: 9996;
}

#left_side_nav {
	clear: both;
	display: none;
	width: 320px;
	min-height: 100%;
	position: fixed; top: 0; left: -320px; /* Pull menu off left side of page */
	overflow: auto;
	z-index: 9997;
}

	.left_side_menu {
		background: #222; 
		font-size: .875em; 
		list-style: none; 
		margin: 0; padding: 0;
		min-height: 100%;
		overflow: auto;
		position: absolute;
		width: 320px;
		z-index: 9998;
	}
	
	#left_side_nav_close {
		background: #333; /* for non-css3 browsers */
		background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#292929));
		background: -moz-linear-gradient(top,  #363636,  #292929);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#292929');
		zoom: 1; /* Ensure has-layout in IE */
		border-radius: 3px;
		box-shadow: inset 0 1px 0 #555, 0 1px 0 #111;
		color: #fff;
		cursor: pointer;
		margin: 5px;
		padding: 5px 0;
		text-align: center;
	}
	
	.left_side_menu ul {clear: both; display: none; list-style: none; margin: 0; padding: 0; overflow: hidden;}
	.left_side_menu li {border-top: 1px solid #333; box-shadow: 0 -1px 0 #111; clear: both;}
	.left_side_menu img {display: none;} /* Hide graphic menu imgs */
	.left_side_menu li ul {box-shadow: inset 0 0 10px #111;}

	.left_side_menu a {
		color: #fff; 
		display: inline-block;
		float: left;
		font-weight: normal; 
		position: relative;
		text-decoration: none;
	}
	
	/* Remove right arrow (>>) from link text */
	.left_side_menu a b {display: none;}
	
	/* 1st level styles */
	.left_side_menu li a {font-weight: bold; padding: 10px 10px 10px 15px; width: 230px;}
		
	/* Sub level styles */
	.left_side_menu li ul li a {
		font-weight: normal; 
		font-size: .875em; 
		padding-left: 25px; 
		width: 220px;
	}
	.left_side_menu li ul li ul li a {padding-left: 35px; width: 220px;}
	.left_side_menu li ul li ul li ul li a {padding-left: 45px; width: 210px;}
	.left_side_menu li ul li ul li ul li ul li a {padding-left: 55px; width: 200px;}
	
.menu_expand, .menu_close {
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #555, 0 1px 0 #111;
	cursor: pointer;
	display: block;
	width: 35px;
	float: right;
	margin: 5px 5px 0 0;
	padding: 4px 0;
	text-indent: -9999em;
}

	.menu_expand {background: #333 url(/sr/images/left_side_nav_arrowdown.png) no-repeat center;}
	.menu_close {background: #333 url(/sr/images/left_side_nav_arrowup.png) no-repeat center;}
	
/* Make sure to wrap entirety of page content in this container, 
as it allows the left side nav to push it over*/
#container {
	clear: both; 
	left: 0; 
	min-height: 100%; 
	max-width: 100%;
	position: relative;
}

/* Search and Login Buttons */

.nav_button_login, .nav_button_search, .nav_button_navpanel {
	cursor: pointer;
	height: 20px;
	opacity: .5;
	filter: alpha(opacity=50);
	position: relative;
	-webkit-transition: opacity .1s ease-in;
	-moz-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in;
	z-index: 9995;
}

	.nav_button_login {
		background: url(./images/nav_button_login.png) no-repeat left center;
		float: right;
		width: 18px;
		padding: 15px 15px 15px 0;
	}
	
	.nav_button_search {
		background: url(./images/nav_button_search.png) no-repeat left center;
		float: right;
		width: 20px;
		padding: 15px 15px 15px 0;
	}
	
	.nav_button_navpanel {
		background: url(./images/nav_button_navpanel.png) no-repeat right center;
		display: none;
		float: left;
		width: 24px;
		padding: 15px 0 15px 15px;
	}

		div.nav_button_search:hover, div.nav_button_login:hover, div.nav_button_navpanel:hover {opacity: 1; filter: alpha(opacity=100);}

/* Search Panel */

#nav_site_search {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	display: none;
	padding: 20px;
	position: absolute;
	top: 55px; right: 0;
	min-width: 275px;
	z-index: 9999;
}
	
	/* Create arrow above panel */
	#nav_site_search:before {
		content: '';
		display: block;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		position: absolute; top: -10px; right: 15px;
	}

	#nav_site_search form {float: right;}
		
		input.site_search_field {
			background: #fff;
			border: 1px solid #ddd;
			border-radius: 3px 0 0 3px;
			color: #333;
			float: left;
			margin: 0; padding: 8px 11px;
			width: 200px !important;
		}
		
		input.site_search_submit {
			border-radius: 0 3px 3px 0;
			float: left;
			height: 33px; width: 50px !important;
			line-height: 0;
			margin: 0;
			padding: 0;
			-webkit-appearance: none;
		}

/* Login Panel */
	
#nav_login {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	display: none;
	font-size: .875em;
	padding: 20px;
	position: absolute;
	top: 55px; right: 35px;
	width: auto;
	z-index: 9999;
}
	
	/* Create arrow above panel */
	#nav_login:before {
		content: '';
		display: block;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		position: absolute; top: -10px; right: 15px;
	}

/* Remove main menu and make left side nav available under 940px */
@media screen and (max-width: 940px) {
	.nav_button_navpanel, #left_side_nav {display: block;}
	#navbar > .menu {display: none;}
}

</style>

<div id="navbar" class="fe_editable fe_sitepages">
		
	<ul class="menu" role="navigation">
		
		<li class="firstlevel first "><a href="javascript:void(null)" style="cursor:default;" class="x200 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />New to FPC? </a><ul><li class=" first "><a href="welcome" class="x297">Welcome </a></li><li class=" "><a href="service-times" class="x293">Service Times </a></li><li class=" "><a href="how-to-find-us" class="x266">How To Find Us </a></li><li class=" last"><a href="frequently-asked-questions" class="x132">Frequently Asked Questions </a></li></ul></li><li class="firstlevel "><a href="javascript:void(null)" style="cursor:default;" class="x236 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />About Us </a><ul><li class=" first "><a href="content.cfm?id=322" class="x322">Our History </a></li><li class=" "><a href="core-beliefs" class="x296">What We Believe </a></li><li class=" "><a href="content.cfm?id=314" class="x314">Lay Leaders </a></li><li class=" "><a href="content.cfm?id=313" class="x313">Staff </a></li><li class=" "><a href="announcements" class="x133">Announcements </a></li><li class=" "><a href="calendar" class="x102">Calendar </a></li><li class=" "><a href="newsletters-bulletins" class="x321">Newsletters/Bulletins </a></li><li class=" "><a href="go/downloads" class="x213">Sermons </a></li><li class=" last"><a href="content.cfm?id=306" class="x306">Contact Us </a></li></ul></li><li class="firstlevel "><a href="javascript:void(null)" style="cursor:default;" class="x148 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Ministries </a><ul><li class=" first "><a href="adults" class="x298">Adult Opportunities <b>&#187;</b></a><ul><li class=" first "><a href="content.cfm?id=315" class="x315">Adult Education </a></li><li class=" "><a href="content.cfm?id=312" class="x312">Adult Choir </a></li><li class=" last"><a href="content.cfm?id=311" class="x311">Presbyterian Women </a></li></ul></li><li class=" "><a href="children" class="x300">Children & Youth <b>&#187;</b></a><ul><li class=" first "><a href="content.cfm?id=316" class="x316">Nursery </a></li><li class=" "><a href="content.cfm?id=308" class="x308">Sunday School (Ages 3-6th Gr) </a></li><li class=" "><a href="content.cfm?id=309" class="x309">Youth/Confirmation/Youth Group </a></li><li class=" "><a href="content.cfm?id=317" class="x317">Children&#39;s Choir </a></li><li class=" "><a href="content.cfm?id=307" class="x307">Godly Play Worship </a></li><li class=" "><a href="content.cfm?id=318" class="x318">Acolytes </a></li><li class=" last"><a href="content.cfm?id=310" class="x310">VBS Day Camp </a></li></ul></li><li class=" last"><a href="youth" class="x299">Serve </a></li></ul></li><li class="firstlevel last"><a href="javascript:void(null)" style="cursor:default;" class="x238 cssnavlevelone first"><img src="/sr/images/shim.gif" width="1" alt="" class="cssnavlevelone" />Give </a><ul><li class=" first last"><a href="online-giving" class="x232">Online Giving </a></li></ul></li> 
		
	</ul>
	
	<div class="nav_button_navpanel"></div>
	<div class="nav_button_search"></div>
 	<div class="nav_button_login"></div>
	
	<div id="nav_site_search" role="search">
		<form action="content.cfm?page_content=search_include.cfm" method="post">
			<input class="site_search_field" name="key_words" value="Search this site..." onfocus="if(this.value=='Search this site...')this.value=''" onblur="if(this.value=='')this.value='Search this site...'" x-webkit-speech="" x-webkit-grammar="builtin:search" />
			<input class="site_search_submit smallbutton" value="Go" type="submit" />
		</form>
	</div>
	
 	<div id="nav_login">
							
		
		
			<a href="content.cfm?page_content=login_include.cfm">Login</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="content.cfm?page_content=member_register_include.cfm">Register</a>
	
		
		
	</div>
	
</div>



			
			
		</div>
		
	</div>
	
</div>

<div id="marquee_container" class="layout_borderbox">

	<div id="marquee_wrap" class="layout_borderbox" role="marquee">
		<div class="fe_editable fe_marquee">
		
		
			
			
			<link rel="stylesheet" type="text/css" href="/sr/css/banner-rotator.css"/>
			<style>.br-effects {overflow: hidden;}</style>
			<script type="text/javascript" src="/sr/js/jquery.banner-rotator.min.js"></script>
			<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
			
			<script type="text/javascript">
			$(document).ready(function(){
					$('#marquee-rotator-container').bannerRotator({
						width:920,
						height:330,
						//
						timer:'none',
						timerAlign:'bottomRight',
						navButtons:'large',
						tooltip:'image',
						pauseOnHover:true,
						thumbnails:'bullet',
						playButton:false,
						cssTransition:false,
						
						cpanelOnHover:false,
						selectOnHover:false,
						navButtonsOnHover:false
				  	});
			   	}
			);
			</script>
			
			<div id="marquee" class="marquee" style="width:920px;height:330px;overflow:hidden;">
			
				<div id="marquee-rotator-container" class="banner-rotator">
					<ul>
						
								<li  data-effect="fade" data-delay="5000">
				                	<a href="http://www.fpcusa.org/images/page/specific/Welcome_marquee3.jpg">
				                		<img src="http://www.fpcusa.org/images/page/specific/thumbnails/Welcome_marquee3.jpg"/>
				                	</a>
				                	
				                	

								</li>
							
								<li data-link="http://fpcusa.org/content.cfm?page_content=announcement_include.cfm&announcement_id=16" data-target="_self"  data-effect="fade" data-delay="5000">
				                	<a href="http://www.fpcusa.org/images/page/specific/New_Members_Inquirers_June_Class.jpg">
				                		<img src="http://www.fpcusa.org/images/page/specific/thumbnails/New_Members_Inquirers_June_Class.jpg"/>
				                	</a>
				                	
				                	

								</li>
							
								<li data-link="http://fpcusa.nextmeta.com/content.cfm?id=307" data-target="_self"  data-effect="fade" data-delay="6000">
				                	<a href="http://www.fpcusa.org/images/page/specific/GodlyPlay_marquee.jpg">
				                		<img src="http://www.fpcusa.org/images/page/specific/thumbnails/GodlyPlay_marquee.jpg"/>
				                	</a>
				                	
				                	

								</li>
							
								<li data-link="http://www.fpcusa.org/content.cfm?page_content=announcement_include.cfm&announcement_id=7" data-target="_self"  data-effect="fade" data-delay="4000">
				                	<a href="http://www.fpcusa.org/images/page/specific/VBS_Camp_Hanover_marquee.jpg">
				                		<img src="http://www.fpcusa.org/images/page/specific/thumbnails/VBS_Camp_Hanover_marquee.jpg"/>
				                	</a>
				                	
				                	

								</li>
							
								<li data-link="http://fpcusa.nextmeta.com/announcements?direct=1&announcement_id=1" data-target="_blank"  data-effect="fade" data-delay="4000">
				                	<a href="http://www.fpcusa.org/images/page/specific/pcws_announcement2.jpg">
				                		<img src="http://www.fpcusa.org/images/page/specific/thumbnails/pcws_announcement2.jpg"/>
				                	</a>
				                	
				                	

								</li>
							
				    </ul>
				</div>	
			
				
				
				
			</div>
		
		
		</div>
	</div>

</div>

<div id="wrapper" class="layout_borderbox" role="main">
	
	<div class="fe_editable fe_download download_list layout_borderbox">
	
		<h2 id="download_header">
			<span>Latest Sermon</span>
			<img src="./images/sermon_badge.png" />
		</h2>
		
		
		



<script language="JavaScript">
window.name="mainmain";
function mediaplayer(url) {
	var address = url;
	var popupwin=window.open(address,"MediaPlayer","toolbar=no,width=791,height=600,directories=no,status=no,scrollbars=no,resizable=no,menubar=no");
}
</script>


			<div id="download_widget" class="widget_wrap">
				<ul id="download_list" class="list_widget">
					
	<li class="first">
					<a href="content.cfm?page_content=downloads_include.cfm&amp;download_id=58 ">
						<h2 class="download_title">Pentecost Reflection</h2>
						<span class="download_meta">5.24.2015&nbsp;<em>by</em>&nbsp;Rev. Juli Wilson-Black </span>
						<a class="play_link" href="
		javascript:mediaplayer('mediaplayer.cfm?id=58')
	"></a>
						<a class="download_link" href="http://s3.amazonaws.com/storage.nm-storage.com/fpcusa/downloads/2015_05_24rg.mp3 "></a>
					</a>
					</li>
	
				</ul>
			</div>
		
		
		
	</div>
	
	<ul id="image_links" class="fe_editable fe_interest layout_borderbox">
		<li id="image_link1" class="layout_borderbox">
			
			<a href="about-us"><img alt="" src="images/library/new_button2.jpg" style="height:100px; width:205px" /></a> 
			
		</li>
		<li id="image_link2" class="layout_borderbox">
			
			<a href="children"><img alt="" src="images/library/KIDS4.jpg" style="height:100px; width:205px" /></a> 
			
		</li>
		<li id="image_link3" class="layout_borderbox">
			
			<a href="adults"><img alt="" src="images/library/learn_grow4.jpg" style="height:100px; width:205px" /></a> 
			
		</li>
		<li id="image_link4" class="last layout_borderbox">
			
			<a href="youth"><img alt="" src="images/library/serve4.jpg" style="height:101px; width:205px" /></a> 
			
		</li>
	</ul>
	
	<div id="minicalendar" class="widget fe_editable fe_calendar">
		
		
<table style="width:100%;border:0px;padding:0px;border-collapse:collapse;">
<tr>
	<td><span class="SidebarLabel">June 2015</span></td>
	<td class="right">




<div id="calnav" class="calnav"></div>


<script type="text/javascript">
//<![CDATA[

document.getElementById("calnav").innerHTML = "\r\n<a href=\"javascript:void(null)\" onclick=\"xmlhttpGet(\'ajax_mini_calendar.cfm?month=5&year=2015&js=on\', \'displayResult\', \'minicalendar\')\">&#171;</a>\r\n<a href=\"javascript:void(null)\" onclick=\"xmlhttpGet(\'ajax_mini_calendar.cfm?month=6&year=2015&js=on\', \'displayResult\', \'minicalendar\')\">Now</a>\r\n<a href=\"javascript:void(null)\" onclick=\"xmlhttpGet(\'ajax_mini_calendar.cfm?month=7&year=2015&js=on\', \'displayResult\', \'minicalendar\')\">&#187;</a>\r\n";
//]]>
</script>


<noscript>
<div>
<a href="http://www.fpcusa.org/index.cfm?month=5&amp;year=2015">">&#171;</a>
<a href="http://www.fpcusa.org/index.cfm?month=6&amp;year=2015">">Today</a>
<a href="http://www.fpcusa.org/index.cfm?month=7&amp;year=2015">">&#187;</a>
</div>
</noscript>

	</td>
</tr>
</table>


<table cellspacing="1" cellpadding="0" style="width:100%;border:0px;padding:0px" id="calendartable" class="calendartable">
<tr>
	<td class="ColumnHeader center">Su</td>
	<td class="ColumnHeader center">Mo</td>
	<td class="ColumnHeader center">Tu</td>
	<td class="ColumnHeader center">We</td>
	<td class="ColumnHeader center">Th</td>
	<td class="ColumnHeader center">Fr</td>
	<td class="ColumnHeader center">Sa</td>
</tr>




<tr>
	
			<td class="emptyday"></td>
		

			<td id="td116" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">1 </span>&bull;<span id="span116" class="tooltip">
				<span class="CalOverTitle">LGAA</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td116").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">LGAA</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span116").classname = "";
document.getElementById("span116").className = "";
document.getElementById("span116").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td126" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">2 </span>&bull;<span id="span126" class="tooltip">
				<span class="CalOverTitle">Computer Core</span>
				<br/><b>Location</b>: Old Office <br/><b>Time</b>: 10:00am -1:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">AA Men's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Computer Core</span>
				<br/><b>Location</b>: Old Office <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes Bible Study</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td126").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Computer Core</span>\r\n\t\t\t\t<br/><b>Location</b>: Old Office <br/><b>Time</b>: 10:00am -1:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">AA Men\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Computer Core</span>\r\n\t\t\t\t<br/><b>Location</b>: Old Office <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes Bible Study</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span126").classname = "";
document.getElementById("span126").className = "";
document.getElementById("span126").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td136" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">3 </span>&bull;<span id="span136" class="tooltip">
				<span class="CalOverTitle">Al-Anon Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Computer Core</span>
				<br/><b>Location</b>: Old Office <br/><b>Time</b>: 7:00pm -10:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td136").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Al-Anon Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Computer Core</span>\r\n\t\t\t\t<br/><b>Location</b>: Old Office <br/><b>Time</b>: 7:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span136").classname = "";
document.getElementById("span136").className = "";
document.getElementById("span136").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td146" class="ToDay">

<a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">4 </span>&bull;<span id="span146" class="tooltip">
				<span class="CalOverTitle">Computer Core</span>
				<br/><b>Location</b>: Old Office <br/><b>Time</b>: 10:00am -1:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Computer Core</span>
				<br/><b>Location</b>: Old Office <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">AA &quot;By the Big Book&quot;</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td146").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Computer Core</span>\r\n\t\t\t\t<br/><b>Location</b>: Old Office <br/><b>Time</b>: 10:00am -1:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Computer Core</span>\r\n\t\t\t\t<br/><b>Location</b>: Old Office <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">AA &quot;By the Big Book&quot;</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span146").classname = "";
document.getElementById("span146").className = "";
document.getElementById("span146").innerHTML = "";
//]]>
</script>


</td>

			

			<td id="td156" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">5 </span>&bull;<span id="span156" class="tooltip">
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td156").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span156").classname = "";
document.getElementById("span156").className = "";
document.getElementById("span156").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td166" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">6 </span>&bull;<span id="span166" class="tooltip">
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women:  Sisters in Recovery</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td166").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women:  Sisters in Recovery</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span166").classname = "";
document.getElementById("span166").className = "";
document.getElementById("span166").innerHTML = "";
//]]>
</script>


	</td>
			

</tr>

	
<tr>
	

			<td id="td176" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">7 </span>&bull;<span id="span176" class="tooltip">
				<span class="CalOverTitle">New Member &amp; Inquirers Class</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am 				
				<br/><br/>	
			
				<span class="CalOverTitle">Worship Service</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Ethiopian Church</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td176").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">New Member &amp; Inquirers Class</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Worship Service</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Ethiopian Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span176").classname = "";
document.getElementById("span176").className = "";
document.getElementById("span176").innerHTML = "";
//]]>
</script>


	</td>
			

			<td id="td186" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">8 </span>&bull;<span id="span186" class="tooltip">
				<span class="CalOverTitle">LGAA</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td186").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">LGAA</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span186").classname = "";
document.getElementById("span186").className = "";
document.getElementById("span186").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td196" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">9 </span>&bull;<span id="span196" class="tooltip">
				<span class="CalOverTitle">PW Horizons Study</span>
				<br/><b>Time</b>: 10:30am 				
				<br/><br/>	
			
				<span class="CalOverTitle">AA Men's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes Bible Study</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">PW Horizons Study</span>
				<br/><b>Time</b>: 7:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td196").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">PW Horizons Study</span>\r\n\t\t\t\t<br/><b>Time</b>: 10:30am \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">AA Men\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes Bible Study</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">PW Horizons Study</span>\r\n\t\t\t\t<br/><b>Time</b>: 7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span196").classname = "";
document.getElementById("span196").className = "";
document.getElementById("span196").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1106" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">10 </span>&bull;<span id="span1106" class="tooltip">
				<span class="CalOverTitle">Al-Anon Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1106").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Al-Anon Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1106").classname = "";
document.getElementById("span1106").className = "";
document.getElementById("span1106").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1116" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">11 </span>&bull;<span id="span1116" class="tooltip">
				<span class="CalOverTitle">AA &quot;By the Big Book&quot;</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1116").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA &quot;By the Big Book&quot;</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1116").classname = "";
document.getElementById("span1116").className = "";
document.getElementById("span1116").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1126" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">12 </span>&bull;<span id="span1126" class="tooltip">
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1126").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1126").classname = "";
document.getElementById("span1126").className = "";
document.getElementById("span1126").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1136" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">13 </span>&bull;<span id="span1136" class="tooltip">
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women:  Sisters in Recovery</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1136").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women:  Sisters in Recovery</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1136").classname = "";
document.getElementById("span1136").className = "";
document.getElementById("span1136").innerHTML = "";
//]]>
</script>


	</td>
			

</tr>

	
<tr>
	

			<td id="td1146" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">14 </span>&bull;<span id="span1146" class="tooltip">
				<span class="CalOverTitle">New Member &amp; Inquirers Class</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am 				
				<br/><br/>	
			
				<span class="CalOverTitle">Worship Service</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Ethiopian Church</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1146").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">New Member &amp; Inquirers Class</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Worship Service</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Ethiopian Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1146").classname = "";
document.getElementById("span1146").className = "";
document.getElementById("span1146").innerHTML = "";
//]]>
</script>


	</td>
			

			<td id="td1156" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">15 </span>&bull;<span id="span1156" class="tooltip">
				<span class="CalOverTitle">LGAA</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1156").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">LGAA</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1156").classname = "";
document.getElementById("span1156").className = "";
document.getElementById("span1156").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1166" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">16 </span>&bull;<span id="span1166" class="tooltip">
				<span class="CalOverTitle">AA Men's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes Bible Study</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1166").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA Men\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes Bible Study</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1166").classname = "";
document.getElementById("span1166").className = "";
document.getElementById("span1166").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1176" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">17 </span>&bull;<span id="span1176" class="tooltip">
				<span class="CalOverTitle">Al-Anon Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1176").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Al-Anon Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1176").classname = "";
document.getElementById("span1176").className = "";
document.getElementById("span1176").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1186" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">18 </span>&bull;<span id="span1186" class="tooltip">
				<span class="CalOverTitle">AA &quot;By the Big Book&quot;</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1186").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA &quot;By the Big Book&quot;</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1186").classname = "";
document.getElementById("span1186").className = "";
document.getElementById("span1186").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1196" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">19 </span>&bull;<span id="span1196" class="tooltip">
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1196").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1196").classname = "";
document.getElementById("span1196").className = "";
document.getElementById("span1196").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1206" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">20 </span>&bull;<span id="span1206" class="tooltip">
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women:  Sisters in Recovery</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1206").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women:  Sisters in Recovery</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1206").classname = "";
document.getElementById("span1206").className = "";
document.getElementById("span1206").innerHTML = "";
//]]>
</script>


	</td>
			

</tr>

	
<tr>
	

			<td id="td1216" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">21 </span>&bull;<span id="span1216" class="tooltip">
				<span class="CalOverTitle">New Member &amp; Inquirers Class</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am 				
				<br/><br/>	
			
				<span class="CalOverTitle">Worship Service</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Ethiopian Church</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1216").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">New Member &amp; Inquirers Class</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 9:30am \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Worship Service</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Ethiopian Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1216").classname = "";
document.getElementById("span1216").className = "";
document.getElementById("span1216").innerHTML = "";
//]]>
</script>


	</td>
			

			<td id="td1226" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">22 </span>&bull;<span id="span1226" class="tooltip">
				<span class="CalOverTitle">LGAA</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1226").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">LGAA</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1226").classname = "";
document.getElementById("span1226").className = "";
document.getElementById("span1226").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1236" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">23 </span>&bull;<span id="span1236" class="tooltip">
				<span class="CalOverTitle">AA Men's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes Bible Study</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1236").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA Men\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes Bible Study</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1236").classname = "";
document.getElementById("span1236").className = "";
document.getElementById("span1236").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1246" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">24 </span>&bull;<span id="span1246" class="tooltip">
				<span class="CalOverTitle">Al-Anon Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1246").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Al-Anon Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Upstairs Classroom <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1246").classname = "";
document.getElementById("span1246").className = "";
document.getElementById("span1246").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1256" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">25 </span>&bull;<span id="span1256" class="tooltip">
				<span class="CalOverTitle">AA &quot;By the Big Book&quot;</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1256").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA &quot;By the Big Book&quot;</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 7:30pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1256").classname = "";
document.getElementById("span1256").className = "";
document.getElementById("span1256").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1266" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">26 </span>&bull;<span id="span1266" class="tooltip">
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1266").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 6:00pm -10:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1266").classname = "";
document.getElementById("span1266").className = "";
document.getElementById("span1266").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1276" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">27 </span>&bull;<span id="span1276" class="tooltip">
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women:  Sisters in Recovery</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1276").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship <br/><b>Time</b>: 9:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women:  Sisters in Recovery</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 11:00am -12:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1276").classname = "";
document.getElementById("span1276").className = "";
document.getElementById("span1276").innerHTML = "";
//]]>
</script>


	</td>
			

</tr>

	
<tr>
	

			<td id="td1286" class="WeekendDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">28 </span>&bull;<span id="span1286" class="tooltip">
				<span class="CalOverTitle">Worship Service</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Covenant Life Church</span>
				<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Ethiopian Church</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1286").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">Worship Service</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 11:00am -12:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Covenant Life Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Sanctuary <br/><b>Time</b>: 1:00pm -5:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Ethiopian Church</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1286").classname = "";
document.getElementById("span1286").className = "";
document.getElementById("span1286").innerHTML = "";
//]]>
</script>


	</td>
			

			<td id="td1296" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">29 </span>&bull;<span id="span1296" class="tooltip">
				<span class="CalOverTitle">LGAA</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">NA Women's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">OA/HOW Meeting</span>
				<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1296").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">LGAA</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 5:45pm -7:15pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">NA Women\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:30pm -7:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">OA/HOW Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Lower Level Fellowship Hall <br/><b>Time</b>: 7:00pm -9:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1296").classname = "";
document.getElementById("span1296").className = "";
document.getElementById("span1296").innerHTML = "";
//]]>
</script>


</td>						
			

			<td id="td1306" class="WeekDay"><a class="tt" href="content.cfm?page_content=calendar_include.cfm&amp;month=6&amp;year=2015"><span class="CalendarDayNumber">30 </span>&bull;<span id="span1306" class="tooltip">
				<span class="CalOverTitle">AA Men's Meeting</span>
				<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm 				
				<br/><br/>	
			
				<span class="CalOverTitle">Iglesia de Dios Pentecostes Bible Study</span>
				<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm 				
				<br/><br/>	
			
		<i>(Click day to view main calendar)</i>
		</span></a> 
<script type="text/javascript">
//<![CDATA[
document.getElementById("td1306").setAttribute("title", "cssbody=[boxoverbody] cssheader=[boxoverheader] header=[] body=[\r\n\t\t\t\t<span class=\"CalOverTitle\">AA Men\'s Meeting</span>\r\n\t\t\t\t<br/><b>Location</b>: Parlor <br/><b>Time</b>: 6:00pm -7:00pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t\t\t<span class=\"CalOverTitle\">Iglesia de Dios Pentecostes Bible Study</span>\r\n\t\t\t\t<br/><b>Location</b>: Fellowship Hall <br/><b>Time</b>: 7:00pm -8:30pm \t\t\t\t\r\n\t\t\t\t<br/><br/>\t\r\n\t\t\t\r\n\t\t<i>(Click day to view main calendar)</i>\r\n\t\t]");
document.getElementById("span1306").classname = "";
document.getElementById("span1306").className = "";
document.getElementById("span1306").innerHTML = "";
//]]>
</script>


</td>						
			
			<td class="emptyday"></td>
		
			<td class="emptyday"></td>
		
			<td class="emptyday"></td>
		
			<td class="emptyday"></td>
		

</tr>

	

</table>



		
	</div>
	
	<div id="widget_left_col" class="widget">
		
		<div class="widget_header">
			<h2>Events</h2>
			<a href="calendar" class="button_viewall">View All Events</a>
		</div>
		
		
		
			<div id="event_widget" class="widget_wrap fe_editable fe_calendar">
				<ul id="event_list" class="list_widget">
					
	<li class="first">
					<a href="
		content.cfm?page_content=calendar_include.cfm&event_id=16&mm=6&dd=4&yy=2015 ">
						<div class="list_title">Computer Core</div>
						<div class="list_meta">6.4.2015 - 10am-1pm @ Old Office</div>
					</a>
					</li>
	
	<li >
					<a href="
		content.cfm?page_content=calendar_include.cfm&event_id=17&mm=6&dd=4&yy=2015 ">
						<div class="list_title">Computer Core</div>
						<div class="list_meta">6.4.2015 - 6pm-10pm @ Old Office</div>
					</a>
					</li>
	
	<li class="last">
					<a href="
		content.cfm?page_content=calendar_include.cfm&event_id=18&mm=6&dd=4&yy=2015 ">
						<div class="list_title">AA "By the Big Book"</div>
						<div class="list_meta">6.4.2015 - 7pm-8pm @ Parlor</div>
					</a>
					</li>
	
				</ul>
			</div>
		
		
		
		
		
	</div>
	
	<div id="widget_middle_col" class="widget">
	
		<div class="widget_header">
			<h2>Announcements</h2>
			<a href="announcements" class="button_viewall">View All Announcements</a>
		</div>
		
		
		
			<div id="announcement_widget" class="widget_wrap fe_editable fe_announcements">
				<ul id="announcement_list" class="list_widget">
					
	<li class="first">
					<a href="
		content.cfm?page_content=announcement_include.cfm&amp;announcement_id=16 ">
						<div class="list_title">New Members & Inquirers Class</div>
						<div class="list_meta">Posted on 5.4.2015</div>
					</a>
					</li>
	
	<li >
					<a href="
		content.cfm?page_content=announcement_include.cfm&amp;announcement_id=7 ">
						<div class="list_title">VBS Day Camp (June 22-26)</div>
						<div class="list_meta">Posted on 1.14.2015</div>
					</a>
					</li>
	
	<li class="last">
					<a href="
		content.cfm?page_content=announcement_include.cfm&amp;announcement_id=1 ">
						<div class="list_title">Potomac Crescent Waldorf School Coming in 2015</div>
						<div class="list_meta">Posted on 10.10.2014</div>
					</a>
					</li>
	
				</ul>
			</div>
		
		
		
		
		
	</div>
	
	<div id="widget_right_col" class="widget">
	
		<div class="widget_header">
			<h2>Newsletters/Bulletins</h2>
			<a href="newsletters-bulletins" class="button_viewall">View All Newsletters/Bulletins</a>
		</div>
	
		

		
		
		<div class="widget_interest_item fe_editable fe_interest">
		
		<strong><a href="http://archive.constantcontact.com/fs150/1102857303910/archive/1121247434876.html" target="_blank">June FPC eNews</a><br />
<br />
<a href="files/05_31_2015webbulletin.pdf" target="_blank">May 31 Sunday Bulletin</a><br />
<br />
<a href="files/05_24_2015webbulletin.pdf" target="_blank">May 24 Sunday Bulletin</a><br />
<br />
<a href="files/05_17_2015webbulletin.pdf" target="_blank">May 17 Sunday Bulletin</a></strong> 
		
		</div>
		
	</div>
			
</div>

<div id="basement_container">
<div id="basement" class="layout_borderbox">

	<div id="meta_info" role="contentinfo" class="fe_editable fe_settings layout_borderbox">
		
		<a href="index.cfm" id="mini_logo">
			<img src="./images/mini_logo.png" />
		</a>
		
		<address class="vcard">
			
			<div class="adr">
				<span class="street-address">3846 King Street</span><br />
				<span class="locality">Alexandria</span>,&nbsp;<abbr class="region">VA</abbr>&nbsp;<span class="postal-code">22302</span>
			</div>
			<div class="contact-info">
				<b>P:</b>&nbsp;<span class="tel">(703) 931-7344</span><br />
				<b>F:</b>&nbsp;<span class="fax">(703) 931-6062</span><br />
				<b>E:</b>&nbsp;<a href="mailto:office@fpcusa.org" class="email">office@fpcusa.org</a>
			</div>
			
		</address>
		
		
		

<ul id="social_media_links_list" class="social_media_links_list">
<li>
<a href="http://facebook.com/fairlingtonpres" onclick="target='_blank'" class="social_facebook"><img src="/sr/images/social_icons/standard_32/icon_facebook.png" alt="Facebook" /></a>
</li> <li>
<a href="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=http%3A%2F%2Fwww%2Efpcusa%2Eorg%2Findex%2Ecfm%3Fid%3D135" rel="lytebox" title="Scan to Go Mobile" class="social_site_level_qr_code"><img src="/sr/images/social_icons/standard_32/icon_qr.png" alt="QR" /></a>
</li> 
</ul>



		
		
	</div>
	
	
	<div id="mini_site_map" role="menu" class="fe_editable fe_sitepages layout_borderbox">
		

	<ul>
		<li class="mini_sitemap_list_first"> <a href="javascript:void(null)" class="mini_sitemap_list" >New to FPC?</a></li>
		<li> <a href="content.cfm?id=297" class="mini_sitemap_list" >Welcome</a></li> <li> <a href="content.cfm?id=293" class="mini_sitemap_list" >Service Times</a></li> <li> <a href="content.cfm?id=266" class="mini_sitemap_list" >How To Find Us</a></li> <li> <a href="content.cfm?id=132" class="mini_sitemap_list" >Frequently Asked Questions</a></li> 
	</ul>
	

	<ul>
		<li class="mini_sitemap_list_first"> <a href="javascript:void(null)" class="mini_sitemap_list" >About Us</a></li>
		<li> <a href="content.cfm?id=322" class="mini_sitemap_list" >Our History</a></li> <li> <a href="content.cfm?id=296" class="mini_sitemap_list" >What We Believe</a></li> <li> <a href="content.cfm?id=314" class="mini_sitemap_list" >Lay Leaders</a></li> <li> <a href="content.cfm?id=313" class="mini_sitemap_list" >Staff </a></li> <li> <a href="content.cfm?id=133" class="mini_sitemap_list" >Announcements</a></li> <li> <a href="content.cfm?id=102" class="mini_sitemap_list" >Calendar</a></li> <li> <a href="content.cfm?id=321" class="mini_sitemap_list" >Newsletters/Bulletins</a></li> <li> <a href="content.cfm?id=213" class="mini_sitemap_list" >Sermons</a></li> <li> <a href="content.cfm?id=306" class="mini_sitemap_list" >Contact Us</a></li> 
	</ul>
	

	<ul>
		<li class="mini_sitemap_list_first"> <a href="javascript:void(null)" class="mini_sitemap_list" >Ministries</a></li>
		<li> <a href="content.cfm?id=298" class="mini_sitemap_list" >Adult Opportunities</a></li> <li> <a href="content.cfm?id=300" class="mini_sitemap_list" >Children & Youth</a></li> <li> <a href="content.cfm?id=299" class="mini_sitemap_list" >Serve</a></li> 
	</ul>
	

	<ul>
		<li class="mini_sitemap_list_first"> <a href="javascript:void(null)" class="mini_sitemap_list" >Give</a></li>
		<li> <a href="content.cfm?id=232" class="mini_sitemap_list" >Online Giving</a></li> 
	</ul>
	
	</div>
	

</div>
</div>

<div id="footer_container">
<div id="footer">
				
	<span class="copyright">Copyright 2014</span>
	
	<h2><a href="http://www.faithconnector.com" id="fc_logo" title="FaithConnector Church Websites">FaithConnector Church Websites</a></h2>

</div>
</div>

</div>




<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27114567-1']);
  _gaq.push(['_setDomainName', 'fpcusa.org']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_setCustomVar', 1, 'NMS', '15', 2]);
  _gaq.push(['_setCustomVar', 2, 'Javascript', 'On', 2]); 

  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

<noscript><img src="http://www.google-analytics.com/__utm.gif?utme=8(NMS*Javascript)9(15*Off)11(2*2)&amp;utmwv=1&amp;utmn=4718365239&amp;utmsr=-&amp;utmsc=-&amp;utmul=-&amp;utmje=0&amp;utmfl=-&amp;utmdt=-&amp;utmhn=fpcusa.org&amp;utmr=&amp;utmp=/noscript&amp;utmac=UA-27114567-1&amp;utmcc=__utma%3D76287767.1621274080.1433471731.1433471731.1433471731.2%3B%2B__utmb%3D76287767%3B%2B__utmc%3D76287767%3B%2B__utmz%3D76287767.1433471731.2.2.utmccn%3D(direct)%7Cutmcsr%3D(direct)%7Cutmcmd%3D(none)%3B%2B__utmv%3D76287767%3B" /></noscript> 

 
</body>
</html>
