/* Remove unwanted elements */
#menubar, .menu, #left, .bannernationallogo { 
display: none;
}



/* Ensure the content spans the full width */
#content, #Calbody,  #main, #mainfull, #footer {
width: 100%; 
margin: 0; 
float: none;
border: 0px;
}

/* customize letterhead */
#bannerbar{
border-bottom: 2px solid #000000;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}