@charset "utf-8";
/* CSS Document */

/* Main Body CSS */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #fef9f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}
	
/* Right Column (Sidebar) CSS */

.thrColFixHdr #sidebar2 {
	float: right; 
	width: 151px;
	background: #ffffff;
	border: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
		border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
	
/* Main Content CSS */
	
.thrColFixHdr #mainContent {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 204px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 5px;
	vertical-align: top;	
	width: 412px;
	
} 

/* Container CSS */

.thrColFixHdr #container {
	width: 778px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	padding: 0px;
}

/* Header CSS */

.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 0;
	background-image: url(/images/nbgh-header.jpg);
	/* background-image: url(/images/header_bg.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	width:778px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/* Persistant Navigation CSS */

.thrColFixHdr #persistantNav {
	background-color: #514e86;
	height: 24px;
	width: 778px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #persistantNavLeft {
	color: #ffffff;
	padding-left: 15px;
	padding-top: 4px;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavRight {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}

.thrColFixHdr #persistantNavSearch {
	color: #dee7d2;
	padding-right: 15px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #persistantNavLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

.thrColFixHdr #persistantNavLeft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.thrColFixHdr #persistantNavRight a {
	color: #dee7d2;
	text-decoration: none;
}

.thrColFixHdr #persistantNavRight a:hover {
	color: #dee7d2;
	text-decoration: underline;
}

.seperatorNav {
	padding-right: 2px;
	padding-left: 2px;
}
