/*
-----------------------------------------------
Client: 
Function: Print CSS definitions.
Author:   
Modified:  5/11/2010
Copyright: Copyright (C) 2010 E-dreamz, Inc. 
----------------------------------------------- 
*/
.noprint {
	display:none;
}
#wrapper {background:none;}
#bodyLeft,  #subNav, .imagebanner, #hdcontainer, #searchcriteria, #ft, .back-button, .print-me, #leftCurve, #rightCurve { display:none; }
#bodyRight { display: block; background-color: white; background-image: none; }
body { background: none !important; font-size: 12px; }
h1 {font-size: 16px; font-weight: bold;}
.leftside { float: right; width: 250px;}
.rightside { float: left; width: 400px; }