/* CSS Document */
/* ****************************************BEGIN PRINT STYLE*********************************************/
body, p, td, li {font-family:  "Times New Roman", Times, serif;font-size: 12pt; background-color: #fff;}

blockquote { text-align: left;}
hr {  color: #000;  font-weight: lighter; border-style: solid;}
u {  text-decoration: underline;}
b { font-weight: bold; }
i { font-style: italic; }
h1 {  font-size: 14pt; color: #000; font-weight: bold; }
h2 {   font-size: 12pt; font-weight: bold; color: #000;}
h3 {  font-size: 11pt; font-weight: bold; color: #000;}
h4 {  font-size: 10pt; font-weight: bold; color: #000;}


/* PRINT LINKS */
/*PLEASE NOTE: Internet Explorer doesnt understand the rule, there should be no ill effectsthe links will still be dark red, underlined, and boldfaced. They just wont have a URL appear after the text of the link, thats all.*/

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#contentcol a:link:after, #contentcol a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 12pt;
   }
   
 /* If you have a relative link ie: /index.cfm this code adds in the full url */
#contentcol a[href^="/"]:after {
   content: " (http://www.IDSafety.org" attr(href) ") ";
   }


#supercontainer {width: auto; margin-top:0px;}


/* various elements that you do not want to show up on the printer friendly page */
#footer {font-size: 10px; color: #000000; font-family: "Times New Roman", Times, serif; border-top: solid 1px #000;}
ul#footernav {display:none;}
#navcol {display:none;}
p#created {display:none;} 
ul#nav {display:none;}
#sidebar{display:none;}
#partnership {display:none;}
ul#utilitynav{display:none;}
body#landing #overview, body#landing #prevention, body#landing #assistance, body#landing #investigation, body#landing #resources {display:none;}
body#landing #what, body#landing #protect, body#landing #victim, body#landing #next {display:none;}

