@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/screened%20paper%20large%20darker.jpg);
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(images/Transparency.png);
	min-height: 100%;
}
.oneColFixCtrHdr #header {
	padding: 0;
	font-size: 9%;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	border-width: 0;
	border: none;
}
#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-left: 72px;
	margin-right: 72px;
	line-height: 125%;
}
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	margin-right: 72px;
	margin-left: 72px;
}
#container #mainContent p a {
	color: #515151;
}
#container #mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#container #mainContent ul dl dt {
	text-align: left;
}
#footer p a img {
	border: none;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#container #mainContent form table {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent h1 img {
	text-align: left;
}
#container #mainContent table tr td p img {
}
.oneColFixCtrHdr #container #mainContent form p {
	text-align: center;
}
