/*	-------------------------------------------------------------
	FedDictionary
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Print Style Sheet
	Filename:		print.css
	Version:		1.0
	Date:			Feb 11, 2008
	-------------------------------------------------------------	*/
	
	@import url(reset.css);
	
/*	-------------------------------------------------------------
	-Base Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	body { 
		color: #333333;
		font-family: Arial, Helvetica, sans-serif; }
	
	#mainContainer { 
		padding: 1.8em;
		width: 50em; }
	
	#headerContainer, #contentContainer, #searchContainer {
		width: 100%; 
		margin: 0 auto; }
		
	#contentContainer { 
		background: none; 
		padding-bottom: 1em; }
		
	
	#topBar, #searchContainer, .toolBox, #infoBar, .sponsor, #contactArea, .footerLogo, .sponsoredby, .noFind { display: none; }
		
	
	h1 {
		font: normal 3.2em Arial, Helvetica, sans-serif; 
		margin: 0 0 .5625em 0 ; }
	
	h2 {
		font-size: 2.4em;
		font-weight: normal;
		margin: 1em 0 0 0;
		}
	
	h3 { 
		border-bottom: 1px solid #dddddd;
		color: #666666;
		font: bold 1.2em Arial, Helvetica, sans-serif; 
		padding: 0 0 .3em 0;
		margin: 2.4em 0 .3em 0;
		}
	
	h4 { display: none; }
	
	p {
		font-size: 1.2em; 
		line-height: 1.5em; 
		margin: .75em 0 1.5em 0; }
		
	hr {
		background: #cccccc;
		color: #cccccc;
		height: 1px;
		border: 0px solid #cccccc;
		margin: 2.4em 0; }
		
	.sponsoredby { 
		color: #999999; }
		
	.footerStatement {
		font-size: 1em;
		color: #666666;
		line-height: 1.5em;
		}
		
	a {
		color: #0076CC;
		}

