/* STYLESHEET FOR PRINTING WEB SITE */

#body {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
	text-align: left;
}
#container {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
} 
#header, #footer {
	width: 0;
	height: 0;
	overflow: hidden;
}
#sidebar1 {
	float: left;
	width: 0;
	height: 0;
	overflow: hidden;
}
#mainContent {
	margin: 0;
	padding: 0 2%;
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 10pt;
}
.screenreader {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#mainContent img {
	border: 1px solid #CCC;
}
.indent {
	margin-left: 40px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {
	clear: both;
	height: 2px;
	color: #0099FF;
}
h1, h2, h3 {font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
}
h3 { font-size: 14pt; }
h6 {
	font-size: 8pt;
}
#mainContent img {
	border: 1px solid #999999;
	page-break-inside: avoid;
}
#mainContent a:link, #mainContent a:visited {
	text-decoration: underline;
	page-break-inside: avoid;
}
.designer {font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
.designer a:link, .designer a:visited {
	text-decoration: underline;
	color: #000000;
	padding: 0 0.2em;
}
ul {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: square;}
li {margin-bottom: 1em;}

