#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 0.8em; */
	color: #BA212E;
	text-decoration: none;
	position: relative;
	z-index: 100;
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	top: auto;
	left: auto;
	padding: 3px;
	text-align: center;
	display: block;
	vertical-align: baseline;
	margin-top: 25px;
	margin-bottom: 5px;
}

#contentFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	top: 0px; left: 0px;
	text-align: left;
	padding: 20px 0px;
	border: 0px;
	margin: 0px auto;
	width: 756px
}

#cifooterlogo {
	float: left;
	margin-left: 18px
}

#copyright-terms { 
	float: left;
	padding: 0px;
	margin: 0px 18px 0px 14px;
	width: 631px
}

#copyright-terms p { 
	margin-bottom: 0.2em
}

#contentFooter a, 
#contentFooter a:link,  
#contentFooter a:visited {
	color: #333;
	text-decoration: none
}
 
#contentFooter a:visited:hover,
#contentFooter a:hover { 
	background-color: #a3b1b2;
	color: #333;	
	text-decoration: none
}



