@charset "utf-8";
/* Remove unwanted elements */
#leftnav, #accessibility, #access_banner, #header_div, #datanavigation, #header, #footer, #footer_div, p.backtotop, #boxwhite, #data_backtotop, #container_addthis, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#maincontent, #datacontent
{
width: 100%;
margin: 0px;
}

/* Change text colour to black (useful for light text on a dark background) */
body 
{
color: #000;
}

img
{
 border:0;
}

h2 a
{
text-decoration: none;
}

.pod_left *, .pod_right *,
.pod_left , .pod_right 
{
height: auto;
margin: 0;
padding: 0;
}

.pod_row
{
height: auto;
width: 100%;
clear: both;
overflow: auto;
margin: 5px 0;
}

img.alignright,
img.alignright2
{
 clear: right; 
 float: right;
 margin: 0px 1px 5px 5px;
}

img
{
float: left;
padding: 0 3px 3px 0;
}

.pod_left
{
height: auto;
/*width: auto;
float: none;
clear: both;*/
float: left;
width: 46%;
border: 1px solid gray;
padding: 3px;
}

.pod_right
{
height: auto;
/*width: auto;
float: none;
clear: both;*/
float: right;
width: 46%;
border: 1px solid gray;
padding: 3px;
}

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

.alignrightimg{
	float: right;
	margin: 0px 0px 5px 5px;
	clear: right;
}
