body {
	text-align: left;
	color: #000;
	font-size: 0.9em;
}

* { float: none !important; } /* Nothing should float on print view and this also avoids browser printing bugs */

#container {
	width: 100%;
	text-align: left;
	position: relative;
	display: table-cell;
}

body.preview #container {
	width: 100%;
}

#crumbs, #commons, #mastlinks, #menu, #peripheral, #secondary, #related-items, #footlinks, #plain_english, .paging, .no-print, #page-utils, form.filter  {
	display: none !important;
}

#mast {	
	clear: both;
	height: auto;
	position: relative;
	display: table-cell;
	float: none;
	width: 100%;
	margin-bottom: 2em;
	page-break-after: avoid;			
}

#mast #logo {
	position: relative;
	top: 0;
	left: 0;
	float: none; 
	border: 0;
}
#content, #wrap, #primary, .padding {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	float: none;
	overflow:visible;
	page-break-before: avoid;	
	page-break-inside: auto;
	page-break-after: avoid;
}
#content {
	page-break-before: avoid;	
	page-break-inside: auto;
	page-break-after: avoid;
}

div.padding  {
	padding: 1em 0 0 0;
}
#peripheral div.padding .box {
	padding: 0 8px 15px 8px;;
}

body.twocolumns div#content {
	background: none;
}

body.threecolumns div#content {
	background: none;
}

#accordion .toggler {
	background-position:-10000px 0;
	background-repeat:no-repeat;
}
div.intro-summary {
	padding: 1em 0;
	border-color: #000;
	background-color: #fff;
}
/* ******** FOOTER ******** */
#foot {
	page-break-before: avoid;
	margin-top: 1em;
	border-top: 3px solid #000;
}
#foot p {
	color: #000;
}
#credits {
	left: 70%;
}

#telephone {
	width: 100%;
}
h1 {
	height: auto !important;
	padding-top: 15px; 
	}
h1 span {
	position: relative; 
	float: none;
	font-weight: bold;
	}

/* *********** H1 background *********** */ 

#primary div.padding {
	background-image: none;
}
body.twocolumns #primary div.padding {
	background-image: none;
}
#mod-name {margin: 1em 0 1em 0}

#newsletter h2.issue_title,h1 {
	border-bottom:0px;
}












