@charset "utf-8";
/* CSS Document */
body { 
    background-color: white;
    background-image:none;
    font-size: 11pt; 
    color: black; 
    float: none;
    width: auto;
    padding:0mm 2mm; 
    margin: 0;
    border: 1px solid #cc0000;
	overflow: visible !important;
    }

 #sideMenu, #crumbs,#seeAlso, #login,#searchF,#globalNav{
	display:none;
}

#footer{
	visibility:hidden;
}

#headSection, #headSectionTier3{
 background-color: white;
 color: black;
 margin:5mm 0mm 0 0mm;
 width:100%;
 height: auto;
 text-align:right;
}

/*added gja 15/3/2011*/
#siteName{
	position:absolute;
	top:2mm;
	left:10mm;
	text-align:left;
}
 
 #tagline{
	 visibility:visible;
	 text-align:left;
	 background: white;
	 color: black;
 }
 
 #tagline p{
	color: black !important;
	text-align:left;

}

#content,#wideContent, #content.wide{
	width:95%;
	padding:5mm;
	float:none;
}

#container, #contentWrapper {
	width:99%;
	padding:0;
	border:none;
	background:none;
	float:none;
}

.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;
    }
	

body {
	min-width: 0;
} 

#breadcrumbs-login, #searchBox {
	display: none;
}

#logo-holder {
	width: 99%;
}

