/*
 	com_dev_page.css: style rules that pertain to the 'community development' page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.content {
	font: 10pt Arial, Verdana, Sans-serif;
	position:relative;
	text-align: justify;
	border: none;
	background: none;
}

.after_header {
	padding: 10px;
	min-height: 10px;
}

.content h2 {
	border-width: solid 2px #033734;
	margin: 0 auto 5px auto;
	/*padding: 5px 0 5px 0;*/
	text-align: center;
	background: #ccddcc;
}
.pic_block {
	width: 100%;
	background: none;
	border: none;solid #033734;
	padding: 5px 0 5px 0;
	margin: 20px auto 20px auto;
}
	
.pic_block a {
	text-decoration: none;
	margin: 10px auto 10px auto;
}

.pic_block td {
	border-spacing: auto 10px;
	text-align: center;
	width: 25%;
}

.pic_block img {
	width: 100px;
	border: solid 2px #033734;
}

