/* CSS Document */
body {


	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*  background: #9999FF url(images/BlueMatt_Background.jpg) repeat 0 0; */	
	background: #78023f;
	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;
	/* float:right;  */
	float:none;
	
}
.oneColElsCtr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: left;	 /* this overrides the text-align: center on the body element. */
	
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
h1 {
	color: #C00;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}
h2, h2 a {
	color: #78023F; 
	/* color:#993300; */
	text-align: center;
}
p a {
	color: #78023F;
	text-align: center;
}

h3 {
	color: #292929;
	text-align: center;
}
h4 {
	color: #000000;
	text-align: center;
}
.Bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.style1 {font-size: 24px; color:#000000;}
.style2 {color: #FF0000}
.style3 {font: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color:#000000;}
.style4 {font: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color:#000000;}
.style5 {font: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color:#000000;}
.style6         {font: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000;}
.style6 a       {font: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#78023f; font-weight:bold; text-decoration:none;;}
.style6 a:hover {font: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#78023f; font-weight:bold; text-decoration:underline;}
.style7         {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000;}
.style7 a       {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; font-weight:bold; text-decoration:none;}
.style7 a:hover {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; font-weight:bold; text-decoration:underline;}
.style3b {font: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color:#000000; font-weight:bold;}
.style4b {font: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color:#000000; font-weight:bold;}

.style5b {font: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color:#78023f; font-weight:bold;}

.style6b {font: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000; font-weight:bold;}
.style6b a {font: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#78023f; font-weight:bold; text-decoration:none;}
.style6b a:hover {font: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#78023f; font-weight:bold; text-decoration:underline;}
.style7b {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; font-weight:bold;}
.style7b a {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#78023f; font-weight:bold; text-decoration:none;}
.style7b a:hover {font: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#78023f; font-weight:bold; text-decoration:underline;}


.footer a, .footer {font-size: 12px; color: #777b88; text-align:center}

