html, body
{ background-color: #000; background-image: url('/images/_bg.jpg'); height:100%; margin: auto; font-family: Verdana, Arial, Sans-Serif; font-size: 12px; color: #444; }
	
a:link, a:visited 
{ color: #cccc77; text-decoration: underline; }
a:hover, a:active 
{ color: #998855; text-decoration: none; }
			
h1, h2, h3, p, ul, li { margin:0px; padding:0px; }
h2, p { margin-bottom:1em; }
li { padding-bottom:0.5em; margin-left:1.5em; }

#container
{ position:relative; min-width: 750px; height: 420px; padding: 20px; }
			

	#leftNav_container
	{ float:left; height:100%; }
		#leftNav_inner
		{ position:relative; overflow: hidden; height:420px; width:283px; border: solid #000; border-width: 2px 0px 2px 2px; }
	
			#nav_animation { position:absolute; z-index:2; }
				
			#leftNav_inner { font-size:11px; }
			
			#leftNav_inner a:link, #leftNav_inner a:visited { text-decoration: none; }
			#leftNav_inner a:hover, #leftNav_inner a:active { text-decoration: none; }
			
			#leftNav_inner a.activesection { font-size: 16px; line-height:1em; }
			#leftNav_inner a.activelink { background: url("/images/arr.gif") no-repeat left center; padding-left:16px; margin-left:-16px; }
	
			#leftNav_inner ul, #leftNav_inner li { list-style:none; margin:0px; padding:0px; }
			#leftNav_inner .outer_ul { position:absolute; z-index:5; }
			#leftNav_inner .outer_ul li { position:relative; }
			#leftNav_inner .outer_ul ul { margin-top:2px; }
			#leftNav_inner .outer_ul ul li { text-align:right; font-size:9px; }
	
			#leftNav_inner b { font-size: 1.4em; font-weight:normal; }


	#content_container
	{  height:100%; overflow:hidden; border: solid black; border-width: 0px 0px 2px 0px; }
		#content_inner
		{ height: 100%; overflow:auto; border: solid black; border-width: 2px 2px 0px 0px; }
			#content { padding:20px; padding-top:50px; text-align:justify; }
			/* #content__ { position:relative; } messes up scrolling in ie6/7. */
			
				#content a:link, #content a:visited { text-decoration: none; }
				#content a:hover, #content a:active { text-decoration: none; }
				
				.bread { text-align:right; font-weight:bold; }
				#content a { font-weight:bold; }
				#content h1 { margin-bottom:1.5em; font-size: 18px; font-weight: bold; }
				#content h2 { font-size:14px; margin-top:1.7em; }
				#content strong { font-size: 14px; font-weight: normal; line-height: 1.3em; }
				
				.nhs_stamp { position:absolute; top:15px; right:0px; }
				.nhs_stamp, a .nhs_stamp:link, a .nhs_stamp:visited { border:2px solid #000; }
				a .nhs_stamp:hover, a .nhs_stamp:active { border:2px solid white; }
			
			
		
	#thread_container
	{ float:left; height:100%; width:3px; border: 2px solid #000; border-width:2px 0px; }
		#thread
		{ float:left; height:100%; width:2px; background-image: url(/images/thread.gif); }
		#thread2
		{ float:left; height:100%; width:1px; background-image: url(/images/thread.gif); opacity: 0.4; moz-opacity: 0.4; filter: alpha(opacity=40); }

