/* This sheet is used for styling your printed webpage. */
/* This avoids horribly printed webpages, and is niuce to your visitors. */


/* First import the styling as used on the website */
@import url("design.css");

/* then reduce the visibility of elements which do not need to be shown */

/* basic settinfs for the <body> tag */
body {	
	text-align: center;
	}
	
/* Main container for the site */	
#wrapper
        {	
	margin:0 auto;
	text-align: left;
    z-index: 0; 
    }

a
        {
    text-decoration: none;
    }
	
#container 
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
    z-index: 1;
	}

#banner1, #banner2, #banner3
	{
	margin-bottom: 0px;
	padding: 5px;
	z-index: 2;
    }	
	
#contentarea {
	padding: 5px;
	margin: 0px;
    z-index: 1;
    }
	
div#leftbox {
	display: none;
	}

        
div#newsbox {
	display: none;
    }
        
#footer 
       {
	clear: both;
	padding: 5px;
	margin: 0px;        
    z-index: 2;
    }

