
/* Hide items when printing */

.hide { display: none;}
#accessibility { display: none;}
#wrapper { width: 100%; text-align: left;}
#header { border: none; background: none; width: 100%; height: auto;}
#header ul {display: none;}
#header h1#nameplate-rivalry a {
	float: left;
	width: 100%;
	height: auto;
	text-indent: 0; /* Return text on-screen */
	text-decoration: none;
}
#content { float: left; text-align: left; width: 100%; background:#FFFFFF; color: #000000;}
.columns {
	float: left;
	clear: both;
	width: 100%;
}
#sidebar { display: none;}
#navbar { display: none;}
#footer-css { display: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
}