<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Center for Small Church Development | Small Church Leadership Network | smallchurch@gorge.net</title>
		<link>http://www.smallchurchleaders.org/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Fri, 17 Feb 2012 11:35:47 -0800</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.5.2</generator>
		<item>
			<title>Topical Listing</title>
			<link>http://www.smallchurchleaders.org/topical-listing/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;a href="#"&gt;Administration and Management&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Budget and Finances&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Christian Education&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Community Involvement&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Conflict/Crisis Management&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Discipleship&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Equipping for Ministry&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Evangelism and Outreach&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Leadership/Leadership Development&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Morale in the Small Church&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Pastoral Care&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Revitalizatiion&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Rural Church Ministry&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Volunteers and Staff&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;Worship.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 09 Dec 2011 12:03:49 -0800</pubDate>
			<guid>http://www.smallchurchleaders.org/topical-listing/</guid>
            
			
		</item>
		<item>
			<title>Partnering Ministries</title>
			<link>http://www.smallchurchleaders.org/partnering-ministreis.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-family: 'times new roman', times, serif; font-size: 16px;" class="Apple-style-span"&gt;Village Missions exists to glorify Jesus Christ by developing spiritually vital churches in rural North America. For more information regarding this ministry visit their &lt;a href="http://www.village-missions.org/" target="_blank" style="color: rgb(95, 68, 22); font-weight: bold;"&gt;website&lt;/a&gt;.  &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 09 Sep 2011 13:35:13 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/partnering-ministreis.html</guid>
            
			
		</item>
		<item>
			<title>Sitemap</title>
			<link>http://www.smallchurchleaders.org/sitemap.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="sitemap graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.SiteMapElement --&gt;&lt;!-- /sandvox.SiteMapElement --&gt;&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 16:57:20 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/sitemap.html</guid>
            
			
		</item>
		<item>
			<title>Contact Form</title>
			<link>http://www.smallchurchleaders.org/contact-form.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.ContactElement --&gt;
				&lt;div id="contactform"&gt;
&lt;script type="text/javascript"&gt;&lt;!--

