/*CSS file created for special formatting to print the form in joinbymail.htm. This CSS uses display:none exactly to hide the printing of all other div's of the website - it will show up inside the htm file*/
body {
	width:7in;
	color:#000000;
	font:12pt/20pt "Times New Roman", Times, serif;
}
#header, #menu, #footer, #nav {
	display:none;
}
.noprint {
	display:none;
}
#content {
	margin-top:-10px;
}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:visible; /* this is to correct Firefox printing one page only */
	}
#nav, #content, #logo, #randomimage, #menu, #menu li, #menu a {
	float:none; /* this is to correct Firefox printing one page only */
	}