@charset "utf-8";
/* CSS Document */

style type="text/css">
<!--
		#body {
			position: relative;
			width: auto;
			height: auto;
			margin: 0px;
			padding: 0px;
		}
		#header {
			position: relative;
			width: 980px;
			height: 250px;
			margin-right: auto;
			margin-left: auto;
		}
		#nav_bar {
			position: relative;
			top: auto;
			width: 980px;
			height: 55px;
			margin-right: auto;
			margin-left: auto;
			font-size:100%;
			font-weight: bold;
			z-index: 5;
		}
		#content_wrapper {
			position: relative;
			background-color: #FAEBAF;
			top: auto;
			width: 980px;
			left: 0px;
			height: 600px;
			border: solid;
			border-width: groove;
			margin-right: auto;
			margin-left: auto;
			z-index: 1;
		}
		#fom {
			position: relative;
			top: auto;
			width: 65.0%;
			height: auto;
			margin-right: auto;
			margin-left: auto;
			padding: .25em;
			float: left;
			z-index: 1;
		}
		#fom h1 {
			font-family: Verdana, Geneva, sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
		}
		#fom a {
			font-size-adjust: 18px;
			text-align: justify;
		}
		#fom_icon {
			position: relative;
			top: auto;
			width: 25%;
			height: auto;
			margin-right: auto;
			margin-left: auto;
			padding:.5em;
			float: right;
			z-index: 1;
		}
		#fom_icon h1{
			font-family: Verdana, Geneva, sans-serif;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
		}
		#fom_icon a{
			font-size-adjust: 18px;
			text-align: justify;
		}
		#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;
			background-color: #6CF;
			top:0px;
			border:ridge;
			left:1.5px;
			width: 980px;
			height:90px;
			margin-right: auto;
			margin-left: auto;
			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>