@charset "utf-8";
body  {
	background: #666666; /* 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: #523C6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 130%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #955E95;
	border-right-color: #955E95;
	border-bottom-color: #955E95;
	border-left-color: #955E95;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	height: 518px;
	float: none;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px;
	background-color: #FFF;
	font-size: 12px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #523C6B;
	font-style: normal;
}
.twoColFixLtHdr #mainContent {
	width: 485px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #FFF;
	height: 170px;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: bottom;
} 
.twoColFixLtHdr #footer p {
	width: 800px;
	margin: auto;
	color: #52416B;
	background-color: #FFF;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 125%;
	vertical-align: text-bottom;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent p {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 h3 blockquote h4 strong {
	font-weight: normal;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 h3 blockquote p strong {
	text-align: left;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 h3 blockquote p {
	text-align: left;
}

