@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;
	background-color: #FFFFFF;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px none #EE89B9;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	margin: 0px;
	color: #EE89B9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* [disabled]height: 71px; */
}
.oneColFixCtrHdr #footer {
	border: 1px none #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
}
.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 */
	color: #000000;
}.oneColFixCtrHdr #menu {
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D91B5C;
	border-right-color: #D91B5C;
	border-bottom-color: #D91B5C;
	border-left-color: #D91B5C;
}
.oneColFixCtrHdr #container #footer .copyright a:link {
	color: #312729;
}
.oneColFixCtrHdr #container #footer .copyright a:hover {
	color: #D91B5C;
}
.oneColFixCtrHdr #container #footer .copyright a:visited {
	color: #666666;
}
.oneColFixCtrHdr #BelowFooter {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	text-align: left;
	position: relative;
}
.oneColFixCtrHdr #container #header img {
	float: left;
}
.HeaderQuote {
	color: #D91B5C;
	font-family: "Times New Roman", serif;
	font-size: 1.5em;
	margin-bottom: 0px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.HeaderByline {
	text-align: right;
	margin-top: 0px;
}
