/*--
Peterborough Print Stylesheet
--*/


a {
	text-decoration: none;
	font-weight: bold;
}


body {
	text-align: left;
	font-family: arial, sans serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
}

#container {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}


#primaryContent {
	text-align: left;
	padding-bottom: 30px;
}




/*--------------------------------------
Immediacy work around
--------------------------------------*/

acronym {
border: none !important;
}



/*---------------------- turn these areas off as we don't need them for printing --------------------------------*/

/*
#search, #sectors, #footerWrapper, #primaryNav, #headerNav, #footer-left, #breadcrumb, #footer-right #noprint{
	display:none !important;
}
*/