/* Print Layout CSS Document */
body{
		left: 0px;
		right: 0px;
	}
	
	
	
	#page{
		position: absolute;
		left: 0px;
		
}	

#logo-pic{
		position: relative;
		left: 475px;
		
	}	
	
	
	#bottom-pic{
		position: relative;
		top: 30px;
		left: 0px;
	}
	
	#column1{
		position: relative;
		top: 10px;
		left: 20px;
		width: 550px;
		font-family: Times New Roman, Times;
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
		
	}
	
	#column2{
		position: relative;
		width: 550px;
		font-family: Times New Roman, Times;
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
		left: 20px;
		top: 10px;
		
				
	}
	

	
	
	#masthead{
	
		display: none;
	
	}

	#top{

		display: none;
	}
	
	#tback{
	
		display: none;
	
	}
	
	#tnext{
	
		display: none;
	
	}
	
	
	#bottom{

		display: none;	
		
	}
	
	#bback{
	
		display: none;
	
	}
	
	#bnext{
	
		display: none;
	
	}