/* CSS Document */

html, body {
	background-image:none;
	background-color:#fff;
}

.centerMe {
	width:690px; /* reduced to this width to accomodate IE6, which lacks the ability to resize pages */
	margin:0 auto;
}

#masthead #logo {
	left:19px;
}

#nav2 {
	left:19px;
}

#content {
	background-color:#fff;
	margin:0;
	padding:0;
}

.printPageContent {
	padding:0 19px 0 19px;
}



@media print{ /* bullets might not be printed as they are background images. So, change to standard bullets */
	ul {
		list-style:disc;
		margin-left:15px;
	}
	
	ul li {
		padding-left:0px;
		background:none;
	}
}