@charset "utf-8";
/* Print styles */
#screenContact {
	display:none;
}
#printContact {
	clear:both;
	height:80px;
	overflow:hidden;
	border-bottom:3px solid #000099;
}
#printContact #name {
	width:422px;
	display:inline;
	float:left;
	padding-left:10px;
}
#printAddress #address {
	width:224px;
	display:inline;
	float:right;
	padding-right:10px;
}
#topNav {
	display:none;
	}
#sidebar {
	display:none;
}
#mainContent {
	margin: 15px 30px 20px 30px;
	float:none; 
}
#footer p {
	text-align:center;
	}