@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
padding:0;
background:#ffffff;
color:#000000;
}
	
/* Image Tags to be Removed when Printing */
img {
display: none
}

#wrap {
margin:2%;
width:auto;
float:none !important;
}

/* Content Sections to be Removed when Printing */
#nav, #nav-secondary, #breadcrumb {
display:none;
}
a {
text-decoration:underline;
color:#0000ff;
background-color:inherit;
}