html,
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #332D7C;
}

h1, h2, h3, h4, h5 {
	font-family: Courier, "Courier New", mono;
	color: #332D7C;
	margin-bottom: 0;
}

#nav h1 a,
#nav ul,
#testimonial,
#header,
#specialOffers,
#logoBar,
#rightcolumnFooter,
#footer ul li,
.hide {
	display: none;
}

#nav {
	text-align: center;
	border-bottom: 1px solid #332D7C;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer {
	border-top: 1px solid #332D7C;
	padding-top: 10px;
	margin-top: 20px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li:first-child {
	display: block;
}

#footer ul li a {
	text-decoration: none;
	color: #332D7C;
}

/* ===== styles ======================================== */

.required,
.error {
	color: #F00;
}

.yellow {
	color: #FF0;
}

.green {
	color: #A3C377;
}

.ltpurple {
	color: #D6D4EB;
}

.purple {
	color: #7973C2;
}

.dkpurple {
	color: #332D7C;
}

.gray {
	color: #666;
}

.clearLeft {
	clear: left;
}

.clear {
	clear: both;
}