/*  For content area of page.  
	Styles shared across screen, mobile, and print
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(/images/bg.png) #15557a repeat-x top left;
	line-height:22px;
	color:#707070;
	/*font-size:11px;*/
}


#content-body {	
}
	#content-body p {
		line-height:22px;
		
	}


#content-body a { color: #a5944e; }
#content-body a:visited { color: #a79e77; }
#content-body a:hover { color: #7c6c28;}

div.article-image {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

h1, h2, h3, .section-title {
	margin-bottom:0.5em;
}

h1 {
	/*font-size:24px;*/
	font-size:200%;
	color:#235d83;
}

body.page-template-overview-php h1 {
	visibility: visible;
	height: 0px;
	position: absolute;
	top: -28px;
}


h2 {
	/*font-size:20px;*/
	font-size:166%;
	color:#7c6c28;
	margin-top: 1.5em;
}

h3, .section-title {
	/*font-size:16px;*/
	font-size:133%;
	color:#6e93b3;
	margin-top: 1.25em;
}

.section-title {
	display:block;
	padding:0 7px 0;
}

#content-body table.overview-table div.overview-heading, #content-body table.overview-table div.overview-heading a {
	font-size:20px;
	color:#7c6c28;
	margin-top:8px;
	width: 165px;
}

#content-body table.overview-table div.overview-heading a {
	text-decoration: none;
}

a { color:#a5944e; }
a:visited { color:#a69e79; }
a:hover, a:active { color:#7b6c27; }

a[href $='.pdf'] {
	padding-right: 20px;
	background: transparent url(/images/icon_pdf.png) no-repeat center right;
	padding-top: 2px;
}

.notes {
	font-size: 10px;
	line-height: 16px;
}
