body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a:hover {
	color: #D2002B;
	text-decoration: none;
	}
h1 {
	color: #D2002B;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	}
h2 {
	font-size: 14px;
	color: #565656;
	font-weight: 600;
	margin-left: 25px;
	}
h3 {
	color: #D2002B;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	}
p {
	font-size: 12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 8px;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: left;
	border-left: 1px solid #E2E7EB;
	border-right: 1px solid #E2E7EB;
	}
#header {
	background-image: url(images/headerBkgrnd.jpg);
	background-repeat: repeat-x;
	height: 154px;
	}
#contentBacker {
	width: 100%;
	background-color: #E2E7EB;
	}
#contentHome {
	float: left;
	background-image:url(images/contentBkgrnd.jpg);
	background-repeat: no-repeat;
	width: 572px;
	height: 421px;
	}
#content {
	float: left;
	background-color: #FFFFFF;
	/*border-left: solid 1px #E2E7EB;*/
	width: 531px;
	padding: 20px;
	}
#slogan {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: 30px;
	top: 10px;
	}
#news {
	position: relative;
	left: 30px;
	top: 15px;
	width: 500px;
	height:150px;
	color:#000000;
	background-color:#FFFFFF;
	border: #0e3092 double 6px;
	}
#rightNav {
	float: left;
	width: 203px;
	}
#address {
	margin: 10px 0 0 12px;
	}
#footer {
	clear: both;
	background-color: #0E3AA5;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0 10px 0 10px;
	}
#footer a:hover {
	color: #D2002B;
	text-decoration: none;
	}
.button {
	display: block;
	text-decoration: none;
	background-color: #0E3AA5;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 12px;
	margin: 2px 2px 2px 2px;
	}
.button:hover {
	color: #D2002B;
	}
.bold, .title, .creditUnion {
	font-weight: bold;
	}
.title, .creditUnion {
	margin-left: 30px;
	}
.title {
	color: #D2002B;
	font-size: 60px;
	}
.creditUnion {
	color: #FFFFFF;
	font-size: 16px;
	}
.red {
	color: #D2002B;
	}