/* FOOTER  =================================*/
.Footer {
	width: 990px;
	font-size: 10px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	color: #4a4a4a;
	text-align: left;
	}	
	/* FOOTER LINKS  =================================*/
	.FooterPriNavStrip {
		width: 990px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 40px 0px;
		text-align: center;
		}
	.FooterPriNavStrip ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	.FooterPriNavStrip li {
		list-style: none;
		display: inline;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	.FooterPriNavStrip a {
		display: inline;
		text-decoration: none;
		padding: 0px 35px 0px 35px;
		margin: 0px 0px 0px 0px;
		font-size: 10px;
		color: #4a4a4a;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		}
	.FooterPriNavStrip a:hover {
		color: #666666;
		padding: 0px 35px 0px 35px;
		margin: 0px 0px 0px 0px;
		text-decoration: underline;
		}
	.FooterPriNavEndLink a{
		border-right: 0px solid #CCCCCC;
		}