/* This stylesheet is read first by the web pages.*/

body {
	font-size: 10px;
	background: white;
}

#wrapper {
	margin-bottom: 0px;
	width: 6.5in;/*was auto*/
	background-image:none;
}
#header {
	height: 30px;
	padding:0;
	width:6.5in;
}
.printHeader {
	display:block;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	letter-spacing: 1px;
	text-align:center;
}
.header_div {
	text-align:center;
	margin:0 0 10px 0;
}
#banner {
	display: none;
}
#inner_wrapper {
	background-image:none;
	width: 6.5in;
}
#navmain {
	display: none;
}
#navbackground {
	background-image: none;
	display: none;
}
#leftcol {
	display: none;
}
.container {
	width: 100%;
	float:none;/*new--MB*/
}
#content {
	margin: 0;
}
#content_main {
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	display: none;
}
