@charset "UTF-8";
body {
	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%;
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-attachment: scroll;
	background-image: url(../images/graybg.png);
	background-repeat: no-repeat;
	background-color: #B8B8B8;
}
.oneColFixCtrHdr #container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #footer {
	margin-top: 15px;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#text {
	font-style: italic;
	text-align: center;
	font-size: 24px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#text2 {
	font-style: italic;
	text-align: center;
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#text3 {
	font-style: italic;
	text-align: center;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
a:link {
	color: #412652;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
