@charset "UTF-8";
/* CSS Document */


 /* Remove unwanted elements */
 
#navbar, #leftside, #menu {display:none;}
img {display:none;}

#banner img {display:none;}


 /* Ensure the content spans the full width */


#wrapper, #content {margin:0; width:100%; float:none; }

/* Change text colour to black (useful for light text on a dark background) */

body {margin:0; padding:0px; font-family:"Times New Roman", Times, serif; font-size:12px; text-align:left; color:#000;}


/* Improve colour contrast of links */
a:link {color:#369; text-decoration:underline;}

.logo, .pageName {color:#000;}

