 /*  universal margin and padding removal  */
* {margin:0;padding:0}

ul, ol, li {
padding-left: 24px;
}

  body {
    margin-right: 0%;
    background: none;
    margin-left: 6%
    }
    


   /* colour for main column  and right padding and location of main content
   */
  .main {
    margin-right: 2em;
    background: none ;
    padding-left:  50px;
    padding-right:  50px;
    padding-top: 20px;
    border: none;
    font-family: 'arial';
    font-size: 1em;
    }


  .main p, .main li {
    margin-top: 6px;
    margin-bottom: 12px;
    }


/*  top of page with no shadow to the right  */
  .page_top {
    margin-left:0%;
    margin-right: 2em;
    margin-top:0px;
    margin-bottom: 0px;
    height: 40px;
    background: none;
    border: none;
    }    


/*  bottom of page shadow   */
  .page_bottom {
    height: 0px;
    page-break-after: always;       /* print command  */
    }    

/*  putting the header to the right of the logo  */
  .logo {
    float: left;
    padding: 5px 5px 5px 5px;
    width: 5%;
    }

/*  format header:- bottom padding gets rid of green line in Opera  */
  .header {
    margin-left: 0%;
    margin-top: 9px;
    padding-bottom: 2px;    
    display: block;
    float: left;
    width: 70%;
    }

/* 
position and formatting of date.  Left margin is different in IE, see hack
 */

  .date {
    margin-top: 20px;    
    font-family: 'arial';
    font-size: .7em;
    padding-right: 10px;
    margin-bottom: 10px;
    }



/* format main menu at top of each policy   */

  .mainmenu {
    height: 0px;
    }


#main_header {
display: none;
}

  #savebanner {
    display: block;
    }

/***********Main Menu System**************/

#dhtmlgoodies_menu {
display: none;
}

/***********************************/

  .logo {display: none}

  .prev, .next {
    display: none;
    }

  .footnote_left, .footnote_right {
    display: none;
    }

 /* main headings that page links point towards  */
  h1 {
    padding-left:.3em;
    margin-bottom: 0;
    font:1.5em 'arial';
    color:black;
    font-weight: normal;
    text-decoration: underline;
    }
 
  span.linktext {
    display: none;
    }
  .credits {
    display: none;
    }
