/* October 2004 */

/* PRINTER FRIENDLY VIEW */

/* hide all the divs we dont want to print */
#oldbrowser,
#utilNav, 
#visitorNav, 
#screenMasthead,
#globalNav,
#contentFrame #sideBar, 
#footer {
	display:none;
}
#pageFrame {
	width: 100%;
}
#printMasthead {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#contentFrame {
	margin-left: 0;
}

#contentFrame #contentColumn {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color: black;
	text-decoration:none;
	float: left;
	margin-left: 0;
	border: none;
}

h1 {font-size: 14pt; margin-bottom: 8px;}
h2 {font-size: 12pt; margin-bottom: 8px;}
h3 {font-size: 10pt; margin-bottom: 8px;}

p {margin: 8px 0px;}


/* LINKS */
a:link, a:visited {color:black; font-weight:bold; text-decoration:underline;}
#contentColumn p a:after,
#rightColumn a:after {   /* write out urls after their links */
   content: " [" attr(href) "] ";
   font-size: 90%;
   font-weight:normal;
}
#contentColumn p a[href^="/"]:after,
#rightColumn a[href^="/"]:after {
  content: " [http://www.albertascene.ca" attr(href) "] ";
}
