@charset "utf-8";
/* CSS Document */

/* PRINT STEEZ ***********************************************/
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
}

#container {
	margin: 0 auto !important;
	width: 90% !important;
	font-size: 12px !important;
}

.printLogo {
	display:block !important;
}

#header, #nav, ul#subNav {
	display: none !important;
	height: 0 !important;
}

.photoLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.clear { clear: both; overflow: hidden; }


.printHide, object, embed {
	display: none !important;
	height: 1px !important;
}

p.question {
	padding-bottom: 10px;
}
p.answer {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	color: #545454;
	font-style: italic;
}
