/* 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.fmi.org/events/may/" attr(href) ") ";
   }


#contentsub {width: auto; margin-top:0px;background:none;}

#printLogo {display:block;}


 /* various id's that you do not want to show up on the printer friendly page */
.fbcontent p {font-size: 10px; color: #000000; font-family: "Times New Roman", Times, serif;}
span#created {display:none;}
.fbbot{display:none;}
.fbtop {display:none;}
img.fmilogo {display:none;}
.subnavbox {display:none;}
.quicklinkbox {display:none;}
#taglinesub {display:none;}
ul#mainnav {display:none;}
.utilityboxsub{display:none;}
img#bannersub {display:none;}

div.utilitybox { display:none;}
ul#mainnav { display:none; }
h3#subhead { display:none;}
div.subnavbox { display:none;}
div#subcontent-bottom {display:none;}

div#footerbox { background:none;}
div#subcontent { background:none; clear:both; border: 1px solid white;}
