/* Start of CMSMS style sheet '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;
) */
	
/* no borders thanks */
}

/* This affects every tag */



* {margin:0px; padding:0px;}

img { border:none;
	float: none;
/* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* 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! */
div#header, div#header h1 a, div.breadcrumbs, div#search, div#footer, div#menu_vert, div#news, div.right49, div.left49, div#sidebar, div#pagination {
	display: none !important;
}
div#agent {
	clear: both;
	color: #fff;
	float: right;
	height: 211px;
	width: 280px;
}
td#detailPicture a.thickbox img {
	width: 300px;
	height: 200px;
}

div#main {
	background: none;
}
body {
	background: none;
}
#main, table#results {
	margin: 0px;
float:none;
}
td#toprow img {
	margin-right: 20px;
}
#main a {
	text-decoration: none;
	color: #000;
}
#rightrow a {
	display: none;
}
#main .header {margin:0;}

.rightborder
{border-right:1px solid #000;}

#contactinfo
{
font-size:1.1em;
margin-top:-20px;
}


/* End of 'Print' */

