div#main, div#main div#content, div#content div#contentwell {
	background: #ffffff;
}
#printTools {
	clear:both; 
	height:36px; 
	margin:0px 0px 0px 0px; 
	padding: 0px; 
	background: url(/images/destinations/HorzBorder.gif) bottom repeat-x;
}

div#content div#adright {  background: #ffffff}

#printTools #printButton {
	float: right;
	height:26px; 
	padding: 4px 4px 6px 0px;
}

#printTools #returnTo {
	height:19px; 
	width: 200px;
	padding: 13px 4px 4px 20px;	
	float: left;
}

#printTools a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #264f5b;
	text-transform: uppercase;
	text-decoration: none;
}

#printLogo, #terms {
	clear: both;
	margin: 15px 0px 0px 20px;
	background: #ffffff;
}

#requestTable {
	padding-top: 20px;
}




@media print {
      
    #rightrail, #printTools, #requestTable { display: none; }
	 
	 #main, #content {
	 	width: 504pt;
	 }
    
	 #maincontent {
	 	float: none;
	 }   
   

    }
