/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, "Trebuchet MS", Times, Serif;
}
}

h1 {
	color:#002977;
	font-size: 2.0em;
	font-weight:normal;
	letter-spacing:0;
	line-height:100%;
}

h2 {
	font-size: 1.6em;
	color:#002977;
	font-weight: bold;
	letter-spacing: 0;
	text-align:left;
	margin:0 0 0 0;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	line-height:100%;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img {
	border:0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


#header { display:none }
#content { display:block }
#comments { display:none }
#sidebar { display:none }
#footer { display:none }
.rightcolumn { display:none }
#topmenu {display:none }
.commentformfield {display:none }
#toolbar {display:none}

