/* Printer friendly stysheet for the wamsb.org public and members-only pages. */
@media print{ 
	body {
		background-color: white;
		color: black;
		font-family: "Times New Roman", Georgia, serif;
	}

	a {
		text-decoration: underline;
	}

	#menuBarBox, #loginBox, #logoBox, #menu1, #menu2, #menu3, #menu4, #title, #footer {
		display: none;
		border: none;
	}

	#content, #memberContent {
		position: static;
		width: auto;
		float: none !important;
		border: none;
		padding: 0;
		margin: 0;
	}
	
	#content > table {
		width: auto;
	}

	div.nonHeader, div.nonHeaderContent, div.nonSider {
		margin: 0px;
		padding: 0px;
	}
}