
	
	img
	{
		border: 0;
	}
	
.hr {
	clear: both;
	border-bottom: 1px solid #BBDDFF;
	height: 1px;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

.pagination {
	width: 400px;
	margin: 0 auto 0 auto;
	clear: both;
}

.pagination .prev {
	width: 100px;
	float: left;
	text-align: left;
}

.pagination .numbers {
	width: 200px;
	float: left;
	text-align: center;
}

.pagination .next {
	width: 100px;
	float: left;
	text-align: right;
}
	
	div.error_message {
		color: #CC0000;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		clear: both;
	}
	
.council-home {
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #BBDDFF;
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
}

	
table.summary td, table tr, table th {
	padding: 2px;
	border: 1px solid #e9e9e9;
	text-align: center;
}

table.summary th {
	background: #e9e9e9;
}

table.summary {
	width: 95%;
	margin: 10px auto 10px auto;
	border: 1px solid #708486;
}

	

ul.location_links, li {
	padding: 5px;
}

ul.location_links {
	margin-left: 40px;
	clear:both;
}


ul.location_links {
	width: 430px;
	list-style: none;
}

ul.location_links li {
	list-style: none;
	float: left;
	margin: 5px;
	width: 120px;
	height: 35px;
	border: 1px solid #CCC;
}

ul.location_links li a {
}

ul.location_links li a:hover {
}