@charset "utf-8";
/* CSS Document */

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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #4A0639;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-attachment: fixed;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.oneColElsCtr #mainContent {
}
.mainContent {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/arrow.gif);
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -10px;

}
 .mainContent  a {
	color: #FFD151;
	text-decoration:underline
}
		.mainContent  a:hover {
	color: #FFFFFF;
	text-decoration:none
}
.footer {
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 13px;
	background-color: #FFD151;
	padding-left: 10px;
	padding-right: 10px;
}
 .footer  a {
	color: #333333;
	text-decoration:underline;
	font-weight: lighter;
}
		.footer  a:hover {
	color: #000000;
	text-decoration:none
}
h1 {
	line-height: 110%;
}
h2 {
	line-height: 110%;
}
h3 {
	line-height: 110%;
}