/* Sustainable Development Commission (2010)  - Print stylesheet */

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

#leftcol, #header {display: none;}

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

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



 

h1, h2, h3, h4, table#gridbox h2, table#gridbox_small h2, table#gridbox h3, table#gridbox_small h3, table#chalkbox h2, table#chalkbox_small h2, table#chalkbox h3, table#chalkbox_small h3, .red, .green, .purple {color: #000 !important; font-family: "Times New Roman", Times, serif !important;}

#sectionheader { 
	color: #000 !important;
	text-indent: 0px;
}
/* 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;
}

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

#content table#chalkpull a, #content table#chalkpull-pink a, #content table#postit a, #content table#postit-pink a, #content a.red, #content a.purple, #content a.green, #content #nailbox a, #content #nailbox-sml a, #content #gridbox a, #content #nailbox_small a, #content #gridbox_small a, #content #gridbox_sml a, a, a:link {border: none !important; text-decoration: underline; font-weight: bold !important; font-family: "Times New Roman", Times, serif !important; color: #000 !important;}

table {
	width: 100% !important;
}
table td {
	background-image: none !important;
}

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

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

body > #wrapper {height: 100%;}

#stickyfooter {
	display: none;
}
