/************************************************/
/*                                             	*/
/* By Pastor Clinton Macomber, Feb 2005        	*/
/*   updates: May 2007						   	*/	
/*	 updates: 6-2008: css3					   	*/
/*												*/
/************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	background: #CCFFFF url(Clouds.jpg) repeat;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	}

	a:hover{
		text-decoration: underline;
		}
	a img {
		border: none;
		}
/************** header tag styles **************/

h1{
 font-weight: bold; 
 font-size: 120%;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #960;
 text-align: center;
 }

h2{
 font: bold 114% Geneva, Arial, Helvetica, sans-serif;
 color: #C60;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Geneva, Arial, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* PAGECONTAINER Layout                        */
/***********************************************/		
#page_container{
	top: 150px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;
	}
	
	/************** pageName styles ****************/
	#pageName{
		margin: 0;
		padding-top: 10px;
		border-bottom:1px solid #ccd2d2;
		background-color: #FFFFCC;
		}
	
		#pageName p{
			text-align: center;
			}


/************** siteInfo styles ****************/
/*  This is the Footer Setup *******************/

#siteInfo{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #dee6fa;
	}
	#siteInfo table {
		margin: auto;
		}
		#siteInfo td {
			width: 33%;
			}
	#siteInfo img{
		padding: 4px 4px 4px 0px;
		}

/*************** General styles ******************/

div.last_update {
	text-align: center;
	font-size: x-small;
	margin: auto;
	padding-top: 20px;
}
p.day {
	font-size: x-small;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	background-color: #FFF;
}
p.siteName {
	font-size: x-large;
	margin: 0 auto;
	text-align: center;
}
