@charset "utf-8";
/* CSS Document */

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

