@charset "utf-8";
/* CSS Document */

.screenonly {
	display:none;
	visibility:collapse;
	}
.printonly {
	display:block;
	visibility:visible;
	}
	
#container, #container-wrap, #content, #header, #left-column, table.docs {
width:650px;
}

#header {
	height:100px;
	}

#footer, #footer-wrap, #footer p, #footer p a {
	text-align:left;
	margin-left:20px;
	}
	

#logo-print {
	margin-left:15px;
	}
