/* Opening style.css */
body {
	color: #444444;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	background: #ddd url(../../stripes.axd?color1=aaa&color2=ddd&spacing=6&height=800) repeat-x;
}

table 
{
    border-collapse: collapse;
    width: 100%;
}

td 
{   
    vertical-align: top;
    padding: 0px;
}

#Main 
{
	width: 990px;
	margin: 0px auto;
}

#Top 
{
	background: #FFF url(gradient-fff-ddd-1-90.axd) repeat-x;
	white-space: nowrap;
	margin-bottom: -1px;
}

#tableBottom {
        margin: 10px 0px;
        clear: both;
}
#tableBottom div {
        border-right: dotted 1px #999;
        padding-right: 10px;
        margin-right: 45px;
}

#Bottom {
        background: #ddd url(gradient-bbb-ddd-1-90.axd) repeat-x;
}

#Top img 
{
	vertical-align: middle;
	margin-right: 15px;
}

#Top h1 
{
	font-size: 28px;
	color: #543;
	vertical-align: middle;
	display: inline;
	font-variant: small-caps;
	cursor: default;
	margin-left: 7px;
	font-family: Times New Roman,serif;
}

#Top h2
{
	font-size: 14px;
	color: #999;
	display: inline;
	cursor: default;
	float: right;
	font-style: italic;
	font-variant: small-caps;
	vertical-align: bottom;
	font-weight:bold;
	margin-top: 20px;
        font-family: Times New Roman,serif;
}

#Top .username {
        float: right; 
        margin: 25px 10px 0px 0px;
        color: #aaa;
}

h1 {
	font-size: 15px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
}

a {
	color: #0059AB;
}

a:hover {
	text-decoration: underline;
        color: #EB8031;
}

a img {
	border: none;
}

#content 
{
    padding-left: 8px;
}

/*----------------------------
					 Header
----------------------------*/

#header {
	text-align: right;
	margin-bottom: 30px;
	width: auto;
	/*float: right;*/
}

#header h1 {
	font-family: Times New Roman,serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: #777;
	margin: 0px;
}

#header a {
	text-decoration: none;
	color: White;
}

/*----------------------------
					Side Panel
----------------------------*/

#sidepanel {
	width: 240px;
}

#sidepanel .container {
	line-height: 16px;
}

#sidepanel .cellcc h1, .cellcc h1 a, .cellcc h1.header {
	margin: 2px 0 3px 0;
	padding-bottom: 10px;
	/* border-bottom: 1px solid silver; */
	color: #fff;
        font-family: sans-serif;

}
#sidepanel .cellcc h1,  .cellcc h1.header 
{
	cursor: default;
}

#sidepanel .cellcc .right
{
	text-align: right;
}

#sidepanel .cellcc .left
{
	float: left;
}

#sidepanel .cellcc ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidepanel .cellcc ul li {
	margin: 0 0 3px 0;
}

#sidepanel .cellcc ul li ul {
	margin: 0 0 0 10px;
}

#sidepanel img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 -1px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	color: #666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: White;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive span {
	display: block;
	margin-bottom: 3px;
}

#archive span a {
	margin-left: 4px;
}

/*----------------------------
					 Search
----------------------------*/

#searchfield {
	border: solid 1px #999;
	background: url(gradient-ddd-fff-1-20.axd);
	width: 140px;
	margin-right: 6px;
	padding-left: 2px;
}
/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
  white-space: normal;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 14px;
}

#tagcloud a.big {
	font-size: 13px;
}

#tagcloud a.medium {
	font-size: 12px;
}

#tagcloud a.small {
	font-size: 11px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/



#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

#page .ChildMenu {
	border: solid 1px #aaa;
	background: #eee;
	float: right;
	padding: 3px;
	margin: 5px;
	min-height: 80px;
	min-width: 100px;
}


#page .ChildMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}/* Closing style.css */
/* Opening lightbox.css */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	/* Closing lightbox.css */
/* Opening post.css */
div.post {
	/*border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: White;*/
	line-height: 17px;
}

img.Avatar {
	border: solid 1px #fff;
}

div.post h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}

