@import url(style);

html, body {
	width:auto;
}
body {
	color:#000;
	background:#fff;
	margin:0 0 0 6%;
}
/* hide navigational elements from printouts */
div#navpanel, ul.indicator, div#prev, div#next, span.options, a.arrow, p#validator, #tgal li.closed, form {
	display:none;
}
div#main, div#content, div#newheader, div#subheader {
	position:relative;
	left:0;
	width:100%;
}
div.container1, div.container2 {
	margin:0;
}
html>body div#content { /* overrides Holly hack in parent stylesheet */
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	page-break-inside:avoid;
	page-break-after:avoid;
}
blockquote, img {
	page-break-inside:avoid;
}
ul.tgal li {
	margin-right:1em;
	margin-bottom:1.69em;	/* margin-bottom < 1.69em causes Firefox 2.0.0.11 to "lose" images when the page is sent to print */
}
