/* ----------------------------------------------------------------------------
Copyright Einstein Industries 2005. Used with Permission.                             
May not be duplicated or reproduced.

Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari

CSS Document - bnas.css
---------------------------------------------------------------------------- */

ul,ol { list-style: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; color:#53497D }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl {
	width: 600px;

}
a { color: #000; text-decoration: underline; }
a:hover { color: #5d8803; text-decoration: none; }
a img,:link img,:visited img { border: none; }

html, body {
	font: 12px/17px arial,lucida grande,lucida sans unicode,sans-serif;
	background-color: #5870AC;
	color: #000;
	margin: 0px;
}

#bna, #bna-mast, #bna-bottom #bna-container { width: 600px; }
#bna {
	margin: 0px;
	background: url("images/bna-bg.jpg") repeat-y;
	text-align: center;
}
	#bna h1 { font-size: 21px; margin-bottom: 8px; margin-top: 0px; }
#bna-mast {
	height: 176px;
	background:  url("images/bna-mast.jpg");
	margin: 0px;
}
#bna-container { background:  url("images/bna-bg.jpg"); background-repeat:repeat-y;}
#bna-nav b, #bna-nav strong, #bna-navBottom b, #bna-navBottom strong { font-size: 14px; }
#bna-nav select { border: 1px solid #000; background-color: #C1D7F8; color: #fff; margin: 0 32px 0 8px; }
#bna-bottom { height: 82px; background:  url("images/bna-bottom.jpg"); }
#bna-bottom a { }
body #bna-bottom a {}
	#bna-mast span, #bna-bottom a span { display: none; }
	#bna-navBottom{ text-align:right; width: 580px;}

.block { display: block; }
.txt-center { text-align: center; }

