@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;
}

DIV#modgov .mgContent TABLE
{
	margin-left: 0.5em;
	/*border: none;*/
}
DIV#modgov TABLE.mgInterestsTable TD
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
}
DIV#modgov TABLE.mgInterestsTable
{
	border-right: #E0E0E0 1px solid;
	border-top: #E0E0E0 1px solid;
	border-left: #E0E0E0 1px solid;
	border-bottom: #E0E0E0 1px solid;
	/*margin-top: 20px;*/
	margin-bottom: 3px;
	width: 95%;
}

DIV#modgov TABLE.mgInterestsTable TH
{
	background-color: #394264;
	color: #FFFFFF;
	text-align: left;
	/*padding: 12px 20px 10px 20px;*/
	margin: 0;
	font-size: 1.2em;
	font-weight:300;
	border-left: 1px solid #E0E0E0;
}

DIV#modgov CAPTION
{
	border: none;
	/*font-weight: bold;*/
	text-align: left;
	font-size: 1.063em;
    color: #4c4c4c;
    font-weight: 400;
}

