@charset "utf-8";
/* Text attributes.  See layout purple for CSS layout attributes */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContainer {
	/*Adjust global main content attributes here*/
	font-size: 15px;
	color: #333333;
	line-height: 140%;
}

h1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}
h2 {
	font-size: medium;
	margin-bottom: 20px;
}


p, ul, ol {
	margin: 0 0 1em 0;
}
li {
	padding: 0 15px 0 15px;
	margin: 0 0 8px 15px;
}
.mockTab {
	width: 1.5in;
	display: block;
	float: left;	
}
.centered {
	text-align: center;
}
a {
	color: #480024;/*#660033;*/
}
/*The adjust text attributes for header, footer, and navigation areas with caution - they may affect layout*/
.leftNavLink, .topNavLink {
	color: #F7F7F7;
	text-decoration: none;
	font-size: 17px;
}
.topNavLink {
}
#headerPhoneNumber {
	font-size: medium;
}
#headerAddress {
	font-size: small;
}
#footerContainer, #footerContainer a{
	color: #F7F7F7;
	font-size: 10px;
}
#footerContainer span{
	padding: 0 20px 0 20px;
}