@charset "utf-8";

/*Font*/

html {
		font-family: Arial, Geneva, sans-serif;
}

/* Remove unwanted elements */
.top_container, .footerholder, .rightsidebar div, .top_nav_container, .dont_print
{
display: none;
}

.contact_module, .contact_container {
	display: block !important;
}

/* Ensure the content spans the full width */
.textcontainer, .rightsidebar, .content, .datacontainer
{
width: 100%;
margin: 0px;
}

/* Change text colour to black (useful for light text on a dark background) */

img
{
 border:0;
}


img.alignright,
img.alignright2
{
 clear: right; 
 float: right;
 margin: 0px 1px 5px 5px;
}

img
{
float: left;
padding: 0 3px 3px 0;
}


/* Improve colour contrast of links */
a:link, a:visited
{
color: #000
}

.alignrightimg{
	float: right;
	margin: 0px 0px 5px 5px;
	clear: right;
}