div.post .author {
	color: #fff;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}
div.post .author a {
	color: white;
	font-weight: bold;
}

div.post .pubDate {
	color: #fff;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2{
	margin-bottom: -10px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
        clear: both;
}

div.post .bottom {
	margin-bottom: 5px;
}

div.post .categories {
	float: right;
}

div.post .tags {
	float: left;
}

div.post a.external {
	background: url(../../images/remote.gif) right top no-repeat;
	padding-right: 9px;
}

div.post p.code {
	line-height: 12px;
	background: #D8D8D8;
	padding: 3px;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	 
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

.bookmarks a img {
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

.bookmarks a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	/*border: 1px solid silver;
	background-color: White;
	padding: 3px 10px;
	margin-bottom: 10px;*/
}

.comment .author {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
	background: url(gradient-fff-eee-1-20.axd) left bottom repeat-x;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
}

.commentForm {
	/*padding: 5px;*/
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

/*.commentForm #preview {
	background-color: white;
	min-height: 100px;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}*/


div.photos 
{
}

p.files 
{
	background: #f4f4f4 url(gradient-ddd-f4f4f4-1-40.axd) repeat-x;
	padding: 5px 3px;
}

p.files a 
{
	white-space:nowrap;
}

#postPaging a {
     color: #fff;
}/* Closing post.css */
/* Opening Messages.css */

div.Error, div.Info, div.Warning
{
	border: solid 1px #900;
	background: #eaabab;
	color: #000;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-family: Verdana,sans-serif;
	font-size: 14px;
}

div.Warning 
{
    background: #fff79e;
    border: solid 1px #fef161;
}

div.Info
{
	border: solid 1px #569221;
	background: #e4ffcc;
}/* Closing Messages.css */
/* Opening Module.css */
.container {
    border-collapse: collapse;
    font-family: sans-serif;
    margin: 0px 0px 10px 0px;
}

.celltl,.celltc,.celltr,.cellbl,.cellbc,.cellbr,.cellcl,.cellcr{
    -moz-opacity: 0.5;
    -k-opacity: 0.5;
    opacity: 0.5;
    filter:alpha(opacity=50);
    padding: 0px;
}

.celltc, .cellcl, .cellcr, .cellbc, .cellcc  {
    background: #fff;
}

.cellcl, .cellcr,.celltl, .celltr,.cellbl, .cellbr {
	width: 1px;
}
.celltc,.celltr,.celltl,.cellbl,.cellbc,.cellbr {
    overflow: hidden; font-size: 1px; line-height: 1px;
}

#sidepanel .cellcc, #content .cellcc {
    background: #fff url(gradient-85B563-337009-1-28.axd) repeat-x;
}

#tablemenuPages .cellcc {
    background: #fff url(gradient-eee-fff-1-15.axd) repeat-x;
}
#content .posts .cellcc 
{
   background: #fff url(gradient-85B563-337009-1-50.axd) repeat-x;
}

#tablemenuPages .cellcc  a {
    font-size: 14px;
}

#tablemenuPages .cellcc li {
    padding: 3px 0px;
}

/* Closing Module.css */
/* Opening http://portal.premierpneumatics.com/includes/css/imagebox.css */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}/* Closing http://portal.premierpneumatics.com/includes/css/imagebox.css */

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>
	  | United Church of God, Kansas
</title><link rel="stylesheet" href="./" type="text/css" /><link href="/opensearch.axd" type="application/opensearchdescription+xml" rel="search" title="Search United Church of God, Kansas" /><link href="/rss.axd" type="application/rss+xml" rel="alternate" title="United Church of God, Kansas" /><script type="text/javascript" src="/includes/js/"></script><link href="http://www.ucg.org/favicon.ico" type="image/x-icon" rel="shortcut icon" /></head>

