﻿/* Remove unwanted elements */
#header, #userNav, #mainNavContainer, #sectionHeader, #footer
{
display: none;
}

/* Ensure the content spans the full width */
, #leftNavTree,#siteContainer, #sectionContent
{
width: 100%; margin: 0; float: none; font: #000;
}

/* Improve colour contrast of links */
a:link, a:visited
{
    color: #003366;
}
