@charset "UTF-8";
/* CSS Document */


BODY {
	BACKGROUND: #fff; MARGIN: 0px; COLOR: #000; PADDING-TOP: 0px; TEXT-ALIGN: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Remove unwanted elements */
#hd_icons, #Search, #quicklinks, #footer, #leftmenu{
display: none;
}
/* Ensure the content spans the full width */
#container {
width: 100%;
margin: 0;
float: none;
}

#rightcontent{
color:#000000;
float:none;
width:100%;
margin:10px;
}


#rightcontent h3{
color: #000;
}


/* Change text colour to black (useful for light text on a dark background) */
/* Improve colour contrast of links */
a:link, a:visited{
color: #000;
}






