/* print styles for the intereface */


body {
	font-size: 120%;
}

h1 {
	font-size: 130%;
	font-weight: bold;
}

div.col70Left {
	width: 100%;
	float:left;
	clear:both;
}

div.col30Right {
	clear: both;
	width: 100%;
	float: left;
	margin: 0px;
	padding-left: 0px;
}

table.adminStats {
	width: 450px;
	border: 1px solid #eee;
}


#content {
	margin: 0 !important;
	width: 100% !important;
	border: 0px !important;
}

#head {
	display:none;
}

#primary-nav {
	display:none;
}

input.button {
	display:none;
}
