@charset "utf-8";
/* CSS Document */
body { 
    background-color: white;
	background-image:none;

    font-size: 11pt; 
    color: black; 
    float: none;
    width: auto;
    padding: 0mm 0mm 0mm 2mm; 
    margin: 0;
	border: 1px solid #cc0000;    
	}



#headSection, #sideMenu, #crumbs, #seeAlso{
	display:none;
}

#footer{
	visibility:hidden;

}
 
 #tagline{
	 visibility:visible;
 }

#content,#seeAlso,#wideContent{
	width:95%;
	padding:5mm;
}




.noprint{display:none;} /*to turn off content that should not print*/

.printerOnly{display:inline;}  /*to turn on content that should only print*/



table{width: auto;}



a:link, a:visited {
	color: #552200;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

	