function verifyAndSubmitcontactform(form) {

	var theResults	= document.getElementById("contactform-results");

	checkEmail = form.e.value;
	if (checkEmail=='email@domain.com'
		|| checkEmail.indexOf('@') &lt; 0
		|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
		|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
		|| checkEmail == form.e.title)
	{
		var message = "Email address is missing. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	if (form.s.value == '' &amp;&amp; form.m.value == '')
	{
		var message = "No message has been entered. Message cannot be sent.";
		theResults.className = 'contactError';
		theResults.innerHTML = message;
		return false;
	}
	return true;
}

function doblurcontactform(anInput) {
	if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
	if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--&gt;&lt;/script&gt;

&lt;form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
		
		&lt;div class="hidden"&gt;
			&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;input id="contactform-subject" type="text" name="subject" /&gt;
			&lt;br /&gt;
			&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
			&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
		&lt;/div&gt;
	
&lt;p&gt;

	

	
	&lt;label for="contactform-n"&gt;Name:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-n"
		class="fullWidth"
		type="text"
		name="n"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-e"&gt;Email:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-e"
		class="fullWidth"
		type="email" style="color:#888"
		name="e"
		title="email@domain.com" value="email@domain.com"
		onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-s"&gt;Subject:&lt;/label&gt;&lt;br /&gt;
	
	
	
	
	
	
	&lt;!-- text field --&gt;
	&lt;input id="contactform-s"
		class="fullWidth"
		type="text"
		name="s"
		
		
		/&gt;

	
	
	
	
	
	
&lt;br /&gt;
	

	

	
	&lt;label for="contactform-m"&gt;Message:&lt;/label&gt;&lt;br /&gt;
	
	
	&lt;!-- text area --&gt;
	&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
	
	
	
&lt;br /&gt;
	

	

	
	&lt;!-- Send Button --&gt;
	&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;

	
&lt;br /&gt;
	
	&lt;/p&gt;
	&lt;div class="hidden"&gt;
		&lt;!-- CSS URL --&gt;
		&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
		&lt;!-- Site Title --&gt;
		&lt;input type="hidden" name="t" id="contactform-t" value="" /&gt;
		&lt;!-- Verification Code --&gt;
		&lt;input type="hidden" name="v1" id="contactform-v1" value="/DtH5eJt0R/Fo/CrcUBM1gbbfGJFvIHM" /&gt;
	
		
		&lt;!-- Copy to sender --&gt;
		&lt;input type="hidden" name="c" id="contactform-c" value="yes" /&gt;
		
	&lt;/div&gt;
&lt;/form&gt;
&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;

&lt;/div&gt;&lt;!-- /sandvox.ContactElement --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 15:22:19 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/contact-form.html</guid>
            
			
		</item>
		<item>
			<title>Resources</title>
			<link>http://www.smallchurchleaders.org/resourses/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="font-size: 24px; font-family: Georgia;"&gt;&lt;a href="#"&gt;Books&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 24px; font-family: Georgia;"&gt;Online Courses and Seminars:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Online Courses and Seminars by Dr. Glenn Daman
&lt;/p&gt;&lt;p&gt;          &lt;a href="http://www.westernseminary.edu/Admissions/Programs-Degrees/Distance-Learning/distance-learning-pts.htm" target="_blank"&gt;Shepherding the Small Church, Western Seminary&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;          &lt;a href="http://www.westernseminary.edu/Admissions/Programs-Degrees/Distance-Learning/distance-learning-pts.htm" target="_blank"&gt;Ministry Issues in the Small Church, Western Seminary&lt;/a&gt;
&lt;/p&gt;&lt;p&gt;          &lt;a href="http://www.westernseminary.edu/Admissions/Programs-Degrees/Distance-Learning/courses.htm" target="_blank"&gt;Developing Leaders in the Small Church, Western Seminary&lt;/a&gt; A training video  series designed to train and equip the board to be effective in the small church.  An excellent tool to be used in conjuction with the book, &lt;span style="font-family: Georgia;"&gt;&lt;em&gt;"Developing Leaders in the Small Church."&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 24px; font-family: Georgia;"&gt;Other Resources and Organizations&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.village-missions.org/" target="_blank"&gt;Village Missions&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.rhma.org/"&gt;Rural Home Missionary Association&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://infaith.org/" target="_blank"&gt;InFaith&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 14:41:55 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/resourses/</guid>
            
			<category>Rural Church</category><category>Small Church</category><category>Small Church resources</category>
		</item>
		<item>
			<title>Contributors</title>
			<link>http://www.smallchurchleaders.org/contributors/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;a href="#"&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Dr. Glenn Daman&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 18px;"&gt; Pastor, Author and Director of the Center for Small Church Leadership, author of&lt;/span&gt; &lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;em&gt;"Shepherding the Small Church," "Leading the Small Church," and "Developing Leaders in the Small Church."&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Les Puryear&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-size: 18px;"&gt;, Pastor and church planter, Author of  &lt;/span&gt;&lt;span style="font-family: Georgia; font-size: 18px;"&gt;&lt;em&gt;"The Beauty of the Small Church."&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Mike Jones:&lt;/strong&gt;&lt;/span&gt; &lt;span style="font-size: 18px;"&gt; Assistant Director, Village Missions.&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Mark Danielson,&lt;/strong&gt;&lt;/span&gt; &lt;span style="font-size: 18px;"&gt;Assistant Director, Rural Home Missions Association.&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;&lt;a href="#"&gt;Dr. Vern Wilkinson&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-size: 18px;"&gt;&lt;a href="#"&gt;,&lt;/a&gt; District Representative, Village Missions, Author of&lt;/span&gt; &lt;span style="font-family: Georgia; font-size: 18px;"&gt;&lt;em&gt;"The Bible, Live:  A Basic Guide for Preachers and Teachers in Small Churches." &lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Georgia;"&gt;&lt;strong&gt;&lt;a href="#" style="font-size: 18px;"&gt;Dr. John Koessler&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt; &lt;strong&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;,&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;Chair and Professor of Pastoral Studies, Moody&lt;/span&gt; &lt;span style="font-size: 18px;"&gt;Bible Institute.  Author of&lt;/span&gt; &lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;em&gt;"No Little Places."&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="#"&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Shawn McMullen&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 18px;"&gt;, Pastor, editor of The Lookout magazine, Author of&lt;/span&gt; &lt;span style="font-family: Georgia; font-size: 18px;"&gt;&lt;em&gt;"Unleashing the Potential of the Smaller Church,&lt;/em&gt;&lt;/span&gt;&lt;span style="font-size: 18px;"&gt;" and&lt;/span&gt; &lt;span style="font-family: Georgia; font-size: 18px;"&gt;&lt;em&gt;"Releasing the Power of the Smaller Church"&lt;/em&gt;&lt;/span&gt;
&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;&lt;a href="#"&gt;Mike Boyle&lt;/a&gt;&lt;/strong&gt;, Assistant Professor of Pastoral Studies, Moody Bible Institute&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 18px; font-family: Georgia;"&gt;&lt;strong&gt;Dr. Gordan Anderson,&lt;/strong&gt; Ministry Director, InFaith Ministries (formerly American Missionary Fellowship).&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 14:27:50 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/contributors/</guid>
            
			
		</item>
		<item>
			<title>The Small Church Board</title>
			<link>http://www.smallchurchleaders.org/the-small-church-board/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="general-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.GeneralIndex --&gt;
				&lt;div class="i1 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/pitfalls-of-the-small-churc.html" title="Pitfalls of the Small Church Board"&gt;&lt;span class="in"&gt;Pitfalls of the Small Church Board&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i2 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/developing-a-ministry-team.html" title="Developing a Ministry Team"&gt;&lt;span class="in"&gt;Developing a Ministry Team&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i3 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/qualitites-of-a-small-churc.html" title="Qualitites of a Small Church Board"&gt;&lt;span class="in"&gt;Qualitites of a Small Church Board&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i4 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/distinctive-functions-of.html" title="Distinctive Functions of the Small Church Board"&gt;&lt;span class="in"&gt;Distinctive Functions of the Small Church Board&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i5 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/the-board-in-the-small.html" title="The Board in the Small Church Context"&gt;&lt;span class="in"&gt;The Board in the Small Church Context&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i6 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/spiritual-decision-making.html" title="Spiritual Decision Making"&gt;&lt;span class="in"&gt;Spiritual Decision Making&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i7 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/planning-for-ministry.html" title="Planning for Ministry"&gt;&lt;span class="in"&gt;Planning for Ministry&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i8 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/budgeting-for-ministry.html" title="Budgeting for Ministry"&gt;&lt;span class="in"&gt;Budgeting for Ministry&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i9 o last-item"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-board/developing-the-right-goals.html" title="Developing the Right Goals."&gt;&lt;span class="in"&gt;Developing the Right Goals.&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="general-index-bottom"&gt;&lt;/div&gt;&lt;!-- /sandvox.GeneralIndex --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 14:21:04 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/the-small-church-board/</guid>
            
			
		</item>
		<item>
			<title>The Small Church Shepherd</title>
			<link>http://www.smallchurchleaders.org/the-small-church-shepherd/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
	&lt;div class="first graphic-container wide center"&gt;
		&lt;div style="" class="general-index graphic"&gt;
			&lt;div class="figure-content"&gt;&lt;!-- sandvox.GeneralIndex --&gt;
				&lt;div class="i1 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/distinctives-of-rural-minis.html" title="Distinctives of Rural Ministry"&gt;&lt;span class="in"&gt;Distinctives of Rural Ministry&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i2 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/on-the-mountain-with-god.html" title="On the Mountain with God"&gt;&lt;span class="in"&gt;On the Mountain with God&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i3 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/small-church-paradigms.html" title="Small Church Paradigms"&gt;&lt;span class="in"&gt;Small Church Paradigms&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i4 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/the-kidderminster-principle.html" title="The Kidderminster Principle"&gt;&lt;span class="in"&gt;The Kidderminster Principle&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i5 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/the-other-missions-window.html" title="The Other Missions Window"&gt;&lt;span class="in"&gt;The Other Missions Window&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i6 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/budgeting-for-ministry.html" title="Budgeting for Ministry"&gt;&lt;span class="in"&gt;Budgeting for Ministry&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i7 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/planning-for-ministry-in.html" title="Planning for Ministry in the Small Church"&gt;&lt;span class="in"&gt;Planning for Ministry in the Small Church&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i8 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/uncommunited-expectations.html" title="Uncommunited Expectations:"&gt;&lt;span class="in"&gt;Uncommunited Expectations:&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i9 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/types-of-small-churches.html" title="Types of Small Churches"&gt;&lt;span class="in"&gt;Types of Small Churches&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i10 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/dealing-with-change.html" title="Dealing with Change"&gt;&lt;span class="in"&gt;Dealing with Change&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i11 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/first-post.html" title="A Shepherd's Story"&gt;&lt;span class="in"&gt;A Shepherd's Story&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i12 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/morale-in-the-small-church-2.html" title="Morale in the Small Church (Pt. 2)"&gt;&lt;span class="in"&gt;Morale in the Small Church (Pt. 2)&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i13 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/morale-in-the-small-church.html" title="Morale in the Small Church (Pt. 1)"&gt;&lt;span class="in"&gt;Morale in the Small Church (Pt. 1)&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i14 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/maintaining-a-healthy-famil.html" title="Maintaining a Healthy Family in Ministry"&gt;&lt;span class="in"&gt;Maintaining a Healthy Family in Ministry&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i15 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/leading-the-small-church.html" title="Leading the Small Church"&gt;&lt;span class="in"&gt;Leading the Small Church&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i16 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/working-with-volunteers-pt.html" title="Working with Volunteers (pt 2)"&gt;&lt;span class="in"&gt;Working with Volunteers (pt 2)&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i17 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/working-with-volunteers.html" title="Working with Volunteers"&gt;&lt;span class="in"&gt;Working with Volunteers&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i18 e"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/developing-evangelistic.html" title="Developing Evangelistic programs"&gt;&lt;span class="in"&gt;Developing Evangelistic programs&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i19 o"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/evangelizing-the-rural.html" title="Evangelizing the Rural Community"&gt;&lt;span class="in"&gt;Evangelizing the Rural Community&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="i20 e last-item"&gt;
					&lt;h3 class="index-title"&gt;&lt;a href="http://www.smallchurchleaders.org/the-small-church-shepherd/six-trends-affecting-the.html" title="Six Trends Affecting the Small Church"&gt;&lt;span class="in"&gt;Six Trends Affecting the Small Church&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
				&lt;/div&gt;
				&lt;div class="general-index-bottom"&gt;&lt;/div&gt;&lt;!-- /sandvox.GeneralIndex --&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
			</description>
			<pubDate>Thu, 01 Sep 2011 14:20:05 -0700</pubDate>
			<guid>http://www.smallchurchleaders.org/the-small-church-shepherd/</guid>
            
			
		</item>
 	</channel>
</rss>

