
/* Remove unwanted elements */
#header, #navigation, #tagline, #recordsbutton, #logo, #sitebranding, .noprint {	display: none;
	}
	
/*use full paper width*/	
#bodycontent, .records { 	width: 97%;
		margin: 0;
		float: none;
		}
		
table.records {
	border-collapse: collapse;
	background-color: #ffff99;
	}

table.records th, table.records td {
	border: 1px solid #000066;
	padding-left: 12px;
	padding-right: 12px;
}

table.records th {
	text-align: left;
}

table.records td {
	vertical-align: text-top;
}

table.records caption {
	color: navy;
	font-weight: bold;
	text-align: left;
}