﻿/* Printer friendly CSS */
* {
	padding:0;
	margin:0;
}

body {
   background-image: none;   
}

#wrapper {
    width:100%;
    border:none;
}

#maincontainer {
	height:auto;
	border:none;
	margin:0;
	width:97%;
}

#maincontent {
	width:95%;	
	height:auto;
	border:none;
	margin:0;
}

#date-box {
    text-align:right;
    width:95%;
}

p#copyright {
	width:95%;
	font-size:100%;	
}

#subheader, #breadcrumb, #navcontainer, #justice-served,
#navbox, #header, #footer, #header-box {
	display:none;
}
