@charset "utf-8";
/* CSS Document */


/*Printing CSS*/


/* In accordance with New Zealand Government Web Standards 2.0*/
/* Web pages will print their core content, but not headers/ footers/ navigation menus, search boxes etc */
/* They will print on standard sheets of paper and will be black text on a white background */

html{width:100%;}
body {background-image:none;}
#container{width:100%;}
#leftBar, #whitebar, #rightBar, #whitebarA, #head, #logo, #headerImg, #topGreenBar, #topNavTags, #leftMenu, #search, #footer, #access-keys {display:none;}
#mainContent {display:block; margin-left: 0; margin-top: 0; padding: 0; width:100%; background-color:#ffffff; color:#000000; float:none; position:relative; }
a:link, a:visited, h1, h2, h3, h4, h5, p, p.highlight, ul, table {background-color:#ffffff; color:#000000;}

