/* -------------------------------------------------------------- 
  
   CSS Framework
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 

-------------------------------------------------------------- */

body {
  font-family: Georgia, Times, serif;
  line-height: 1.5;
  color:#000;
  background: none;
  font-size: 11pt;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

.header,
.footer,
.pageLeft,
.fastTrackSearch,
.mainNavigation { display:none; }

#mapcoords { display:none; }
.profileSideColumn { margin:0; padding:0; float:right; margin-left:20px; }

.profileImage { display:block; }

h1,h2,h3,h4,h5,h6 { margin:0; padding:0; }

.headerprintable { font-weight:bold; font-size:18px; margin-bottom:20px; }

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */