@page
{
        size: auto;   /* auto is the initial value */

    	/* this affects the margin in the printer settings */
	margin: 10mm 5mm 10mm 5mm;
}
body * { 
        float: none !important; 
    	margin-right: -1%;
    	/*margin:.1in 2in 6in .1in;*/
	font-size:8pt;
}

.print-logo{display:block;}

/*.wrapper .page-holder .content-section .top-panel .holder .bottom-panel
.left-column #header, #footer .tabs-holder .tabset {
        float: none !important; 
}*/

#footer, #header,
.content-section .left-column,
.png-box .t,
.png-box .b,
.tabs-holder .tabset,
.athletics-section .tabset{
	display:none;
}
.content-column .c1{
	background:#fff;
	display:block!important;
	margin:0px 0px 0px 0px;
}
a:link, a:visited {
 color: #520;
 background: transparent;
 font-weight: bold;
 text-decoration: underline;
}

table {
	width: auto;
	float: left !important; /* Had removed this due to error but need it for catalog*/
 }