/* Start of CMSMS style sheet 'WestVenn: Print' */
body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
font-size:12pt;
border:0 !important; /* no borders thanks */
}

/* 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; 
}

div#content {
display:block !important;
width:98% !important;
border:0 !important;
padding:2% !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
/*div#sidebar,*/
#nav-main,
h1,
div.back_button,
form,
a:link  {
display: none !important;
}

div#content,#main {
float:right;
width:68%;
}


div#sidebar {
float:left;
width:25%;
}

img {
float:none; /* this makes images cause a pagebreak if it doesnt fit on the page */
}
/* End of 'WestVenn: Print' */

