/********** Footer ************/

#footerContainer {
	width: 100%;
	padding: 0px;
	background: #0c4876;
	float:left;
}

#footerInner {
	width: 826px;
	min-height: 30px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

#footerInner p {
	margin: 8px 16px 8px 16px;
}

#footerInner .left {
	width: 413px;
	min-height: 30px;
	padding: 0px;
	float: left;
	font-size: 1.1em;
}

#footerInner .right {
	width: 413px;
	min-height: 30px;
	padding: 0px;
	text-align: right;
	float: right;
	font-size: 1em;
}

#footerInner a {
	color: #ffffff;
	text-decoration: none; 
}

#footerInner a:hover {
	color: #ccf0fd;
	text-decoration: underline; 
}
