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

#footer {
	background-image: url(img/footTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	margin-top: 10px;
	float: left;
}
#footer #footerTable {
	background-image: url(img/footBot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer #footerTable td {
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 5px;
}
#footer #footerTable ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}
#footer #footerTable ul li {
	background-image: url(img/navLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	line-height: 18px;
	height: 25px;
}
#footer #footerTable ul li a {
	text-decoration: none;
	color: #555555;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer #footerTable .footHead a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}
#footer #footerTable td a:hover {
	color: #990033;
}
#footer #footerTable p {
	text-align: left;
	margin: 3px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
#footer #footerTable p strong {
	color: #990033;
}
#footFoot {
	background-image: url(img/footLogos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 11px;
	margin-bottom: 0px;
	font-size: 11px;
	clear: left;
	padding-bottom: 15px;
}
#footFoot a {
	color: #121212;
	text-decoration: none;
}
