/***********************************************/
/* CMHA Style Sheet - Print Media Attributes
/*
/*
/* 2008.05.17: garyp -creation
/***********************************************/

/***********************************************/
/* Heading and Text Styles
/*
/* 2004.12.13 - gary puppa - creation
/***********************************************/
#printHeader {
	display: inline;
	background: White;
	clear: both;
	height: 70px;
}

#globalNav, #navBar, #headlines, #siteInfo, #screenTable{
	display: none;
}
#content{
	float: left;
  width: 100%;
}
	
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
