/*
 	about_page.css: style rules that pertain to the 'about us' 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 {
	width: 715px;
	text-align: left;
	border: none;
	background: none;
}

.after_header {
	padding: 0 10px 10px 10px;
	border: solid 2px #033734;
	background: #ccddcc;
	margin-bottom: 5px;
}

.content h2 {
	border-width: 2px;
	margin: 0 auto 5px auto;
	background: #ccddcc;
	text-align: center;
}

table {
	width: 100%;
	font: 9pt Arial, Verdana, Sans-serif;
	border-collapse: collapse;
	border-spacing: 0px 10px;
}

tr.headings {
	font-size: 11pt;
	font-weight: bold;
	color: #033734;
}

tr.headings td {
	border: 3px #033734;
	/*border-width: 0 0 3px 0;*/
	border-style: hidden hidden solid hidden;
}

td {
	vertical-align: top;
	padding: 20px 5px 0 5px;
}
