#footer {
	position: relative;
	margin: 0px auto;
	margin-top: -12px;
	margin-bottom: -12px;
	padding-left: 20px; 
	padding-right: 20px; 
	width: 910px;
	text-align: left;
	/* border-top: 1px solid #00529b; */
	background-color: #d8d4be;
}
#footer p {
	text-align: left;
	padding: 0px;
	margin: 0 0 12px 0;
	font-size: 11px;
	font-weight: normal;
}
#footer p a {
	color:#000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footer p a:hover {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#footer2 {
	position: relative;
	margin: 0px auto;
	padding-top: 10px;
	width: 950px;
	text-align: left;
	border-top: 1px solid #00529b;
	/* background-color: #d8d4be; */
}
#footer2 p {
	text-align: left;
	padding: 0px;
	margin: 0 0 12px 0;
	font-size: 11px;
	font-weight: normal;
}
#footer2 p a {
	color:#00529b;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footer2 p a:hover {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}