/* FOOTER 
********************************************/

#Footer
{
	padding-top: 30px;
	padding-bottom: 20px;
	display: block;
	text-align:left;
	font-family:Arial;
}

#Footer ul 
{
	margin: 0px;
	border: 2px;
	padding: 5px 0 0 10px;
}

#TopFooter li 
{
	display: inline;
	font-size: 11px;	
}

#TopFooter li a 
{
	color:#244DCA;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

#SubFooter li 
{
	display: inline;
	font-size: 10px;	
}

#SubFooter li a 
{
	color:#244DCA;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

.LineSpacer
{
	padding-top: 6px;
	background-position: center;
	background-image: url(/WebResources/Images/Line.jpg);
	background-repeat: repeat-x;	
}


.CopyRight
{
	color:#848484;
}