/*This is the print style sheet for NTOC Talks Web site. */

body {
	background: #fff;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

#header, #breadcrumb, #sidebar, #footer/*, #header-company*/ {
	display: none;
}

#header-company-image {
	display: none;
}
#ntoc-image-print {
	display: block;
	float: right;
	clear: both;
}

.garnish, .garnish-vert {
	border: none;
}

#content {
	position: static;
	width: 100%;
	padding: 1em 0 18px 0;
	margin: 25px 0 0 0;
}

.inset, .inset-photo {	
	float: right;
	margin: 1em;
  	padding: 0;
	background-color: #fff;
	width: 227px;
	}
	
.inset-textbox {
	width:  205px !important;
	}