/* Shipshape Network - Print stylesheet */

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

#header, #bigsearch_right, #wrapper_topnav, #wrapper_secnav {display: none;}

#leftcol {width: 100%;}

* {color: #000 !important;}

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


/* 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;
}

a, a:link {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;
}

