/* CSS Document */

/*
This stylesheet describes layout for media print
 
*/

body { margin: 0px; background: #fff;background-image:none; }
#content { margin:0; padding:0; border:0; background:#fff; }
#logobar{
width:800px;
height:133px;
}
#learning{
height:130px;width:800px;
}
#reftitle{
padding-bottom:20px;
}
/*h1, h2, h3, li, ul { page-break-after: avoid; }
p, ul, li{page-break-before:avoid;}
 #toptrim, #hiddenLayers,#animate, #references, #top, #menu, #onscreen, .button, #contentright.note, .printhide{ display: none; }*/
 
  #toptrim, #hiddenLayers,#animate, #references, #top, #menu, #onscreen, .button, #contentright.note, #contactphoto,#logobar,#learning, .printhide,.dontprint{ display: none; }

 
 #contentwrapper, #bottomtrim, noscreen1,#content,#insidecontent,#onscreen,#contentright{
 background:none;
 }
 p{width:520px;}
 
 #noscreen1 p{
width:520px;
}
 .printhide{
  background:none;
 }
 .break{
 page-break-after:always;
 }
 
.breakbefore{
page-break-before:always;
}

.papertitle{
	font-weight:bold;
	font-style: italic;
}
* { color: black !important; }


