﻿/* CSS Document */

body {
   background: white;
   font-family: Verdana, Arial;
   font-size: 11pt;
   }

#container, #mainContent, .main-padding, #column2, #bodycopy,  {
    
    width: auto;
    margin: 0 5%;
    padding: 0; 
    float: left !important;
    }

#wrap #toppart, #logons, #footerContent, #nav, #subnav, #footer, #topImage,#headerBottom, #bottomImage, #photograph, .list, .float-right, .crumb, .sideContent, .sideContent2, #topContent, .siteboxWrap, .noprint {
    
    display: none;
    }
  

    
/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
    color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
    color: #781351
}

