@media Print {
@PAGE landscape {size: LANDSCAPE;} 
TABLE {PAGE: landscape;} 
@page {
	size: 8.5in 11in;
	border:none;
	border-color:#FFFFFF;
	margin: 1.5cm;
}
body {
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
}
h2 {
	position:relative;
	top:40px;
}
#pagewrapper {
	margin-top:0in;
	border-color:#FFFFFF;
}
#header, #features, #sidnav, #search, #utilities, #footer {
	display:none;
	border-color:#FFFFFF;
}
#header {                                  						/* 7. */
	display: list-item;                							/* 1. */
	list-style-image: url(../images_global/logo-print.jpg); 	/* 2. */
	list-style-position: inside;       							/* 3. */
	letter-spacing: -5000em;           							/* 4. */
	font-size: 1pt;                    							/* 5. */
	color: #FFFFFF; 											/* 6. */
	height: 1in!important;  									/* 7. */                    				
}
#mnpgwrapper {
	border-top: none;
}
.tableform {
	width:6.4in;
}
.table2col {
	width:6.4in;
}
.table2col td {
	width:3.2in;
}
.table3col {
	width:6.4in;
}
.table3col td {
	width:2.1in.;
}
.datalistevenspace {
	width:6.4in;
}
.datagrid {
	width:6.4in;
}
.printdisplaynone {
	display:none;
}
}
