html { width: 100%; }

.contentblock, .footer, .header {
	padding: 0;
	width: 100%;
}

body {
    background-color: #fff;
    color: #000;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

.floatRightQuote p, .floatLeftQuote p, .boxCenterQuote p, .refs ul, .links ul, .footer, .header, .caption { font-family: Cambria, Geneva, Arial, Helvetica, sans-serif; }
	
h1, h2, h3 { page-break-after: avoid; }

.floatRightQuote, .floatLeftQuote, .boxCenterQuote {
	border: medium double;
	background: none;
}

a:link, a:visited {
	color: #000099;
}
.contentblock a:link:after, .contentblock a:visited:after {
	font-size: 66.66%;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-style: normal;
	content: " [" attr(href) "]";
	vertical-align: top;
}

.footer, .header {
	padding: 0;
	background-color: #FFF;
	color: #666;
	text-align: left;
}
.footer {
	margin: 8em 0 0 0;
	border-top: medium solid #666;
}
.header {
	border-bottom: medium solid #666;
	margin: 0 0 4em 0;
}
.footer p, .header p { margin: 1em 0; }

.index {
	margin: 2em 0 0;
}

acronym {
  border-bottom: none;
}

.noprint { display: none; }
.printOnly { display: inline; }