
/* nbl */

body {
	background:  no-repeat fixed left top;
	font-size: 1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}


a {
	color: #a1a5a9;
	color: gray;
	/*text-decoration: none;*/
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}



#content {
	font-size: .8em;
}

#content2 {
	font-size: 2.0em;
}


#nbl_banner_title {
color: #3333FF;
font-size: 1.1em;
font-weight : bold;
}

#nbl_banner_byline {
color: #3333FF;
font-size: .8em;
}


/* local nav */
#localnav {table-layout: fixed; width: 680px; padding: 0; border: 0; margin: 0;}
#localnav td {font-size: 13px; text-align: center; vertical-align: middle; white-space: nowrap; padding: 0; border: 1px solid #a1a5a9; border-width: 1px 1px 1px 0;}
#localnav td.first {border-left: 1px solid #a1a5a9;}
#localnav td.bottom {border: 0;}
#localnav a {text-decoration: none; color: #393c3e; display: block; padding: 3px; background: #ecedef url(css_images/nav_whitebar.jpg) repeat-x bottom left;}
#localnav a:hover {color: #393c3e; background: #e3e3e4 url(css_images/nav_silverbarhover.jpg) repeat-x bottom left;}
#localnav a.hi {color: #000000; background: #e3e3e4 url(css_images/nav_silverbarhover.jpg) repeat-x bottom left;}



