body {
	font-family: georgia, serif;
	font-size: 9pt;
	line-height: 1.4;
	color: black;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

nav,
header,
footer,
article,
section,
aside {
	display: block;
}

header,
#secondary,
footer,
#utility,
p.terms,
#phases,
.subtitle,
nav,
#crumbs,
#headTop,
header #wrap,
footer #wrap,
p.contact,
div.info,
nav ul { /* i know it's redundant, but IE is terrible */
	display: none;
}

#pageHead {
	border-bottom: 1px solid black;
}


p,
h1,
h2,
h3,
h4,
blockquote,
aside,
section,
img,
ol,
ul,
dl {
	margin-bottom: 14pt;
}

		h1 {
			font-size: 18pt;
			padding-bottom: 3pt;
			border-bottom: 1px solid black;
			margin-bottom: 3pt;
			line-height: 1;
		}
		ul,
		ul li {
			list-style: disc outside;
		}
		ol,
		ol li {
			list-style: decimal outside;
		}
				ul li,
				ol li {
					margin: 0 0 5pt 16pt;
				}
		h2,
		h3,
		h4 {
			font-weight: bold;
			margin-bottom: 3pt;
		}
				h2 {
					font-weight: normal;
					font-size: 14pt;
					line-height: 1;
					padding-bottom: 2pt;
					font-style: italic;
					border-bottom: 1px solid black;
				}
				h3 {
					font-size: 11pt;
					font-style: italic;
				}
		blockquote {
			font-style: italic;
			padding: 5pt 20pt;
			border-left: 2px solid black;
		}