@charset "utf-8";
/* CSS Document */

#footerBG {background-image:url(../images/footer-bg-repeat.gif);
	background-repeat:repeat-x;
	height:51px;
	width:100%;
}

#footerMain {background-image:url(../images/footer-repeat.gif);
	background-repeat:repeat-x;
	height:51px;
	width:807px;
}
#footerLeft {background-image:url(../images/footer-left.gif);
	width:9px;
	height:51px;
	float:left;
}

#footerRight {background-image:url(../images/footer-right.gif);
	width:8px;
	height:51px;
	float:right;
}

#footerText {font:Georgia;
	font-size:11px;
	color:#4b75a3;
	padding:10px 0px 3px 15px;
}

#footerText a {color:#4b75a3;
	text-decoration:underline;
	font-weight:bold;
}
#footerText a:hover {color:#003366;
	text-decoration:none;
}