/* CSS Print Document */
body {
   background: white;
   font-size: 12pt;
   color:#000000;
   }
   
h1, h2, h2 {
font-size:14pt;
}

div#masthead {
	/*margin-left: 0%;*/
	margin: 0 10px 0 0;
	display: none;
}

div#mastheadprint {
	display:block;
	}
div#header {
   display: none;
   }
	
div#menu {
   display: none;
   }
   
div#navBar {
   display: none;
   }
   
#contentWrapper  {
   width: 100%;
   }

#leftColumn1 {
   width:18%;
   margin: 0;
   padding: 0 1%;
   border: 0;
   float: left; /*none !important*/
   color: black;
   background: transparent none;
   line-height:1.1em;
   font-size: 10pt;
   }


#content {
   width: 70%;
   margin: 0;
   padding: 0 13% 0 1%;
   border: 0;
   float: none !important; /*right*/
   color: black;
   font-size:12pt;
   background: transparent none;
   }
div#content {
   margin: 0 10% 0 10%;
   padding-top: 1em;
   /*border-top: 1px solid #930*/;
   }
/*div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }*/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   /*font-size: 90%;*/
   display:none;
   }

div#p7PMnav {display:none;}
div#footer {
	display:block;
	font-size: 9pt;
	float: left; /*none !important*/
	}