@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #564395;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
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: 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: #fff;
	background-image: url(images/PurpleBand.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	visibility: visible;
}
.oneColFixCtr #container {
	width: 960px; 
	border: 0px solid #000000;
	text-align: left; 
	padding: 30px;<br />
margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.oneColFixCtr #container #mainContent p {
	font-size: 100%;
	color: #564395;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container #mainContent table tr td table tr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.oneColFixCtr #container #mainContent table tr td table {
	color: #000;
}
.purple {
	color: 564395;
}
.oneColFixCtr #container #mainContent table tr td table tr .bodytext .bodytext {
}
.bodytextblack {
	color: #000;
}
.tollfree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: 564395;
}
.tollfreevoicefax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: 564395;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.ACtextLink {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	cursor: text;
	font-family: Arial, Helvetica, sans-serif;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.phonenumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.streetaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.tollfree2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #564395;
}
/* --- Footer Area--- */
.footerArea{
	width: 100%;
	margin:0;
	background-color: #3a7eed;
}

.footerArea .container{
	width: 960px;
	min-height: 75px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	height: auto;
	background-color: #FFF;
}
.footerArea .container p {
	font-size: 12px;
	color: #FFF;
}
.footerArea .container a {
	color: #000000;
}

.clear_both {
	clear: both;
}
