body, td {font: 14px arial, sans-serif color:black;}
body {margin:5px; background-color: #CFC6AA;}
b {font:bold 14px "Times New Roman", serif;}
ul, ol {margin-top:3px; margin-bottom:0px;}
dt {font:bold 14px "Times New Roman", serif;}
dd {margin:0 0 1em 1em;}
a:link, a:visited {color:#795F2E; font-weight: bolder; text-decoration:underline;}
a:hover, a:active {color:#1F422B; text-decoration:underline;}

a.navbar:link {font: bold 14px/1.5 arial, sans-serif; color:white; text-decoration:none;}
a.navbar:active {font: bold 14px/1.5 arial, sans-serif; color:#CFBE8A; text-decoration:underline;}
a.navbar:visited {font: bold 14px/1.5 arial, sans-serif; color:white; text-decoration:none;}
a.navbar:hover {font: bold 14px/1.5 arial, sans-serif; color:#CFBE8A; text-decoration:underline;}
.header {font:small-caps 36pt "Times New Roman", serif; padding-left:25px;}
.subheader {font:small-caps 18pt "Times New Roman", serif;}
.nav {text-align:left; color: white; background-color:#666D4E; border:solid 3px #795F2E; padding: 5px; width:133px;}/*1F422B*/
.indent {margin-left:15px;}
.tdborder {background-color:#795F2E;}
.tdcontent {background-color:#CFBE8A;}/*F5E1A4*/
.tdheader {color: white; background-color:#666D4E; font-weight:bold;}/*CFBE8A*/
.fineprint {font-size:75%;}

.notice, .featurebox { 
	color: white;
	background-color:#666D4E; 
	border:solid 3px #795F2E;
	padding: 5px; 
	margin-bottom: 1em;
	}
	
.notice em, .featurebox em {
	color: #CFC6AA;
}
.notice a, .featurebox a{
	color: #CFC6AA;  border-bottom: 1px dotted #CFC6AA;
}

.notice a:hover, .featurebox a:hover{color: #CFC6AA; border-bottom: 1px solid #184129; text-decoration: none;
}

.datatable {border:1px solid #795f2e; border-bottom-width:0; margin-bottom:1em; width:auto; text-align:left; background-color:#e4dcc0;}
.datatable caption {font-weight:bold; text-align:left;}
.datatable th {padding:3px 6px; border-bottom:2px solid #795f2e; background:#cfbe8a repeat-x center left; vertical-align:top;}
.datatable th.shortcol {width:15%;}
.datatable td {padding:3px 6px; border-bottom:1px solid #795f2e; vertical-align:top;}
.rowone {background-color:#fff;}
.rowtwo {background-color:#e4dcc0;}
.horizontal th {border-width:0 0 1px;}

/* zoom image */
#zoom {
	position:relative;
	z-index:100;
}

#zoom a {
	/*float: right;*/
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 62px; /* show only thumbnail */
	height: 28px;
	background: url(img/ncua_logo_2006z.gif) no-repeat top left;
}

#zoom a:hover {
	width: 543px; /* adjust size to zoomed photo */
	height: 244px;
	background-position: 0 -28px; /* move the image so only the big one shows */
	margin-top: -216px;
}

	.thumbnail {margin:0 0 0 10px; position:relative; z-index:9999; border:1px solid #eee; float:right;  padding:5px; background:#fff;}
	.thumbnail img {border:1px solid #000;}

.wideTable { }