@charset "utf-8";

body {
	background: #D7D7D7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.print #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 8.5in;
}
.print #mainContent {
	text-align: center;
	margin: 8% 8% 8% 8%;
}

#essay_title {
	font-size: 16pt;
	text-align: center;
	padding: 0 0 6px 0;
	font-weight: bolder;
}

#essay_subtitle {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#essay_intro {
	text-align: justify;
	font-size: 12pt;
	font-style: italic;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#essay_body {
	text-align: justify;
	font-size: 12pt;
	widows: 3;

}

.essay_separator {
	letter-spacing: 40px;
	text-align: center;
}

#essay_footnotes {
	text-align: left;
	padding: 0 18px;
	font-size: 10pt;
	widows: 3;
	border-top: dashed 1px;
}
