@charset "utf-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #410149;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #323232;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #323232;
}
.oneColFixCtrHdr #header {
	background-color: #7d7d7d;
	margin-top: 10px;
	border: 3px double #410149;
	margin-right: 10px;
	margin-left: 10px;
}
.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 {
	padding: 0 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #323232;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #410149;
}
.oneColFixCtrHdr #footer {
	background-color: #7d7d7d;
	border: 3px double #410149;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #410149;
	font-style: italic;
}
.email {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #410149;
	text-align: right;
	margin: 10px;
}
