@charset "utf-8";
/* CSS Document */



body {
	color: #000000;/* dark gray */
}

.screenonly {
	display:none;
	visibility:collapse;
	}
.printonly {
	display:block;
	visibility:visible;
	}
	
.logo-print img{
	max-width:300px;
	height:auto;
}

#breadcrumbtree {
	display:none;
	visibility:collapse;
}

#container, #container-inner, #left-column, #content {
width:650px;
margin:0;
padding:0;
font-size:18px;
line-height:26px;
}

#title-bar, #title-bar-inner, h1#page-title{
	width:650px;
	text-align:left;
	margin:0;
	padding:0;
	float:left;
	border-top: none;
}

#content a {
	color: #000000;
	text-decoration:none;
}

#content p{
text-align:left;
font-size:18px;
line-height:26px;
}


#content h1, #content h2, #content h3 {
	color: #000000; /* black */
}

#content hr {
	color: #000000; /* black */
}

a[href $='.pdf'] { 
   padding-right: 0;
   background: none;
}
	