/* CSS Document */
/* -------------------------------------------------------------------------------
	The White House (http://www.whitehouse.gov) 2005 Summit of the Americas
	(c) whitehouse.gov. All rights reserved.
   -------------------------------------------------------------------------------
	Author:   Linda Sloan
	Version:  January 13, 2006
*/

@media print{
    body{background: background: white; font-size: 10pt;}
    #left-column{ display:none;} 
/*  #titlebar{ display:none;} */
    #contentarea{ width: auto;
   	margin: 0 20px 0 0;
	padding: 0; 
	border: 0;
    float: none !important;
	color: black; 
	background: transparent;
    }  
  #contentarea2{ width: 85%;}
  #whitehouse{ display:none;}
  #bottombar{ display:none;}
  #bottombar2{ display:none;}
  DIV#background-template {background: none;}
  DIV#background {background: none;}
  DIV#column_2 {width: 87%; padding-bottom: 10px;}
  DIV#main-content {width: 85%;}
}