@charset "utf-8";
/* CSS Document */


body{
background-color: #FFFFFF;
background-image: none;
	background-repeat: none;
	margin: 0; }

.basic #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	border: 0px solid #000000;
	text-align: left;
	padding: 0;
	margin:  0 ;
} 
.basic #header {
	display: none;
} 

#container #navBar {display: none;}



.basic #container #WideContent #searchButton{
	display: none;}
	
	.basic #container #WideContent {
	margin: 0;
	padding: 10px;
	font-size: 100%;
	
}
.basic #container #WideContent .listing {
	border: 1px solid #000000;
	width: 95%;
	display:block;
	font-size: 95%;
	page-break-inside:  avoid;
	margin-bottom: 30px;
}

.listDiv {
	display: none;
}

.listTable {
	margin-left: 20px;
}

.basic #container #WideContent #printHeader {
	display: block;
	border-bottom: solid 3px #a12;
	text-align: right;
	font-weight: bold;
	padding-right: 2em;
	height: 100px;
}

.basic #container #WideContent #printHeader img {
	float: left;
}
