body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 11pt;
	text-align: center;
	overflow: visible;  /* to help Firefox print without unwanted page breaks or missing content */
}
#container {
	width: auto;
	margin: auto;
	border: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
#nav, #subnav, #banner_bottom, #right, img.bottom_right {
	display: none;
}
#container_logo, #logo, #container_content, #maincontent, #container_footer, #footer, body#contactpage div#interact_footer {
	width: auto;
	float: none;
	clear: left;
	overflow: visible;	/* to help Firefox print without unwanted page breaks or missing content */
	border: 0;
	color: #000;
	background: none;
	text-align: left;
}
.inner, .inner2, .inner3, .inner4, .acc_container, .acc_container .block {
	padding: 0;
	color: #000;
	background: none;
	overflow: visible;	/* to avoid unwanted page breaks */
}	
.padding_logo, .padding_maincontent, .padding_footer {
	padding: 10px 0;
}
.acc_container, .block {
	display: block !important; /* to expand all items when printing */
}
.acc_container .block {
	padding: 5px;
	overflow: visible;
}
h2.acc_trigger {
	font-size: 1.25em;
}
/* Jokes and Farm Facts pages */
body#jokes_page .acc_container, body#facts_page .acc_container {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	background: none;
}
body#jokes_page .acc_container .block, body#facts_page .acc_container .block {
	background: none;
}
.cows, .pigs, .sheep, .wheat {
	overflow: visible;
	background: none;
}
#container_footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
}
