/* Generic - Print styling to be found here! */


/* Add all divs that need hiding on this line: */

#headerBase, 
	#navCrumbs,
		#content #leftcol,
			#content #rightcol, 
				#joinDebate,
					#blockIntro h3 a,
						.clear, 
							#altTags,
								#findMore,
									#footerBase,
										#socialshare { display: none; }


* {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	
}

* div {
	float: none !important;  /* Fixes the 'one-page' Firefox bug */
	display: block;
	text-align: left;
	border: none !important;
	background: none !important;
}

/* Add all divs that lead to the (and including) #content div: */

#wrapper {
	margin: 0;
}

#content {
 	overflow: visible !important;  /* Fixes the 'one-page' Firefox bug */
	margin: 0;
	padding: 0;
	width: 58pc;
}

body {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12pt !important;
	line-height: 24pt !important;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a, a:link {
	border: none !important; 
	text-decoration: underline; 
	font-weight: normal !important; 
	font-family: "Times New Roman", Times, serif !important; 
	line-height: 24pt !important; 
	background: none !important;
	margin-bottom: 24pt !important;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	margin: 0 0 24pt 0;
}

h1 {
	font-size: 36pt !important;
	line-height: 40pt !important;
} 

h2, h2 a {
	font-size: 24pt !important;
	line-height: 32pt !important;
} 

h3 {
	font-size: 18pt !important;
	line-height: 24pt !important;
} 

h4 {
	font-size: 14pt !important;
	line-height: 24pt !important;
} 

p {
	line-height: 24pt !important; 
	margin-bottom: 24pt !important;
}

#content #leftcol {
	margin: 0;
}

#content #maincol {
	float: none;
	margin: 27pt;
	width: 50pc; /* set in picas for print-out of main content column copy */ 	
}

img {display: none;}

#contentMain ol, #contentMain dl { margin-left: 24pt !important;}

#contentMain ul {
	margin-left: 24pt !important;
}

#contentMain ol, 
	#contentMain ul, 
		#contentMain dl, 
			#contentMain fieldset, 
				#contentMain table, 
					#contentMain pre, 
						#contentMain form, 
							#contentMain img {
								margin: 0 0 24pt;
							}


ul li { 
	border: none !important;
}

body.doc #content #contentMain li {
	line-height: inherit;
}

blockquote {
	border-color: black;
}


/* kill the sticky-footer; it screws with the print styles in FF */

html, body, #wrapper {height: auto; overflow: visible !important;} /* Fixes the 'one-page' Firefox bug */

body > #wrapper {height: auto; overflow: visible !important;}  /* Fixes the 'one-page' Firefox bug */

#footerBase {
	position: static;
	display: none;
}
