/* CSS Document */

body {
	background-image:url(images/bgFlatTile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #6f6f6f;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4F4F4F;
}

a:link {
	color: #002f64;
	text-decoration: none;
}

a:visited {
	color: #002f64;
	text-decoration: none;
}

a:hover {
	color: #004da3;
	text-decoration: underline;
}

a:active {
	color: #002f64;
	text-decoration: none;
}

h1 {
	color:#002f64;
	margin-top:0;
	margin-bottom:.3em;
	font-size:14px;
	letter-spacing:.05em;
}

h2 {
	color:#002f64;
	margin-top:.5em;
	margin-bottom:.3em;
	font-size:15px;
	letter-spacing:.05em;
}

#container {
	width:781px;
	margin-bottom:20px;
	margin-top:30px;
}

#contentContainer {
	width:779px;
	background-color:#FFFFFF;
	float:left;
	padding:1px;
}

#leftColumn {
	line-height:16px;
	width:179px;
	border: 1px #002f64 solid;
	padding:14px;
	float:left;
	background-image:url(images/leftNavBG.jpg);
}


	.leftNav ul { 
		margin-left:0; 
		margin-top:2px;
		margin-bottom:0;
		padding-left:14px; 
	}
	
	.leftNav li { 
		list-style-image: url(images/bullet.gif); 
		margin-top:.2em;
		margin-bottom:0;
	}



#middleColumn {
	background-color:#FFFFFF;width:315px;
	padding:15px;
	float:left;
	line-height:17px;
}

#rightColumn {
	width:210px;
	float:left;
	padding-top:15px;
}

	#featuredMinistry {
		margin-top:1px;
		width:208px;
		border: 1px #6ccff6 solid;
		background-image:url(images/leftNavBG.jpg);
		float:left;
	}		#featuredContent {
			width:192px;
			padding:8px;
			font-size:11px;
			line-height:14px;
			float:left;
		}
	#emergency {
		margin-top:1px;
		width:208px;
		border: 1px #2976b6 solid;
		
		float:left;
		margin-bottom:1px;
	}
	
		
		.emergency a:link {
			color: #2976b6;
			text-decoration: none;
		}
		.emergency a:visited {
			color: #2976b6;
			text-decoration: none;
		}
		.emergency a:hover {
			color:#205a88;
			text-decoration: underline;
		}
		.emergency a:active {
			color: #2976b6;
			text-decoration: none;
		}
		
		
		.featuredMinistry a:link {
			color: #002f64;
			text-decoration: none;
		}
		.featuredMinistry a:visited {
			color: #002f64;
			text-decoration: none;
		}
		.featuredMinistry a:hover {
			color:#004da3;
			text-decoration: underline;
		}
		.featuredMinistry a:active {
			color: #002f64;
			text-decoration: none;
		}
		
	#searchBox {
		margin-top:1px;
		margin-bottom:0px;
		width:208px;
		border: 1px #4f99b7 solid;
		background-image:url(images/leftNavBG.jpg);
		float:left;
	}
	
	#searchContent {
			width:192px;
			padding:8px;
			font-size:11px;
			float:left;
		}
.search input { 
	background-color: #FFFFFF; 
	border: 1px #1b5292 solid;
	
	font-size:10px;
}