/*
file = print.css
version = 1.0.0.1
created = 2008.03.27
modified = 2008.03.31
history = 
	2008.03.31 = Added sponsor block styling
	2008.03.27 = File created
*/
body
{
	background-color: white;
	text-align: center;
	margin: .75in .5in;
	font: 12pt Arial;
	color: black;
	width: 6in;
}

a
{
	color: darkblue;
	text-decoration: none;
}

.main_box
{
	text-align: left;
}

.hdr_box, .sponsor
{
	display: none;
}

.menu_block
{
	display: none;
}

.page_box
{
	display: block;
}

.hideonprint
{
	display: none;
}

.hideonscreen
{
	page-break-before: always;
}

#lwr_menu
{
	display: none;
}

ol, ul
{
	text-align: left;
}

li
{
	margin-bottom: .125in;
}

.newpage
{
	page-break-before: always;
}