/*  For content area of page.  
	Styles shared across screen, mobile, and print
*/
body {
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}

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

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

#content-body a { color: #5e6167; text-decoration: underline; padding: 2px 3px; margin: 0px -3px;}
#content-body a:visited { color: #999999; }
#content-body a:hover { color: #000000; background-color: #ece946; text-decoration: none;}

h1 {
	font-size: 26px;
	color: #000000;
	font-weight: normal;
        padding-bottom: 12px;
}

h2 {
	font-size: 18px;
	color: #5e6167;
	font-weight: normal;
        padding-bottom: 5px;

}

.tagline {
	font-size: 18px;
	color: #5e6167;
	font-weight: normal;
        padding-bottom: 5px;
}


h3 {
	font-size: 16px;
	color: #5e6167;
	font-weight: normal;

}


.img-left {float: left; margin-right: 15px; padding-bottom: 10px;}
.img-border {padding: 2px; border: 1px solid #999999;}
