﻿/* These styles covert the page to a printer-friendly format when the user selects "print" from their browser */

@media print
{

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.2em;
	background-color: #ffffff;
	color: #000000;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.red-bold-yel-backgrd {
	padding: 0px;
	background-color: transparent;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 80%;
	font-style: normal;
	background-image: none;
}
.red-bold-yel-bckgrd-100 {
	padding: 0px;
	background-color: transparent;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 80%;
	font-style: normal;
	background-image: none;
}
#container {
	width: 100%;
	position: absolute;
	background-color: transparent;
	top: 0px;
}
#container-print {
	width: 100%;
	background-color: transparent;
}
#leftcolumn {
	display: none;
}
#mastheads {
	display: none;
}
#maincontent {
	background-image: none;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 10px 10px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
}
#maincontent p {
	line-height: 1.2em;
	text-align: left;
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0px;
	padding: 0em;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}
#maincontent p.justify {
	line-height: 1.2em;
	text-align: justify;
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0px;
	padding: 0em;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;

}

#container #maincontent h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
}

#container #maincontent {
	background-image: none;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 10px 10px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
}
#container #maincontent p {
	line-height: 1.2em;
	text-align: left;
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0px;
	padding: 0em;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
}
#container #maincontent p.justify {
	line-height: 1.2em;
	text-align: justify;
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
	margin-right: 0px;
	padding: 0em;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;

}

#breadcrumb {
	display: none;
}
#leftcolumn3col {
	float: left;
	width: 30%;
	padding: 10px;
	left: 10px;
}
#centercolumn {
	margin: 0px 0px 0px 240px;
	padding: 10px;
	width: 30%;
}
#rightcolumn {
	margin: 0px;
	float: right;
	width: 33%;
	padding: 10px;
}
#rightcolumnfloat {
	float: right;
	background-color: transparent;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 65%;
}


#maincontent hr {
	margin: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	border: 0;
	text-align: left;
}

#maincontent li {
	font-family: "Times New Roman", Times, serif;
	
}

#maincontent ol {
	font-family: "Times New Roman", Times, serif;
	
}

#maincontent ul {
	font-family: "Times New Roman", Times, serif;
	
}
ul#hnav {
	display: none;
}
h3.hide {
	display: none;
}


h2.hide {
	display: none;
}


/* These are print-out styles for 3-column pages */
#side1 {
	width: 33%;
}
#content {
	margin: 0px 33% 0px 33%;
}
#side2 {
	width: 33%;
}
#phonelist {
	display: none;
}
#footer {
	clear: both;
	text-align: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 0px;
	color: #666666;
	border-top: solid #cccccc 1px;
	font-size: 65%;
	line-height: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
}

td.formatted {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
}

table.formatted-100 td.formatted {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
}

table.formatted-550 td.formatted {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
}




/* These are print-out styles for Currents */
#header2 {
	display: none;
}
#leftcolnav {
	display: none;
}
#volumnheader {
	width: 100%;
}
td.formatted-right150 {
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	padding: 5px;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	width: 150px;
}

}

