/* 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;
   }
#content a:link:after, #content 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 */
#content a[href^="/"]:after {
   content: " (http://www.bialek.com" attr(href) ") ";
   }


#contentcontainer {width: auto; margin-top:0px;}

#printlogo {display:block;}

img.caseLeft { margin: 0 5px 0 0; }
img.caseRight { margin: 0 0 0 5px;}
.caseLeft { margin: 0 5px 0 0; }
.caseRight { margin: 0 0 0 5px;}


 /* various id's 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;}
#footer img {display:none;}
#logo {display:none;} /* this is the web only logo - you need to display none on the printer logo in your main stylesheet */
p#created {display:none;} 
ul#nav {display:none;}
#sidebar{display:none;}
#header{display:none;}
#branding {display:none;}
ul#utility{display:none;}
