/* Ensure the content spans the full width */
#container, #container1, #container2
{
position:absolute;

    margin-left:-280px;

    margin-right:0px;

    top: 100px;

    width:100%;
}




* Remove unwanted elements */
/*#header, #headeremail, #footer, #news, #noback, #bluetriangle, #PLVSMIGMYeFCDiv, #nav .noprint
*#bluetriangle .noprint
*{
*display: none;
*}



/* Change text colour to black (useful for light text on a dark background) */
.body
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #0000ff
}


