/*
	For print presentation
*/

*, div, p, li, dd { 
	background:#fff; 
	color:#000; 
	float:none; 
	font: 10pt/13pt "Times New Roman", Times, serif; 
	letter-spacing:normal; 
	margin-top:8pt; 
	padding:0; 
	text-align:left; 
	word-spacing:normal; 
	}

body { width:auto; }
a { color:#000; margin: 0; padding: 0; text-decoration:none; }

	a:link:after, a:visited:after {content: "  __[" attr(href) "] "; }
	
#header, .breadcrumbs, #footer, .idahoimage, .idahoimagecaption, #leftColumn, #skip, #sidebar1, #sidebar2, #sidebar2prime, #toprightconstant, #google_translate_element  { display:none; }

#emergency, .boxlink, .boxlink a { border:none; font-weight:bold; text-align:left; }

/* Images */
img { display:block; width:100%; } /* thinking of that graphic on ifta reporting page */
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }
img.nob { display:none; } /* for the icons on the RSS page i-1046 */

/* Text */
h1, h2, h3, h4 { font-family: Helvetica, Arial, sans-serif; margin:0; padding:0; }
	h1 { font-size: 19pt; }
	h2 { font-size:17pt; font-weight:bold; }
	h3 { font-size:13pt; font-weight:bold; }
	h4, dt { font-size:12pt; font-weight:bold; }
	
code { font: 10pt Courier, monospace; } 

/* Lists { note no definition for dl as yet } */
ul, ol { list-style-position:outside; padding-left:.15in;}	

/* Table */
table#basictable { margin: 1pt; text-align:left; }
	#basictable th { border-bottom: 1pt solid #333;  font-weight: bold; }
	#basictable trv td { border-bottom: 1pt solid #333; }
	#basictable tr td { border: 1pt solid #333; } /* this is necessary! */
th,td { padding: 4pt 10pt 4pt 2pt; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
#basictable thead {display: table-header-group;}
#basictable tr {page-break-inside: avoid;} 






