/* PRINT STYLES */

body {visibility:hidden;}
#header {height: 0; display: none;}


   #province-map, #sidebar, #news-widget, div.options {
   	float: none !important;
	text-align: left;
   }
   
   #wrapper {
   visibility:visible;
	width: auto;
	padding-right: 10%;
	border: none;
   }

   #content {
   	margin: 0;
	padding: 0;
	top: 0;
   font-size: 12pt;
   visibility:visible;
   width: auto;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

#text{ margin-left: 0;}

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: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.cca-cca.org" attr(href) ") ";
   }
*/