@charset "utf-8";
.thrColFixHdr #footer {
	background-image: url(../images/footer_bg.png);
	background-repeat:no-repeat;
	height:65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}


.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.sub_heads {
	
		font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5a5a5a;
	text-decoration: none;
	text-align: left;
}

.smallgrey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5a5a5a;
	text-decoration: none;
	text-align: left;
}

a.footers:link {
color: #5a5a5a;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif; line-height: 13px;
font-size: x-small;

} 

a.footers:visited {
color: #5a5a5a; 
text-decoration:none;
font-family:Arial, Helvetica, sans-serif; line-height: 13px;
font-size: x-small;
} 

a.footers:hover {
color:#630766; 
text-decoration:none;
font-family:Arial,Helvetica,sans-serif; line-height: 13px;
font-size: x-small;
} 

a.footers:active {
color: #5a5a5a; 
text-decoration:none;
font-family:Arial, Helvetica, sans-serif; line-height: 13px;
font-size: x-small;
} 
