/* Set the text to black to help not waste color cartridges. */
*, li {
	color: #000;
	font: 16px/22px verdana;
}

h2 {
	color: #000;
	font: 18px/22px verdana;
	font-weight: bold;
	border: 1px solid #e4e4e4;
}

li {
 list-style: disc;
}

.bodyMainLeft {
 width: 800px;
}

/* Hide the divs you don't want to show. */
.header, .bodyHeader, .bodyMainTop, .flash, .bodySideCol, .bodyMainRight, .footer {
	display: none;
}

/* Overwrite a declaration that's cutting off the printout after page 1. */
.body {
	overflow: visible;
}