/* This stylesheet is read first by the web pages.*/

body {
	font-size: 10px;
	background: white;
	background-image:none;
}

#wrapper {
	margin-bottom: 0px;
	width: 6.5in;/*was auto*/
	background-image:none;
}
#header {
	height: 30px;
	padding:0;
	width:6.5in;
}
#header img{
	display:none;
}

.printHeader {
	display:block;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #004A80;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align:center;
}
#nav {
	width: 5px;
	float: left;
	padding:0;
	margin: 0;
}
#p7PMnav {
	display:none;
}
#contact-info {
	position:absolute;
	bottom: -150px;
	left: 0px;
	width:150px;
	margin-left:5px
}
.container {
	width: 100%;
	float:none;/*new--MB*/
}
#content {
	margin: 0;
}
#content_top {
	display: none;
}
#content_main {
	padding-right: 0px;
	padding-left: 0px;
	background-image:none;
	background-color:#FFF;
	width:6.5in;
}
#content_bottom {
	display: none;
}
#footer {
	display: none;
}
.home-photo {
	display:none;
}
