@import url(media.css);
@import url(inlines.css);

html,body
{
	background-color: #fff;
	border: 0;
}

BODY, body
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	margin : 0; 
	font-weight : normal; 
}

h1, H1, .heading1{font-size: 250%; color: #000000; font-weight: normal; text-align: left; padding : 12px 0 5px 0; margin : 0;}

h2, H2, .heading2{font-size: 120%; color: #000000; font-weight: bold; text-align: left;}

h3, H3, .heading3{color: #000000; font-weight: bold;}

h4, H4, .heading4{color: #000000; font-weight: bold;}

h5, H5, .heading5{color: #000000; font-weight: bold;}

h6, H6, .heading6{color: #000000; font-weight: bold;}

/* Styles for the print heading */
.printonly
{margin-left : 10px;}

.pathname, .printonly
{display: block; color: #003366; font-weight : bold; text-decoration : none;}

/* Styles to hide the bits of the page display from the printer (including related images)*/
 #lefthandcolumn, #navigation, #righthandcolumn, #footer, #toplevel, #seclevel, #breadcrumb, #topbanner, .noprint, .toptablebanner, div.limage, div.rimage {display : none;}


#mandatory_menu, #navigation_help, #header
{
	display: none;
}


/*Set position of main content column and font size*/
div.contentarea
{
	position: absolute;
	left: 0cm;
	top: 0cm;
	width:12cm;
    	font-size: 12pt;
}

/*Set position of Contact us and font size*/
div.extra_column
{
	position: absolute;
	left: 13cm;
	top: 2cm;
   	font-size: 10pt;
} 

/*show only Contact us in the right hand column*/
div.opennew, h4.related_publications, h4.whats_on, h4.download 
{
	display: none;
}

/*Hide Contact us links*/
div.extra_column a  
{
	display: none;
}


#container
{
	background-image: none;
}