
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background-color: #ffffff;
	color: #000000;
}

#site {
	width: 640px;
	background-image: none;
}

#main,
#navigation_content,
#content {
	width: 100%;
	background-image: none;
}

#print_logo {
	width: 100%;
	height: 117px;
}

#bar_left,
#bar_right,
#bar,
#logo,
#bottom,
.navigation,
#breadcrumbs,
#logout,
#footer {
	display: none;
	visibility: hidden;
}

/************************** content *******************/
#mainbody {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagetitle {
	width: 100%;
}

#printfooter {
	width: 100%;
	border-top: 1px solid #c42927;
	padding-top: 5px;
	color: #181d1c;
	font-size: 11px;
}	
