@charset "utf-8";
#header  ul, #sidebar, #footer, .rightAlign {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: black;
}
#header h1 {
	font-size: 24pt;
}
#mainContent h1 {
	font-size: 18pt;
	border-bottom: 1pt solid black;
	width: 4.5in;
	padding-bottom: 2pt;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#mainContent p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}
blockquote {
	font-size: 14pt;
	font-style: italic;
	margin-left: 0.25in;
	width: 4in;
}
.break {
	page-break-before: always;
	}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	}
a[href^="http://"]:after {
	content: " Visit on the web at: "attr(href);
	font-weight: bold;
	}
