html {
	width: 100%;
}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 12pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}

.pagewrapper {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-right: 0.5em;
	width: 90%;
	border: 0;
	border-top: 0;
	padding: 0;
	background: white;
	float: none !important;
}

.contentwrapper {	
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	color: black;
   	background: white;
	float: none !important;
	clear: both;
}

.column_centre_container,
.app_container,
.app_container_withleft {
	margin-left: 0; 
	margin-right: 0;
	height: auto;
	width: auto;
	float: none !important;
}
.app_progress {
	margin-left: 0px;
}


/* site defaults */
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: black !important;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
	page-break-after: avoid;
	page-break-inside: avoid;
}

h1 {
	font-size: 15pt !important;
}

h2, h3 {
	font-size: 15pt !important;
}

h4 {
	font-size: 14pt !important;
}

h5 {
	font-size: 13pt !important;
}

h6 {
	font-size: 12pt !important;
}

a {
	text-decoration: none;
	font-weight: bold;
}

table {	/* caters for old content, in ie5.x : */
	font-size: 1em;
}

ul, li {
	background-color: white !important;
}
ul {
	page-break-before: avoid;
}

/* Header */
.hiddenheader {
	position: relative;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
.hiddenelement {
	position: relative;
	display: block;
}
.header {
	position: relative;
	text-align: left;
	margin: 0;
	width: 100%;	
	height: auto;
	background-image: none 
}

.header .hiddenelement {
	margin-top: 0.25em;
	margin-left: 5.5em;
}

.header_welcome {
	float: left;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

.header_welcome a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	}
.header_centre {
	display: none;
}
.header_image {
	display: none;
}

/* hide left & right columns */
.column_left, .column_right {
	display: none;
}

/* Page footing */
.footer {
	display: none;
}

/* Font size adjust, and crumbtrail */
#adjfont,
#crumbtrail {
	display: none;
}

/*homepage Feature divider */
* html hr.hiddenelement {	/* for ie only */
	display:none;
}

/* Item specific */

/* A to Z */
.atoz {
	width: auto;
}
.atoz_list {
	display: none;
}
.atoz_links a:after {
	content: "  (.." attr(href) ")";
   	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* Branch, Newsbranch & Young People */
.intro {
	margin-top: 2em;
}
.level1 .desc {
	margin-top: 0;
	margin-bottom: 0px;
}
.level1 li {
	margin-top: .5em;
}
.newsbranch_item .feature, .youth .feature {
	margin-top: 1.5em;
}
.newsbranch_item .feature h3, .youth .feature h3, 
.newsbranch_item .feature p, .youth .feature p {
	margin: 0;
}
.level1 a:after {
	content: "  (.." attr(href) ")";
   	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* Document */
h4#chapters, .chapter_list, .nextPrevious {
	display: none;
}

/* Feature,Article */
.feature #image1, .feature #image2, .feature #image3 {
	margin: 1em;
	text-align: left;
	float: none;
	clear: both;
}

/* Noticeboards & notice */
.notice {
	margin-top: 2em;
}
.notice h5 {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
}
.notice .strapline {
	margin: 0;
}
.notice img {
	border: 0;
}
.notice .headline {
	display: none;
}

/* Organisation */
.disclaim {
	font-size: 10pt;
}

/* Portal links */
.link_block {
	margin-top: 2em;
}
.link_block .link_description {
	margin-top: 0;
}

/* Search results */
#searchresults p {
	margin: 0;
}
#searchresults li {
	margin-top: .25em;
}
#searchresults .pager {
	display: none;
}
#searchresults a:after {
	content: "  (.." attr(href) ")";
   	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* Sitemap */
.sitemapcol {
	width: 100%;
	float: none;
}
* html .sitemapcol  {
	width: 100%; /* for IE5.x */
}
.sitemapblk {
	margin-top: 1em;
	padding: 0;	
	color: black;
	background-color: white;
	border: 0;
}
.sitemapblk ul {
	margin-top: 0;
}
.sitemapblk a:after {
	content: "  (.." attr(href) ")";
   	font-size: 10pt;
	font-weight: normal;
	color: black;
}

/* Forms */
.cssform1 {
	width: auto;
	margin: 0px;
	padding: 2px;
}


