
/* Print Stylesheet, yo */

body {
	background-color:white;
	background-image:none;
}

#headerprint {
	display:block;
}

#header {
	display:none;
}

#wrapper, #content {
	width:100%;
}

#contentleft {
	width:100%;
	margin-left:0px;
	float:none !important;
}

#leftcontent {
	margin-left:0px;
}

#contentright {
	display:none;
}

#headerprint h1 {
	text-shadow:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
	color:black;
}

#headerprint h2 {
	text-shadow:none;
	font-size: 22px;
	font-weight: normal;
	color:black;
	font-family: "Gill Sans MT", Arial, sans-serif;
}

p, li {
	font-size:13px;
}

