@charset "utf-8";
/* SITE SPECIFIC CSS STYLING */

.offscreen {
position:absolute;
left:-999px;
width:1px;
height:1px;
top:auto;
}
title01 {
font-size: large;
font-weight: bold;

}
/* below is for panels and was put in for the accordion stuff */
	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EEEEEE;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
		background-color: #FAFAFA;
		border-color: #EEEEEE;
	}

	.panel-title {
		font-size: 15px;
		font-weight: bold;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.more-less {
		float: right;
		color: #212121;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}
#page_content a {border-bottom: dashed thin #CC4E0B;} 

