﻿/* Remove unwanted elements */
#top_nav, #masthead, #pulse, #crumb, #submasthead, #left_nav, #support_panel, #latest, #left_col_extra, .coverup, .noprint
{
display: none;
}

body {
	font-size: 100%;
	}

#introtextbox_w, #introtextbox{
position:static
	
}


/* Ensure the content spans the full width */

#right_col_w, #right_col {
float: right;
margin-left: 10px;
}

div.right_col_w_box {
border-width: 0px
}

#container, #page_content_w, #page_content {
width: 100%; margin: 0; float: none;
border-width: 0px
}

/* Change text colour to black (useful for light text on a dark background) */

div.intro h1,  div.intro h2, .footertext {
color: #000;
border-width: 0px
}

div.centrepicnewspanel, div.centrenewspanel {
width: 100%; margin: 0; float: none;
border-width: 0px
}
div.formPanel, div.formBox {
border-width: 0px
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

