body {
font-size:90%; margin:5px; border:none; font-family:Arial, Helvetica, sans-serif;}
table {width:95%;}
	/* Header styles */
	#header {
		display: none;
	}


	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		background:#fff;		/* center column background colour */
		border:none;
	}
	.threecol .colleft {
		display:none;
		
	}
	.threecol .col1 {
		width:96%;			/* width of center column content (column width minus padding on either side) */
	}
	.threecol .col2 {
		display:none;
	}
	.threecol .col3 {
		width:1%;			/* Width of right column content (column width minus padding on either side) */
		left:96%;			
	}
		/* 2 Column (left menu) settings */

	.leftmenu .col1 {
		width:96%;			/* right column content width */
	}
	.leftmenu .col2 {
		display:none;
		}

	#navbar {display:none;}
	#skip {display:none;}
