@charset "UTF-8";
body {
	margin: 0px; /* 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: #B18CFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	border: 0px none #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 200%;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	float: none;
}
.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 20px;
	text-align: left;
	background-color: #F0F0F0;
	color: #000;
	font-size: 11pt;
	font-family: Calibri;
	font-weight: normal;
	top: 0px;
	bottom: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}
.oneColFixCtrHdr #container #header h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #B18CFF;
	background-color: #000;
}
.oneColFixCtrHdr #container #header h3 {
	font-size: 14pt;
	color: #B18CFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.oneColFixCtrHdr #container #header h5 #Secondline {
	text-align: left;
	font-size: 49.3pt;
}
.Websites {
	color: #00C;
}
.Contentsp {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13pt;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent table tr td h6 strong {
	color: #903;
	font-size: 14pt;
}