<body><form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MWRk07fg2hGm9P49L0u2wCKDwPFjTOM=" />

    <div id="Main">
        <table id="tableTop" class="container"><tbody><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="Top" style="padding:0px;width: 100%; border: solid 2px #ffffff; border-top: none; padding: 0px;">
            
            <h2 id="ctl00_desc">Preaching the Gospel, Preparing a People</h2>
            <a href="/" id="ctl00_home"><img src="/images/logo.gif" style="margin: 0 15px 0 6px" alt="United Church of God, Kansas" /></a>
            
        </td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>  

        <table id="body"><tr>
            <td id="sidepanel">
                <table id="tablemenuPages" class="container"><tbody><tr><td class="celltl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=0" alt="" /></td><td class="celltc"></td><td class="celltr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=1" alt="" /></td></tr><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="menuPages" style="padding:0px;width: 100%; border: solid 2px #ffffff; padding: 5px;">
  <ul id="ctl00_InfoBox1_ulPages"><li><a href="/Page/About-Us.html" style="margin-left:15px;">About Us</a></li><li><a href="../../Calendar" style="margin-left:15px;">Calendar</a></li><li><a href="/Page/Contact-Us.html" style="margin-left:15px;">Contact Us</a></li><li><a href="http://www.ucgks.org/Category/RSS.axd?Category=26691536-6a5e-447f-9a32-54941fcf95e1"><img src="/images/rssButton.gif" alt="RSS Feed for Sermons" style="float:right;" /></a><a href="/Category/Sermons.html" style="margin-left:15px;">Sermons</a></li><li><img src="/images/lock.png" alt="You must login to view this category." style="float:left;margin-right:5px;" /><a href="/Category/Members.html">Members</a></li><li><a href="http://www.ucgks.org/Category/RSS.axd?Category=75abe9d5-480c-42cf-9760-4d3e0e0628de"><img src="/images/rssButton.gif" alt="RSS Feed for Anouncements" style="float:right;" /></a><a href="/Category/Anouncements.html" style="margin-left:15px;">Anouncements</a></li><li><a href="http://www.ucgks.org/Category/RSS.axd?Category=d28fc332-b9f7-45fb-8f9c-5aa44293b6e1"><img src="/images/rssButton.gif" alt="RSS Feed for The Prophetic Times" style="float:right;" /></a><a href="/Category/The-Prophetic-Times.html" style="margin-left:15px;">The Prophetic Times</a></li></ul>
  <div style="margin-top: 8px; padding-top: 8px; border-top: solid 1px #ccc"> 
    <span id="ctl00_InfoBox1_SearchBox1" id="searchbox"><input name="ctl00$InfoBox1$ctl29" type="text" value="Enter search terms..." onkeypress="return clickButton(event,'searchbutton')" onfocus="SearchClear('Enter search terms...')" onblur="SearchClear('Enter search terms...')" id="searchfield" /><img id="searchbutton" onclick="return Search()" onmouseover="if(!this.src0){ this.src0=new Image();this.src0.src=this.src; this.src1=new Image(); this.src1.src='/button.axd?text=Search&amp;height=22&amp;outline=true&amp;color=EB8031';} this.src=this.src1.src;" onmouseout="this.src=this.src0.src;" src="/button.axd?text=Search&amp;height=22&amp;outline=true&amp;color=85B563" alt="Search" border="0" style="vertical-align:top;cursor:pointer;" /></span>
  </div>
</td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>





<table id="tablest" class="container"><tbody><tr><td class="celltl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=0" alt="" /></td><td class="celltc"></td><td class="celltr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=1" alt="" /></td></tr><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="st" style="padding:0px;width: 100%; border: solid 2px #ffffff; padding: 5px;">
  <h1 id="ctl00_InfoBox1_stn">Sunset Times: Sep 7</h1>
<div style="float:right;">7:49 PM</div><div>Wichita, Kansas</div><div style="float:right;">7:51 PM</div><div>Salina, Kansas</div><div style="float:right;">8:03 PM</div><div>Liberal, Kansas</div></td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>



<table id="tableModule1" class="container"><tbody><tr><td class="celltl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=0" alt="" /></td><td class="celltc"></td><td class="celltr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=1" alt="" /></td></tr><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="Module1" style="padding:0px;width: 100%; border: solid 2px #ffffff; padding: 5px;">
  <h1>Updates</h1>
  
<div id="blogroll">
  <ul id="ctl00_InfoBox1_BR_ulBlogroll"><li><a href="http://ucg.org/rss/updates.xml" class="snap_nopreview"><img src="../../images/rssbutton.gif" alt="RSS feed" /></a><a href="http://www.ucg.org/">United Church of God</a><ul><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/382427903/yourtime.htm" title="Weekly Topic: Fasting: Understanding our need for God ">Weekly Topic: Fasting: Unders...</a></li><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/383631099/" title="World News &amp; Prophecy - September/October 2008">World News & Prophecy - Sept...</a></li><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/383631100/" title="United News">United News</a></li><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/383631101/jewish-temple-center-time.htm" title="Commentary: Temple at the Center of Time: Fact or Fiction?">Commentary: Temple at the C...</a></li><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/371108684/" title="Weekly Sermon">Weekly Sermon</a></li><li><a href="http://feeds.feedburner.com/~r/United-Church-Of-God/~3/382427903/yourtime.htm" title="Archived Article: What Are You Doing With Your Time?">Archived Article: What Are You...</a></li></ul></li></ul>
