body {
	background: #E9E8E4;
	margin: 0px auto 0px auto;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}



.top-nav {
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 37px;
	letter-spacing: 1px;
	font-weight: bold;
}
.top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.top-nav a:hover {
	color: #E41A15;
	text-decoration: none;
}



.side-nav {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E41A15;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
.side-nav a {
	color: ##E41A15;
	text-decoration: none;
}
.side-nav a:hover {
	color: #000000;
	text-decoration: none;
}




.text-black {
	font: 11px Century Gothic, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
}
.text-black a {
	color: #000000;
	text-decoration: underline;
}
.text-black a:hover {
	color: #E42330;
	text-decoration: underline;
}



.text-red {
	font: 11px Century Gothic, Arial, Helvetica, sans-serif;
	color: #E42330;
	line-height:16px;
}
.text-red a {
	color: #E42330;
	text-decoration: underline;
}
.text-red a:hover {
	color: #000000;
	text-decoration: underline;
}




.h1 {
	font: 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
	line-height: 37px;
}
.h1 a {
	color: #333333;
	text-decoration: none;
}
.h1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.h2 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 1px;
}
.h3 {
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 1px;
}
.h4 {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E42330;
	text-decoration: none;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 1px;
}
.h5 {
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E42330;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: 1px;
}
.h6 {
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.h7 {
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #E42330;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}







/* footer styles */
.footer {
	font: 11px Century Gothic, Arial, Helvetica, sans-serif;
	color: #666666;
}
.footer a {
	color: #E42330;
	text-decoration: underline;
}
.footer a:hover{
	color: #666666;
	text-decoration: underline;
}
