/* dw-print.css : Dementia Web Default Print Formatting */

body{
  background-color: #fff;
	width: auto;
	margin: 0 auto;
}
#siteWrapper{
	width: auto;
	background-color: #fff;
	margin: 0 auto;
	border: 0;
	text-align: left;
	padding: 0;
}
#mastHead{display: none;}
#navBar{display: none;}
#mainContent{
	width: 100%;
	padding: 0;
	background-color: #FFF;
	border-style: none;
}
#skipToLinks {display: none;}
.story{background-color:#FFF;}
.story p.rightSide {display: none;}
.indexBlock {display: none;}
#footer{display: none; background-color: #FFF;}

/* print link addresses - Netscape, Firefox, Opera, not supported by IE */
.mainContentStyles a:link:after {
  content: " (" attr(href) ") ";
  color: #ccc;
}
.mainContentStyles a:visited:after {
  content: " (" attr(href) ") ";
  color: #ccc;
}
#breadCrumbs {display: none;}
#printFooter {
	display: block;
	background-color: #FFF;
	height: auto;
	width: auto;
	margin-top: 5px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-top: 5px;
	text-align: left;
	clear: both;
}
#printFooter img {
	display: inline;
	visibility: visible;
	text-align: left;
	vertical-align: text-top;
	padding: 5px 5px 0 5px;
}
#printFooter p {font-size: 80%;	color: #333;}
.story img.mapimage {margin-left: -7px;}

.infoBox {
	margin: 20px 0px 30px 25px;
}
.infoBox p {
	margin: 0px 10px 0px 30px;
	font-size: 100%;
	text-align: left;
}

