@charset "utf-8";
/* CSS Document */
<style type="text/css">
	<!--
		#body {
			position: relative;
			background-color: #FFF;
			width: auto;
			height: auto;
			margin: 0px;
			padding: 0px;
		}
		#header {
			position: relative;
			width: 980px;
			height: 360px;
			margin-right: auto;
			margin-left: auto;
		}
		#banner {
			position: relative;
			background-color: #FF0;
			top: auto;
			width: auto;
			height: auto;
			left:auto 0px;
			font-size: 28px;
		}
		#nav_bar {
			position: relative;
			top: auto;
			width: auto;
			left: 0px;
			height: 55PX;
			font-size:100%;
			font-weight: bold;
			z-index: 5;
		}
		#content_wrapper {
			position: relative;
			top: auto;
			width: 980px;
			left: 0px;
			height: 580px;
			border: solid;
			border-width:thick;
			margin-right: auto;
			margin-left: auto;
			z-index: 1;
		}
		#content_upper_left{
			margin: 0 auto;
			padding: .25em;
			height: 47%;
			width: 48.5%;
			float: left;
			border: groove;
		}
		#content_upper_right{
			margin: 0 auto;
			padding:.25em;
			height: 47%;
			width: 48.5%;
			float: right;
			border: groove;
		}
		#content_lower_left{
			margin: 0 auto;
			padding: .25em;
			height: 47%;
			width: 48.5%;
			float: left;
			border: groove;
		}
		#content_lower_right{
			margin: 0 auto;
			padding: .25em;
			height: 47%;
			width: 48.5%;
			float: right;
			border: groove;
		}
		#NCUA{
			position: absolute;
			left:10px;
			top:10px;
			width: 170px;
			height: 80px;
			z-index: 10;
		}
		.thumbnail {
			position: relative;
			z-index: 10;
		}
		.thumbnail:hover {
			background-color: transparent;
			z-index: 50;
		}
		.thumbnail span{ /*CSS for enlarged image*/
			position: absolute;
			background-color: #6FF;
			padding: 5px;
			left: -1000px;
			border: 1px dashed gray;
			visibility: hidden;
			color: black;
			text-decoration: none;
			z-index: 60;
		}
		.thumbnail span img{ /*CSS for enlarged image*/
			border-width: 0;
			padding: 2px;
		}
		.thumbnail:hover span { /* CSS for enlarged image on hover*/
			visibility: visible;
			top: -255px;
			left: 60px; /*position where enlarged image should offset horizontally*/
		}
		.hiddenPic { /*class for preloading images in CSS */
			display: none;
		}
		.preloadimg {
			background-image: url(Images/myEZ-banner-40%25-125x125-static.gif);
			display: none;
		}
		#footer {
			position: relative;
			top:0px;
			border:ridge;
			left:1.5px;
			width: 980px;
			height:90px;
			margin: 0px;
			padding: 0px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 16px;
			text-align: justify;
		}
		#footer_text {
			position: relative;
			top: 5px;
			right: 20px;
			width: auto;
			float: right;
		}
		#footer_text h1 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:18px;
			font-weight:bold;
			text-align:right;
		}
	-->
</style>


