@charset "UTF-8";
body {
	background: #000;
	background-image:url(nhsq_background_pattern.png);
	background-position:left top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 100px auto;
	text-align: left;
	position: relative;
}
.oneColFixCtrHdr #header {
	background-image: url(nhsq_header.png);
	background-color: #000000;
	background-repeat: no-repeat;
	min-height: 108px;
	font: 100% Gill Sans, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header h1 {
	margin: 0em; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 150px;
	top: 40px;
	width:700px;
	list-style: none;
	}
#header ul li {
	float:left;
	}
#header ul a {
	padding: 0 20px;
	font-size:16px;
	line-height:1.5em;
	text-decoration:none;
	color:#000;
	float:left;
	display:block;
	font-weight: lighter;
	font-variant: small-caps;
	letter-spacing: 5px;
	}
#header ul a.selected {
	background:url(header_selector.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding-bottom:41px;
	}
#header ul a:hover {
	color:#31C5F4;
	}
.oneColFixCtrHdr #mainContent {
	background-image:url(maincontent_background.png);
	background-repeat:repeat-y;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding: 0px;
	margin-left: 0px;
}
#mainContent  p {
	font-size: 0.9em;
	line-height: 19px;
	font-weight: lighter;
	padding-left: 165px;
	padding-right: 165px;
	}
#mainContent  p.first {
	background-image:url(maincontent_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top: 30px;
}
	#mainContent  br {
	background-image:url(star.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
#mainContent  p em {
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: normal;
	font-size:1em;
	font-style: normal;
	}
#mainContent p.last {
	background-image:url(maincontent_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom: 45px;
}
#mainContent  .audio {
	text-indent: 35px;
	background-image: url(audio_bracket.png);
	background-position: 175px top;
	background-repeat: no-repeat;
	line-height: 15px;
}
#mainContent  .titles {
	font-style: italic;
	text-indent: 20px;
}
#mainContent a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E6E4;
}
#mainContent a:hover {
	background-color: #C1E6E4;
}
#mainContent a:active {
	color: #31C5F4;
}
#mainContent #copyright {
	font-size: 0.85em;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
