/* Start of CMSMS style sheet 'Print' */
#subcontent,
#footer img,
#nav,
#toplinks {
	display: none;
	}
.caption {
  text-align: left;
}
body {
color: #000;
background-color: #fff;
font-family: arial; 
border: 0;
}

* {
	border: 0 !important;
	}

.accessibility,
.noprint
 {
	display:none !important; 
	}

div#content,
div#main {
	display: block !important;
	width:90% !important;
	border:0 !important;
	padding:1em !important;
	}

/* hide everything else! */
#header,
#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
	}

ol,
ul {
	list-style-type: disc;
	margin-left: 1em;
	font-size: 1.2em;
	}

ol li,
ul li {
	margin-bottom: .6em;
	}

p.caption {
	text-align: left;
	margin-top: .2em;
	}
	
img {
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
	}
/* End of 'Print' */

