/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */
   

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */
body, #content, #container {
	width: 100%;
	margin: 0px;
	float: none;
	background: #fff url(http://webarchive.nationalarchives.gov.uk/+/http://www.hm-treasury.gov.uk/c/none);
font: 0.8125em arial, sans-serif; line-height: 1.4em; color: #000; background: #FFF;}

img {border:none;}



#secondaryNavigation, #primaryNavigation, #footer, a#skipNavigation, #sectionSpecificBar ul {
display: none; 
}



html body #wrapper #sectionSpecificBar {
background-image:none; 
background-color:#fff; 
text-align:left;
border-top: 1px dashed #999;
margin-top:0px;
border-bottom: 1px dashed #999;
margin-bottom:5px;
padding: 10px 0px 10px 0px;
text-align:center;
}


a#backToTop{display:none;}

   
h1,h2,h3,h4,h5,h6 {font-family: Georgia, Times, serif; line-height: 1.4em;}

div#sectionSpecificBar p{ 
position:absolute;
right:20px;
top:20px;
font-size: 125%;
font-weight:bold;
margin-top:0px; 
padding-top:0px; 
color:#999;
text-align:center;
}

div#sectionSpecificBar p#breadcrumb{ 
position:static;
right:0px;
top:0px;
font-size: 85%;
margin-top:0px; 
padding-top:0px; 
color:#999;
text-align:left;
line-height:1.2em;
font-weight:normal;
margin:0px;
padding:0px;
}

div#sectionSpecificBar p#breadcrumb a{color:#999;text-decoration:none;font-weight:normal;}



h1 { font-size: 150%; }
h2 { font-size: 150%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }




/* SECTION 5: Make hyperlinks more usable.
   Ensure links are underlined, and consider appending
   the URL to the end of the link for usability. */
a:link, a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none; }
#primaryContent a:link:after, #secondaryContent a:visited:after {
	content: " (" attr(href) ") ";
	color:#999;
	text-decoration:none;
}