/*** footer styles ***/

#footer {
	clear: both;
	height: 83px;
	background-color: #FFD06F;
	background-image: url(../images/footer/footer-back.jpg);
	text-align: center;
}

#footer .copy {
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FF3300;
}

#footer .space {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #003399;
}

#footer a:hover {
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #003399;
}

#footer a.purp:link, #footer a.purp:active, #footer a.purp:hover, #footer a.purp:visited {
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #FF3300;
}