/* Generic - Print styling to be found here! */


/* Add all divs that need hiding on this line: */

#headerBase, 
	#introBase,
		#content #navcol,
			#content #compcol, 
				.clear, 
					#join,
						#footerBase { display: none; }


#contentBase {
	padding: 0;
}

* {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	
}

* div {
	float: none !important;  /* Fixes the 'one-page' Firefox bug */
	display: block;
	text-align: left;
	border: none !important;
	background: none !important;
}

/* Add all divs that lead to the (and including) #content div: */

#wrapper {
	margin: 0;
}

#content {
 	overflow: visible !important;  /* Fixes the 'one-page' Firefox bug */
	margin: 0;
	padding: 0;
	width: 58pc;
	box-shadow: none;
}

body {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12pt !important;
	line-height: 18pt !important;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a, a:link {
	border: none !important; 
	text-decoration: underline; 
	font-weight: normal !important; 
	font-family: "Times New Roman", Times, serif !important; 
	line-height: 13.5pt !important; 
	background: none !important;
	margin-bottom: 13.5pt !important;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	margin: 0 0 13.5pt 0;
}

h1 {
	font-size: 36pt !important;
	line-height: 36pt !important;
} 

h2, h2 a {
	font-size: 24pt !important;
	line-height: 24pt !important;
} 

h3 {
	font-size: 18pt !important;
	line-height: 20pt !important;
} 

h4 {
	font-size: 14pt !important;
	line-height: 16pt !important;
} 

p, #primary p, ul li, .p {
	font-size: 16pt !important;
	line-height: 18pt !important;
	margin: 0 0 16pt 0;
}

#maincol {
	width: inherit;
	margin: 0;
	float: inherit;
}

#content #primary {
	float: none;
	margin: 27pt;
	width: 44pc; /* set in picas for print-out of main content column copy */ 	
}

img {display: none;}

#primary ol, #primary dl { margin-left: 20pt !important;}

#primary ul {
	margin-left: 16pt !important;
}

#primary h2,
	#primary h3,
		#primary h4,
			#primary p,
				#primary ul,
					#primary dl,
						#primary ol,
							#primary form,
								#primary table {
									margin-right: 0;
									margin-left: 0;
								}

#primary ol, 
	#primary ul, 
		#primary dl, 
			#primary fieldset, 
				#primary table, 
					#primary pre, 
						#primary form, 
							#primary img {
								margin: 0 0 16pt;
							}
#primary ul li,
	#primary ol li, 
		#primary dl li {
			margin-bottom: 16pt;
		}

#primary ul li ul, #primary ol li ol, #primary dl li dl {
	margin: 16pt 0 16pt 16pt;
}


ul li { 
	border: none !important;
}

blockquote {
	padding: 0;
	float: none;
	width: auto;
	border-color: black;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	background: none;
	box-shadow: none;
}


/* kill the sticky-footer; it screws with the print styles in FF */

html, body, #wrapper {height: auto; overflow: visible !important; background: none;} /* Fixes the 'one-page' Firefox bug */

body > #wrapper {height: auto; overflow: visible !important;}  /* Fixes the 'one-page' Firefox bug */

#footerBase {
	position: static;
	display: none;
}
