/* Print layout: */

body {
margin: 0 auto;
padding: 0;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.2em;
background: #ffffff;
color: #000000;
}
	
#wrapper {
margin: 2%;
width: auto;
float: none !important;
}

#header, #navitabs, #teamphoto, #sponsorstrip, #footer {
display: none;
}

#logo, #toptabs, #banner, #contentright {
display: none;
}

#sponsorblock {
display: none;
}

a {
text-decoration: underline;
color: #0000FF;
}

.NoPrint {
display: none;
}