/* CSS Document */
	
	body {
		font: 10pt Arial; 
		color: #fff; 
		background: #000000 url(images/bodyBackground6.jpg) top no-repeat; 
		margin-top: 10px; 
	}
	
	#header {
		text-align:center;
		margin-top: 0.8em;
		color: #fff;
		font: Arial;
		font-size: 16px;
		font-weight: bold;
		min-width: 950px;
	}
	
	
	#subheader {
		clear: both;
		text-align: center;
		margin-top: 3em;
	}
		
	
	#contentBox {
		width: 724px;
		margin: 0 auto;
		height: 510px;
		margin-top: -0.3em; 
	}	

	#leftNav {
		margin-left: 1px;
		float: left;
		width: 199px;
		height: 517px;
		background: transparent url(images/leftNav-testNik.png) no-repeat;
	}

	/*	Leah, this is for the IE png transparency bit..., handles the background graphic here, since my other code (iepngfix.js) handles all the rest of the .png images
		Taken from: http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/
	*/
	#leftNav { behavior: url(javascripts/iepngfix.htc); }




	.requiredField {
		font-weight: bold;
		color: #F00;
	}



	
	#leftNavContent {
		height: 480px;
		padding: 1em;
		padding-right: 1.5em;
		margin-top: 2px;
	}
	
	#leftNavContent a {
		padding: .5em 0 .5em .5em;
		display: block;
		background-color: #5d6260;
		font-weight: bold;
		color: #fff;
		font: Georgia; 
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#leftNavContent a:hover {
		padding: .5em 0 .5em .5em;
		display: block;
		background-color: #bdcfec;
		font-weight: bold;
		color: #42324f;
		font: Georgia; 
		text-decoration: none;
	}
		

	#rightBox {
		float: right;
		width: 505px;
		margin-top: 20px;
		margin-right: 5px;
		height: 453px;
		font: 11pt Arial;
		color: #FFFFFF;
		overflow: auto;
		padding: 3px;
		line-height: 1.4em;
	}
	
	#rightBox a {
		color: #bdcfec;
		text-decoration: underline;
		font-style: italic;
	}
	
	p.header {
		font-size: 32px;
		margin-top: 0em;
		line-height: 30px;
	}
	
	p.subHeader {
		margin-top: 0em;
		font-size: 18px;
	}
	
	div#needHelpBox {
		background-color: none;
		text-align: center;
		margin-top: -6em;
	}
	
	
	div#endMethNowLogoBox {
		text-align: center;
		margin-top: 1em;
	}
	
	
	div#disclaimerBox {
		clear: both;
		text-align: center;
		margin-top: -1em;
	}
	
	div#disclaimerBox a {
		color: #fff;
		font-size: 10px;
	}
	
	div#errors {
		color: #fff;
	}