body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
float:none !important;
background-image: none !important;
padding:1em !important;
margin: 0 !important;
clear: both !important;
text-align: left !important;
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}


/* hide everything else! */
.page-menu,
.searchBox,
.zestBox,
h2.rButSmGrey,
h2.rButBigGrey,
h2.rButSmGreyLeft,
h2.rButBigGreyLeft,
.gallery,
.botLinksBot,
ul.prospectusSm,
ul.prospectus,
ul.smLeftNav,
ul.topMenu,
#header h1 a,
.breadCrumb,
#search,
#footer,
#menu_vert,
#news,
.right49,
.left49,
#sidebar  {
   display: none !important;
}



.imageLeft {margin-right: 15px; margin-top: 15px; float:left;}
.imageLeftTop {margin-right: 15px; float:left;}
.imageRight {margin-left: 15px; float:right;}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}

h2.moylesCourt,
h2.hostedEvent,
.autoHeight,
.clearfix,
.floatRight,
.floatLeft {
	background-image: none;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
