/*
''<summary>
		<page>print.css</page>
		<description>Print output stylesheet</description>
		<notes>
			.printonly: Overides the style found in the 01content.css file, and enables some elements to only show on paper
			.noprint:		Allows elements such as close and print buttons to be specifically hidden on paper
		</notes>
		<version>2006/07/05: Greg Brine	Initial creation of file</version>
''</summary>
*/

div#outer, div#main, div#bgmain {float:none;margin:5;padding:0;width:750px;border: none;}
div#NewsContent {width:700px;}

#AMWUArticleHead{display: block; visibility:visible; padding:0 0 15px 15px; }
.printonly {display: block;  visibility: visible; }
.noprint { display: none; visibility: hidden; position: absolute; top: -1000; left: -1000;  }