</div>
</td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>

<table id="tableModule3" class="container"><tbody><tr><td class="celltl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=0" alt="" /></td><td class="celltc"></td><td class="celltr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=1" alt="" /></td></tr><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="Module3" style="padding:0px;width: 100%; border: solid 2px #ffffff; padding: 5px;">
  <h1>Tags</h1>
  <div id="tagcloud"><a href="/tag/Africa.html" rel="tag" class="smallest">Africa</a> <a href="/tag/ammendments.html" rel="tag" class="smallest">ammendments</a> <a href="/tag/battle.html" rel="tag" class="smallest">battle</a> <a href="/tag/camp.html" rel="tag" class="smallest">camp</a> <a href="/tag/diet.html" rel="tag" class="smallest">diet</a> <a href="/tag/downloads.html" rel="tag" class="smallest">downloads</a> <a href="/tag/emotional.html" rel="tag" class="smallest">emotional</a> <a href="/tag/endure.html" rel="tag" class="smallest">endure</a> <a href="/tag/events.html" rel="tag" class="smallest">events</a> <a href="/tag/exercise.html" rel="tag" class="smallest">exercise</a> <a href="/tag/family.html" rel="tag" class="smallest">family</a> <a href="/tag/Feast-of-Tabernacles.html" rel="tag" class="smallest">Feast of Tabernacles</a> <a href="/tag/GCE.html" rel="tag" class="smallest">GCE</a> <a href="/tag/hardship.html" rel="tag" class="smallest">hardship</a> <a href="/tag/health.html" rel="tag" class="smallest">health</a> <a href="/tag/heredity.html" rel="tag" class="smallest">heredity</a> <a href="/tag/Kenya.html" rel="tag" class="smallest">Kenya</a> <a href="/tag/mental.html" rel="tag" class="smallest">mental</a> <a href="/tag/physical.html" rel="tag" class="smallest">physical</a> <a href="/tag/Prophecy.html" rel="tag" class="biggest">Prophecy</a> <a href="/tag/protection.html" rel="tag" class="smallest">protection</a> <a href="/tag/sanitation.html" rel="tag" class="smallest">sanitation</a> <a href="/tag/seminars.html" rel="tag" class="smallest">seminars</a> <a href="/tag/sleep.html" rel="tag" class="smallest">sleep</a> <a href="/tag/World-News.html" rel="tag" class="smallest">World News</a> </div>

</td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>
            </td>

            <td id="content">
                
                
                
            </td>
        </tr></table>

        <table id="tableBottom" class="container"><tbody><tr><td class="celltl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=0" alt="" /></td><td class="celltc"></td><td class="celltr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=1" alt="" /></td></tr><tr><td class="cellcl"></td><td class="cellcc ffffff d9e5eb" id="Bottom" style="padding:0px;width: 100%; border: solid 2px #ffffff; padding: 5px;">
            <a style="margin:0px 3px; float:right;" href="/Login" rel="nofollow">Sign in</a><div><p>The literature offered by links to <a href="http://www.ucg.org/">http://www.ucg.org</a> from this site are published by the United Church of God, an International Association, which has ministers and local congregations in the United States and many countries around the world. This page represents the UCG congregations in Kansas. This is not the official website of the United Church of God, an International Association ("UCGIA"). The only official UCGIA website is at the above link. UCGIA, or the websites of National Councils which are part of UCGIA, are not responsible and will not be held liable for content, representations, or any claims arising out of the materials contained on this website.</p>
<p>All material is &copy;2008 United Church of God, IA</p></div>
        </td><td class="cellcr"></td></tr><tr><td class="cellbl"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=2" alt="" /></td><td class="cellbc"></td><td class="cellbr"><img src="/RoundedCorners.axd?style=Outer&amp;Radius=5&amp;Color=ffffff&amp;Corner=3" alt="" /></td></tr></tbody></table>
    </div>

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAgKyyMi1DAKd3ZKEC+k6xhDdRpsaiH7njiTMAXGJ4/pO" /></form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5049343-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>
