@page {
	margin: 1in;
}

body {
	background-color: white;
	color: black;
}

body, .sans-serif {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.serif {
	font-family: "Helvetica Serif", "Helserif", "ITC Garamond", Palatino, Didot, Baskerville, serif;
}

img {
	margin: 0pt;
	padding: 0pt;
	border: 0pt;
}

a {
	background-color: transparent;
	color: black;
	font-weight: bolder;
	text-decoration: underline;
}

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

header nav, #sidebar, #valid {
	display: none;
}

abbr {
	border-bottom: inherit;
}

header {
	margin-top: 1em;
}

#title {
	float: right;
	margin: -0.5em auto 0em;
	padding: 0em;
	text-align: right;
	font-family: "Handwriting - Dakota", "Bradley Hand ITC", "Kristen ITC", "Mistral", "Staccato222 BT", "Monotype Corsiva", "Apple Chancery", "Brush Script MT", "Casual", cursive;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0em;
	page-break-inside: avoid;
	page-break-after: avoid;
}

h4 + h5 {
	margin-top: -0.5em;
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: avoid;
}

h3 + section {
	page-break-before: avoid;
}

section h1 {
	background-color: transparent;
	color: black;/*#E65217;*/
	margin-top: 0em;
}

section h2 {
	background-color: transparent;
	color: black;/*#6D2103;*/
}

section p {
	text-align: justify;
}

section dt {
	padding-left: 1em;
	font-weight: bolder;
	page-break-after: avoid;
	page-break-inside: avoid;
}

section dd {
	background-color: #EEEEEE;
	color: black;
	padding: 0.5em;
	font-size: 95%;
	border: 0.5pt dotted black;
	page-break-before: avoid;
	page-break-inside: avoid;
}

section dt + dd {
	margin: 0.5em 4em;
}

section dd + dt {
	padding-top: 0.5em;
	border-top: 0.75pt dashed black;
}

/**
 * First-level ordered list
 */
ol {
	list-style-type: decimal;
}

/**
 * Second-level ordered list
 */
ol ol, ul ol {
	list-style-type: lower-latin;
}

/**
 * Third-level ordered list
 */
ol ol ol, ol ul ol,
ul ol ol, ul ul ol {
	list-style-type: lower-roman;
}

/**
 * Fourth-level ordered list
 */
ol ol ol ol, ol ol ul ol,
ol ul ol ol, ol ul ul ol,
ul ol ol ol, ul ol ul ol,
ul ul ol ol, ul ul ul ol {
	list-style-type: upper-latin;
}

/**
 * Fifth-level ordered list
 */
ol ol ol ol ol, ol ol ol ul ol,
ol ol ul ol ol, ol ol ul ul ol,
ol ul ol ol ol, ol ul ol ul ol,
ol ul ul ol ol, ol ul ul ul ol,
ul ol ol ol ol, ul ol ol ul ol,
ul ol ul ol ol, ul ol ul ul ol,
ul ul ol ol ol, ul ul ol ul ol,
ul ul ul ol ol, ul ul ul ul ol {
	list-style-type: lower-greek;
}

#page {
	margin: 0pt;
	padding: 0pt;
	background-color: white;
	color: black;
	max-height: 100%;
}

#content {
	margin: 0pt;
	padding: 0pt;
	page-break-before: avoid;
	page-break-after: avoid;
}

#content > section section {
	margin-left: 0.5em;
}

#content > section > section > section {
	margin-bottom: 0.25em;
}

#toc {
	background-color: white;
	color: black;
	border: 0.25em double black;
	margin-bottom: 1em;
}

#toc > ul::before {
	content: "Table of Contents";
	text-decoration: underline;
}

#toc ul {
	margin: 1em;
	padding: 0em 0.5em;
}

#toc li {
	margin: 0.1em 0.5em;
	padding: 0em 0.25em;
}

#toc li > ul {
	margin: 0em;
}

#toc a[href^="#"] {
	text-decoration: none;
	font-weight: inherit;
}

footer {
	width: 90%;
	margin: 0pt auto;
	text-align: center;
	page-break-before: avoid;
	page-break-inside: avoid;
}

#copyright {
	background-color: white;
	color: inherit;
	padding: 0.5em;
	border: 0.75pt solid black;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	page-break-before: avoid;
	page-break-inside: avoid;
}

#scripts {
	margin: 0pt;
	padding: 0pt;
	width: 0pt;
	height: 0pt;
	display: none;
}
