/* PAGE LAYOUT */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #808080;
}
#wrapper {
	background-color: #ffffff;
	width: 800px;
	margin: 0px auto;
}
#printHeader {
	margin-bottom: 40px;
}
#content {
	width: 100%;
	text-align: left;
	clear: both;
	}
#content h1 {
	display: none;
}
#content h3 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-top: 40px;	
	margin-bottom: 40px;
}
#copy {
	width: 100%;
}
#colCopy {
	width: 100%;
}
#copy p, #colCopy p {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}
#copy p a, #colCopy p a {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#printFooter {
	margin-top: 40px;
}
#printFactoid {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 2px solid #000000;
	margin-bottom: 20px;
	padding: 10px;
}
#printFactoid .box_head {
	font-weight: bold;
}
#factoid {
	display: none;
}
#footer {
	display: none;
}
#header {
	display: none;
}
#menu_bar {
	display: none;
}
#splash {
	display: none;
}

