@charset "utf-8";
/* Print CSS Document */
/* July 10-09: Print.css page created by Chantilly M Maertens, of Webgigs.net */

/* print styles */

body {font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif;
background:none;}
body #middle_wrapper {margin: 0 5%; padding: 0; position: static;}
body #evocontent {margin: 0 5%; padding: 0; position: static;}


/* ------------------------------------------ PRINT OVERRIDES ------------------------------------*/
DIV#top_links {
	display: none;
	}

DIV#header {
	display: none;
	}
		
DIV#middle_head2 {
	display: none;
	}
	
DIV#breadcrumb {
	display: none;
	}
	
DIV#printbut {
	display: none;
	}
	
DIV#civ_menu {
	display: none;
		}

/* ------------------------------------------ PRINTABLE CONTENT ------------------------------------*/

a:link, a:visited {
   color: #00F;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
	
/* Only Opera 7 will obey the following rule
TABLE, TR, TD {
	page-break-inside: avoid;
	}
 */
   
#evocontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#evocontent a[href^="/"]:after {
   content: " (http://www.civilization.ca" attr(href) ") ";
   }


/* ------------------------------------------ PRINT OVERRIDES ------------------------------------*/
DIV#bottom_block {
   	display: none;
   	}
   
DIV#civ_foot {
	display: none;
	}
   







