@charset "utf-8";
/* CSS Document */

div#footArea dl {
	width:220px;
	float:left;
	text-align:left;
	padding:0px 0px 0px 15px;
}
div#footArea dt {
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
	color: #585858;
}
div#footArea dd {
	margin-top:5px;
}
div#footArea dd a {
	text-decoration:none;
	color:#666666;
}
div#footArea dd a.arrow {
	background-image: url(/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
div#footArea dd a.blank {
	background-image: url(/img/blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}

div#footArea div.copyright {
	width:950px;
	margin:0px auto;
	color:#FFFFFF;
	background-color: #333333;
	line-height:24px;
	margin-top:15px;
	background-image: url(/img/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

