@charset "utf-8";
/* CSS Document */

body{
	background-color: #D7E9F7;
	font-size: small;
	font-family:Verdana, Geneva, sans-serif;
	color: #444;
	}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	}	
#header{
	text-align: center;}
#header a img{
	border: none;}
#home-content{
	text-align: center;}		
#content{
	background-color:#fff;
	padding: 10px;
	}
#footer{
	text-align: center;}
/*Tables*/
table{
	border: solid 2px #333;
	}
td, th{
	border: solid 1px #666;
	padding: 2px;
	}	
		
/*Congregations*/
h1#state_header{
	padding: 0;
	margin: 0;
	}
a.church_name{
font-weight: bold;
text-decoration: underline;
font-style:italic;
font-size: 12px;
}
span.contacts{
font-weight: bold;
}
span.times{
	font-weight: bold;
	}
/*Meetings*/
.when{
	width: 30%;
	}
.where{
	width: 60%;
	}
/*Sermons & Publication*/			
#find{
	width: 100px;}
.pagination_div{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}