/*
 	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 {
	border: none;
	background: none;
}

.after_header {
	padding: 10px;
	border: solid 2px #033734;
	background: #ccddcc;
	margin-bottom: 5px;
}

.content h2 {
	border-width: 2px;
	margin: 0 auto 5px auto;
	text-align: center;
	background: #ccddcc;
}

a.pdflink {
	display: block;
	margin-bottom: 5px;
}

.content blockquote {
	text-align: center;
	font: 7pt Arial, Verdana, Sans-serif;
	color: #702c2e;
	margin-top: 20px;
}

.content blockquote strong {
	display: block;
	margin-top: 20px;
}

.inset {
	float: right;
	clear: left;
	margin: -12px -12px 0 0; 
	/*margin: -2px -2px 0 0;*/
	padding: 0 10px 10px 10px;
	border: solid #033734;
	border-width: 0 0 2px 2px;
	background: white;
	position: relative;
	width: 150px;
	text-align: center;
}

.inset a {
	display: block;
	margin-top: 15px;
}

.inset img {
	border: none;
}

