@media print {
body {
  background:white; 
  font-size:10pt; 
  font-family: Arial,Helvetica,Sans-serif;
  margin:0;
  color:black;
  }
  
#sidebar { 
  display:none 
  }

#header { 
  height:75px 
  }

#masthead {
  display:none;
  }
  
#printheader {
  clear:both;
  margin-top:0.5in;
  margin-bottom:0.5in;
  margin-left:1.25in;
  text-align:left;
  }
  
#printfooter {
  clear:both;
  text-align:center;
  margin-top:0.5in;
  font-size:8pt; 
  }

#printfooter a:link, #printfooter a:visited {
  background:white; 
  color:#bd2324;
  font-wieght:bold;
  text-decoration:none;
  }
  

#nav {
  display:none;
  }

#breadcrumb {
  font-size:6pt; 
  background:white; 
  color:#e0e0e0;
  font-family: Arial, Helvetica, Sans-serif;
  }

#breadcrumb a:link, #breadcrumb a:visited {
  background:white; 
  color:#bd2324;
  text-decoration:none;
  }
  

.author {
  font-size:6pt; 
  background:white; 
  color:#e0e0e0;
  }

#addthis, #addthisPost {
  display:none;
}

.post-edit-link, .comment-number {
  display:none;
}

.meta {
  display:none;
}

#comments {
  display:none;
  }
  
#content {
  margin-left:0; 
  float:none; 
  width:auto;
  }
  
#content a:link, #content a:visited {
  background:white; 
  color:#bd2324;
  text-decoration:none;
  }
  
#content img {
  display:none;
  }
     
.demo .red { 
  color:black; 
  font-weight:bold;
  }
     
#content a { 
  font-weight:bold; 
  color:#000066; 
  text-decoration:underline; 
  }
     
#content{ 
    margin-left:0; 
    float:none; 
    width:auto; 
    font-family: Georgia, "Times New Roman", Times, serif;
    }
     
#footer, .ad { 
  display:none 
  }

h1, h2, h3, h4, h5, h6 { 
  page-break-after:avoid; 
  page-break-inside:avoid; 
  }
  
h1 {
  font-weight:normal;
  font-size:24pt;
  line-height:23pt;
  text-transform:uppercase;
  font-family: Arial, Helvetica, Sans-serif;
}
  
h2 {
  background:white; 
  color:#DEDEDE;
  font-weight:normal;
  font-size:16pt; 
  line-height:18pt;
  font-family: Arial, Helvetica, Sans-serif;
  /*text-transform:uppercase;*/
}
     
h3 { 
  background:white; 
  color:#bd2324;
  font-size:14pt; 
  margin-bottom:10px; 
  font-family: Arial, Helvetica, Sans-serif;
  }
     
blockquote, table, pre { 
  page-break-inside:avoid; 
  }

ul, ol, dl  { 
  page-break-before:avoid; 
  }
/*
img {
  display: none;
}*/
  
  /*
img.centered { 
  display: block; 
  margin-left: auto; 
  margin-right: auto; }
     
img.right { 
  padding: 4px; 
  margin: 0 0 2px 7px; 

  }
     
img.left {
  padding: 4px; 
  margin: 0 7px 2px 0; 
  }
   */
     
.right { 
  float: right; 
  }

.left { 
  float: left 
  }

img { 
  page-break-inside:avoid; 
  page-break-after:avoid; 
  }

/* COMMENT AREA */

#respond {
  display:none;
}

