@charset "UTF-8";
/* CSS Document */
body {
	color:#000;
	font-family:Helvetica, Arial, "Trebuchet MS",  sans-serif;
	font-size:11pt;
	font-weight:normal;
	line-height:15pt;
	letter-spacing:normal;
	letter-spacing:1pt;
}

#nav_container, #leftside, #breadcrumb, #icons, #footer_container, #main_image  {
	display:none;
	width:0px;
	height:0px;
	overflow:hidden;
}

#rightside {
	width:100%;
	height:auto;
	display:block;
	clear:both;
	margin:60px 0px 0px 0px;
}

h1 {
	font-size:20pt;
	font-weight:normal;
	color:#000;
}

#print_header {
	/* width:900px; */
	width:100%;
	height:auto;
	margin:0px 0px 20px 0px;
	display:table;
	color:#000;
	font-size:13pt;
}

#print_header img {
	width:auto;
	height:auto;
	float:left;
	display:table-cell;
}

#print_header p {
	width:auto;
	height:auto;
	float:right;
	display:table-cell;
	text-align:right;
}
