/* Sense International - Print stylesheet */

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

#leftcol, #header, #bigsearch_right, #wrapper_topnav, #wrapper_secnav, #wrapper_secnav_again, #wrapper_subnav, #midcol-left, #takeaction {display: none;}

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

* div {
	float: none;
	display: block;
	text-align: left;
	border: none !important;
}

#section-h1 {width: 55pc;}

h1, h2, h3, h4 {color: #000 !important;}

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

#content {
	width: 100%;
	height: 100%;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#midcol-right {width: 55pc; /* set in picas for print-out */}

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

a, a:link {border: none !important; text-decoration: underline; font-weight: bold !important; font-family: "Times New Roman", Times, serif !important;}

img {display: none;}

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

html, body, #wrapper {height: 100%;}

body > #wrapper {height: 100%;}

#stickyfooter {
	margin: 0; 
	height: auto;
	clear:both;
}
