/*Footer*/
#Footer {
	text-align: center;
	padding-bottom: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	padding-top: 10px;
	clear: both;
}
#LinksBox {
	padding-top: 5px;
	padding-bottom: 5px;
}
#LinksBox a, #LinksBox a:visited {
	text-decoration: none;
	color: #0033CC;
	padding-right: 5px;
	padding-left: 5px;
}
#LinksBox a:hover {
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#Footer p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#Footer p,  #LinksBox a, #LinksBox a:visited, #LinksBox a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
