/* Print Style Sheet */
@media print {
body {background:white; 
     font-size:10pt;
     margin-left:40px }
h1 { font-size:16px; font-weight:normal
}
h2 { font-size:14px; font-weight:normal
}
#navmenu ul {display:none
}
#headerimg {display:none
}
#comment {display:none
}
#respond {display:none
}
#commentform {display:none
}
#sidebar { display:none
}
#header { height:75px; 
     text-align:left
}
#header a { color:black;
     text-decoration:none; 
     text-align:center
}
#content { margin-left:0; 
     float:none; 
     width:auto; }
.demo .red { color:black; 
     font-weight:bold
}
#content a { color:#black; 
     text-decoration:none }
.postmetadata { display:none }
#content{ margin-left:40px; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}