/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: Checkmate Public Affairs
	Created: 2009-05-07
	Created by: Cindy Dochstader cindy@rkd.ca
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #fff url(none);
	color: #000;
	width:600px;
	}
	
#form1 { width:600px; }

a:link, a:visited {
	color: #b41515;
	text-decoration: none;
	}
	a:hover, a:active {
		color: #b41515;
		text-decoration: underline;
		}
	
p, td, div { 
	font: 14px/22px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

#PrintHeader {
	display: block;
	padding-bottom:15px; 
	}

#Wrapper { 
	margin: 0;
	width: 600px;
	background: #fff url(none);
	}
	
div.hr {
	margin:40px 0 40px 0;
	background: url(none);
	}
	div.hr hr {
		display: block;
		height:1px;
		color:#d1d7da;
		}
		
h1 {
	color: #005581;
	font: 23px Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	}
	h1.ImgReplace {
		height: 30px;
		text-indent: 0;
		background-image: url(none) !important;
		background-position: -999px top;
		margin-bottom:25px;
		}	
	h1.ImgReplace2Lines {
		height: 58px;
		text-indent: 0;
		background-image: url(none) !important;
		background-position: -999px top;
		margin-bottom:25px;
		}
	
h2 {
	color: #005581;
	font: 20px Georgia, Times New Roman, Times, serif;
	margin:15px 0 12px 0;
	}
	h2.ImgReplaceH1Style {
		height: 30px;
		text-indent: 0;
		background-image: url(none) !important;
		background-position: -999px top;
		margin-bottom:25px;
		font: 23px Georgia, Times New Roman, Times, serif;
		text-transform: uppercase;
		}
	
.MainPageCallout a, .MainPageCalloutLast a  {
	text-indent: 0;
	background-image: url(none) !important;
	background-position: -999px top;
	color:#b41515;
	}
		
#Footer { 
	height: auto;
	margin:40px 0 0 0;
	width:600px;
	background-image: url(none) !important;
	}
		
		.Copyright {
			margin-top:20px;
			float:none;
			font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			}		
			
#Header, #SideBarNav, #SideBarCallouts, .SocialMedia, .SiteByRKD, .FooterLinks, .ImageFloatLeft { display: none; }