@charset "utf-8";
/* CSS Document */
@media print
    {
    	body, html {
			background: white;
			font-size: 16pt;
			font-face: Georgia, 'Times New Roman', Serif;
			display: block;
		}
		#banner1 {
			display: block;
			width: 800px;
		}
		#banner2, #banner3 {
			display: none;
		}
		#menubar, #my-menu, #menubutton {
			display: none;
		}
		#contacthead img {
			display: none;
		}
		#contacthead h1 .thin {
			display: none;
		}
		#contact {
			width: 800px;		
		}
		#swtoppic, #swtopbox, #midbox #more, #midright, #bottomboxsw {
			display: none;
		}
		.sitefeatures, .sitefeatures2 {
			display: none;
		}
    	#sidebar1, #sidebar2, #sidebar3, #fixedbar {
			display: none;
		}
		.dubline1, .dubline2 {
			display: none;
		}
		#footer {
			display: none;
		}
		#smfooter {
			display: none;
		}
		
    }
