/*  Title:          Les style sheet for print media.
    File name:      print.css
    Date:           01 January 2008
    Design/Const:   Les Simmonds */


html {width: 100%;}
      
body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: arial, helvetica, verdana, sans-serif;
	width: 90%;
  	}

#header img	{
	display: none;
	}

#sidebar, #subnav, #menu, .hide {
	display: none;
   	}

#wrapper	{
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
	}	

#maincontent {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none;
   	color: black;
   	background: transparent none;
   	}

#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 0pt;
	text-align: left;
	clear: both;
	font-size: 8pt;	
	}

#footer p	{
	margin: 8pt 0;
	padding: 0;
	}

#footer ul	{
	margin: 8pt 0 0 0;
	padding: 0;
	}
	
#footer li	{
	display: inline;
	margin: 0;
	padding: 0 15pt 0 0;
	text-align: left;
	border: 0;
	}	

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	}

h3.byline	{
	margin-top: 15pt;
	margin-bottom: 15pt;
	}
    
h2	{
	font-size: 11pt;
    margin-top: 15pt;
	margin-bottom: 6pt;
	}
    
#pagebody h1	{
    margin-top: 0;
	}

#pagebody h2	{
    margin-top: 1.5em; 
	}

h4, h5, h6	{
	font-weight: normal;
	}

h4.addtlbyline	{
	font-size: 12pt;
	padding: 0;
	margin: 7pt 0;
	text-transform: uppercase;
	}

h4.pubdate 	{
	margin: 0 0 10pt 0;
	padding: 0;
	font-weight: bold;
	font-size: 11pt;
	font-weight: normal;
	color: #666;
	background: transparent;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
html #pagebody p	{
	line-height: 1.25em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 11pt !important;
	}
	
#pagebody p.fineprint	{
	font-size: 11pt;
	}

#pagebody .trans		{
	margin: 25pt 0;
	padding-top: 0;
	}
	
#pagebody .trans dt  {
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5pt;
	padding-bottom: 0;
	font-size:  14pt;  
	}

	

