
/* PRINT CSS STARTS */
@media print {

	body {
		padding: 0;
		background-color: #fff;
		background-image:none;
		}

	body, h1, h2, h3, h4, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
	form, button, fieldset, label {
  		font-family: Arial, Helvetica, Verdana, sans-serif; 
	}
	
div.banner {
	background: url(/football/images/img01/nfaf_banner_print.jpg);
	background-color: #fff;
	width:100%;
	height: 111px;
	padding-bottom: 0px;
	position: relative;
	z-index: 1;
}

div.topnav, div.left, div.right, div.topPage, p.topPage, div.footright {
		display: none;
	}
	div.content, * html div.content {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 10px;
		width: auto;
		float: none;
	}
	div.container {
		border: none;
		width: auto;
	}
	div.content-box {
		border: none;
	}
	div.layout {
		background-color: #FFF;
		height: auto;
	}
	div.content-banner {
	width: 100%;	
	clear: both; 
	font-size: 10.0pt;
	margin-top: 5px;
	
	background-color: #323a6b;
	height: 1px;
	margin-bottom: 7px;
	}
	div.content-banner img {
	display:none;
	}
	
	fieldset {
	page-break-inside:avoid;
	}
div.footer {
	width: 100%;	
	clear: both; 
	font-size: 10.0pt;
	margin-top: 5px;
	}
div.footer div.footerline {
	background-color: #323a6b;
	height: 1px;
	margin-bottom: 7px;
}
}
/* PRINT CSS ENDS */