/* bors235 Updated 04-02-2010 */
/* --- print.css --- */
/* print style sheet - no pixel measurements */
img.logoPrint {
	display: block;
	text-align: left;
  padding-top: 20px;
}
/* prevent printing these items */
#header,
#left_navigation,
#drw,
#footer,
#sidebar,
#pageToolTop,
#pageToolRight,
#sitealert,
ul.dropdown,
p.backtotop,
#mask,
#dialogSurvey {
	display: none;
}
body {
	color: #000;
	font-size: .80em;
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:left;
	float: none;
}
#body {
	width: 662px;
	margin: 0;
	float: none;
}
#title {
  padding: 10px 0;
}
#body h1, h2, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #374C59;
	margin: .80em 0 .1em 0;
}
#title h1.pageTitle {
	font-family: 'Lucida Sans Unicode','Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	color: #374C59;
	margin: .80em 0 .1em 0;
}
#body p, li, h4, h5, h6 {
	font: normal 11pt Georgia, Georgia, "Times New Roman", Times, serif;
	margin: .50em 0 .1em 0;
}
#body h4, h5, h6 {
	font-weight: bold;
}
#body td, th {
	font-size: .80em;
}
* html #body td, th {
	font-size: .80em;
}
#body th {
	font-weight: bold;
}
#body ul, #body ul.indent, #body ol ul.indent {
	list-style-type: disc;
	margin-left: 20px;
	}
#body ul ul, #body ul.indent2 {
	list-style-type: circle;
	margin-left: 35px;
	}
#body ul ul ul, #body ul.indent3 {
	list-style-type: square;
	margin-left: 50px;
	}	
#legalFoot {
	font: normal 8pt Arial, Helvetica, sans-serif;
	width: 100%;
  border-top: 1px solid #000;
  padding: 20px 0 0 0;
	margin: 20px 0;
	float: left;
}
#legalFoot li {
	font: normal 8pt Arial, Helvetica, sans-serif;
	display: none;
}
a:link, a:visited {
	color: #781351;
	text-decoration: underline;
}
img {
	border: none;
}
#breadcrumbs {
	height: 1.5em;
	padding: 0;
	margin: 0;
	text-align: left;
}
#breadcrumbs ul {
  padding: 0;
  margin: 0;
}
#breadcrumbs ul li {
	float: left;
  font-size: 11px;
  list-style-type: none;
  border-right: 1px dotted #777777;
	padding: 2px 10px;
	margin: 0 0;
}
#breadcrumbs ul li.active {
  border-right: none;
}
div#searchAgainColumn {
	display:none;
}
span.nodisplay {
	display: none;
}
#body div.hr {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0;
}
 #body .ShowHide, #body .ShowHide3 {
	 display: block;

}
.page-break {
	page-break-before: always;
	}