	.FooterDiv {
	
	clear: both;
		margin-left: 26px;
		margin-right: 26px;
	
	
	}
	
		.FooterDiv .boxContent	{
	position: static;
	}
			

				.footerColumnDiv {
				width: 20%;
				float: left;
				padding-top: 15px;
				}
				
				.FooterDiv h3 {
				font: bold 12px Arial;
				color: #000;
				border-bottom: solid 1px #ccc;
				height: 20px;
		
				position: relative;
				}
				
				.FooterDiv ul,
				.FooterDiv li {
				
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				}
				
				
				.FooterDiv ul li a{
				font: normal 11px Arial;
				color: #069;
				text-decoration: none;
				padding-left: 15px;
				background: transparent url(otherImages/blueArrow.gif) scroll no-repeat left  2px ;
				
				}
				
								.FooterDiv ul li a:hover{
		
				text-decoration: underline;
				}
				
				.FooterDiv .boxBackground {
				margin-bottom: 5px;
				
				}
				
				.FooterDiv  p.copyright {
				margin: 0px;
				padding: 0px;
				font: normal 11px arial;
				color: #999;
				padding-bottom: 20px;
				}