html, body{ 
    font-family: "Open Sans" !important;
}
body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	font-size: 12px;
	font-family: "Open Sans";
}
#wrapper {
	border: #000000 solid thin;
	text-align: left;
}
	#wrapper a {
		color: #09357A;
		text-decoration: underline;
	}
	#wrapper a:hover {
		color: #09357A;
		text-decoration: none;
	}
	#wrapper img {
		border: none;
	}
	#grayHeader {
		background-color: #949393;
		border-bottom: solid 2px #FFF; 
		height: 50px;
	}
	#header {
	}
	#navigation {
		text-transform: uppercase;
		border-top: solid thin #000;
		border-bottom: solid thin #000;
	}
	#content {
			clear: both;
			background: #FFF;
		}
		.small {
			font-size: 10px;
		}
		.red {
			color: #FD1B14;
		}
		#content h2 {
			color: #FD1B14;
		}
		#content .leftTab {
			padding-left: 20px;
		}
		#content .ratesDivider {
			border-bottom: solid #09357A 1px;
		}
		#content .ratesHeader {
			color: #FD1B14;
			font-size: 14px;
			text-align: center;
			text-decoration: underline;
		}
		#content .ratesSubHeader {
			text-align: left;
			border-bottom: solid #09357A 1px;
			font-size: 12px;
		}
		#imageLeft {
			float: left;
		}
		#imageRight {
			float: left;
		}
		#inside {
			padding-left: 10px;
		}
		#onlineBanking {
			float: left;
			width: 180px;
		}
		#online {
			text-align: center;
			width: 180px;
		}
	#footer {
		clear: both;
		background: #949393;
		border-top: solid 2px #FFF;
		height: 104px;
		position: relative;
		width: 800px;
	}
		.fdicText {
			float: left;
			font-size: 12px;
			width: 75%;
		}
		.ehl {
			float: left;
			padding-right: 10px;
			position: relative;
			top: 0;
		}
.privacyPolicy {
	background-color: #FFF;	
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	left: 205px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	top: 15px;
}