body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(images/ntb_bkgd.png);	
}

a:link {
	color: #ff9900;
}

a:hover {
	color: #cc6600;
}

a:visited {
	color: #cc6600;
}

#mast {
	background-color: #FFFFFF;
	width: 780px;
	height: 125px;
}

#top_bar {
	background-color: #330000;
	width: 770px;
	height: 15px;
	font-size: 12px;
	color: #F2EDDC;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#top_bar a:link, #top_bar a:hover, #top_bar a:visited {
	color: #F2EDDC;
}

#rt_ads {
	position:absolute; 
	width:140px; 
	z-index:2; 
	left: 630px; 
	top: 150px
}

#content {
	margin-left: 10px;
	font-size: 12px;
	width: 600px;
}

#navcontainer {
	position:absolute; 
	width:430px; 
	height:26px; 
	z-index:1; 
	left: 400px;
	top: 90px;
}

/* BEGIN nav */
 #navlist {
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 12px;
	font: Arial Black;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #ff9900;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #cc6600;
	padding-bottom: 2px;
	background: transparent;
	color: #cc6600;
}

#navlist a:hover { color: #cc6600; }

/* END nav */