body {
	background: #FFF;
	font: 14px "Times New Roman", Times, serif;
	color: #000066;
	line-height: 15px;
	font-weight: normal;
}

#siteWrapper {
	background:  url("/lib/images/bnb_contentbg.gif") repeat-y;
	/* background: #00AA00; */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden;
	width: 688px;
	border: 1px solid #000066;
	}

/* NAV STYLES -----------------------------------------------------------*/

#nav {
	margin-left: auto;
	margin-right: auto;
	width:688px;
	background: url("/lib/images/bnb_contentbg.gif") repeat-y;
	}

	
/* SUBNAV STYLES --------------------------------------------------------*/

#subnav {
	clear: both;
	padding: 4px 10px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 680px;
	font: 12px Arial, Helvetica, sans-serif;
	}
#subnav ul {
	margin: 0px;
	padding: 0 0 20px 0;
	margin:0;
	clear:both;
}
#subnav ul.L3 {
	border-top:1px solid #000066;
	}
#subnav li {
	display: inline;
	margin: 0px;
	float:left;
}
#subnav li a {
	display: block;
	margin: 3px 0 3px 0;
	padding: 0 7px 0 7px;
	text-decoration: none;
	color:#000066;
	border-right:1px solid #000066;
}
#subnav li a:hover {
	text-decoration:underline;
	color:#CC9900;
}
#subnav li.current, #subnav li.current a {
	font-weight:bold;
	text-decoration:none;
	color:#CC9900;
}

/* COLUMN STYLES -------------------------------------------------------*/

#left {
	/* background: #FFAA00; */
	float: left;
	padding: 0px;
	width: 200px;
	margin-top:60px;
	}
	
#center{
	/* background: #FFFF00; */
	float: left;
	padding: 0 0 20px 0;
	width: 329px;
	margin:100px 0 0 0;
 }

#right {
	padding: 145px 19px 0px 10px;
	margin: 0px -3px 0px 0px; /* IE Duplicate Characters Bug Fix */
	color: #FFFFFF;
	text-align: left;
	float: left;
	width: 130px;
}

/* CONTENT STYLES -------------------------------------------------------*/
	
#content {
	/* background: #FF0000; */
	border-left: 1px solid #0F2B80;
	padding:0 10px 0 15px;
	min-height:250px;
	}
	
#content h1 {
	font-size: 18px;
	font-weight:normal;
	}
	
#address {
	/*background: #FF00AA; */
	padding: 5px 172px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #0F2B80;
	text-align:right;
	}

/* ===================================================	
	FireControl STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	}

