@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/homepage_bg.jpg);
}
.oneColFixCtrHdr #header {
	height: 160px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
}
.oneColFixCtrHdr #mainContent li{
	list-style-type: disc;
	line-height: 1.5em;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #4A2777;
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #4A2777;
	font-size: 1em;
	font-weight: bold;
}
.picright {
	float: right;
	right: auto;
	margin-left: 10px;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	color: #4A2777;
	text-align: center;
}
a:link {
	color: #4A2777;
	text-decoration:none;
}

A:visited { color: #4A2777; text-decoration:none; }
A:active  { color: #4A2777; text-decoration:none; }
A:hover {
	color: #4A2777;
	text-decoration: underline;
}
.smallPrint {
	font-size: 0.6em;
}
.footerStrapline {
	font-size: 0.7em;
	color: #D1BFEA;
}
