/* print plt 

- be black & white
- have no navigation
- have breadcrumbs at top left of page. These are already being used postlogin at the top fo "#innerwrap #main #lining"
- have header logos as text at top of page

*/

body { font-size: 12pt; margin: 0; padding: 0; line-height: 1.3; }
* { height: auto; min-height: auto; color: #000; background-color: #fff; }

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

	#header h1, #header h2 { background:none; text-indent: 0; position: static; width: 50%;}
		#header h1 { float: left; }
		#header h2 { float: right; text-align: right; }

#sidebar, #topmenu, #bottomLinks { display: none; }
img { border: none; }
#main ul.logos, 
#main ul.logos li { list-style: none; float: none; }

		