/* CSS Print Stylesheet Document */

body {
   background: white;
   font-size: 12pt;
   line-height: 1.3em;
   }
   
object {display: none;}
/* for some reason even though #flash_header_content is set to display: none, on IE the flash movie doesnt go away unless you tell it to object display:none*/
#header{
 height: auto;
 border-bottom: 1px dashed #ccc;
 margin-bottom: 45px;
}

#flash_header_content{
 display: none;
}

#noflash_header_content{
 display: none;
}


#print_header{
 display: block;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

#print_title{
 float: right;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

#print_date{
 float: left;
}


h2{
 width: 100%;
 text-align: center;
 font-weight: bold;
}

.dropcap{
 font-size: .9em;
 line-height: 1.3em;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: normal;
 float: none;
 font-size: 12pt;
 color: black;
 }

#wrapper {
   width: auto;
   margin: 5%;
   padding: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#center_column {
 width: auto;
}

#nav, #left_column, #right_column{
display: none;
   }
   
#footer{
 display: none;
 clear: both;
 float: left;
 width: 100%;
 margin: 10px 0px 15px 0px;
 text-align: center;
}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

