/* Default CSS used on all pages */
@import url(common.css);

/* Page specific CSS */

#footer {
	width: 720px;
	font-size: 10px;
	border-top: 1px solid #be0027;
	margin-left: 30px;
	margin-top: 2px;
	background-image:url(../images/footer.gif);
	text-align: center;
	padding: 2px 0px 0px 0px;
}

#footer a {
	text-decoration: none;
	color: #239e46;
	font-weight:bold;
}

#footer a:hover {
	color: #be0027;
}