* {
	background-image: none !important;
	position: static !important;
	float: none !important;
   	padding: 0;
	margin: 0;
}

.topnavwidth {
		background-color:#fff;

}

/* column container */
	.layout {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:normal;	/* This chops off any overhanging divs */
		
	}
	
	.content {
		float:none;
		width:100%;
		position:relative;
	}
	.leftcol {
		float:none;
		position:relative;
		padding:13px 0 0 0px;
		overflow:normal;


	}
	
	.rightcol {
		float:none;
		position:relative;
		padding:0em 0 0em 0em;
		overflow:normal;
	}
	/* 2 Column (left menu) settings - this is the outer layer of the two column layout */
	.container {
		background:#fff;
		width: auto;		
	}
	.container .content {
		right:100%;				/* right column width */
		background-color:#fff;		/* left column SPOTLIGHT ON RESEARCH background colour */
		border-right: 1px solid #ddd; /* spotlight on research column border */
				
	}
	.container .rightcol {
		width:100%;				/* right column content width */
		left:0%;				/* 100% plus left column left padding */
	}
	.container .leftcol {
		width:100%;				/* left column content width (column width minus left and right padding) */
		left:0%;				/* (right column left and right padding) plus (left column left padding) */
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;

	}
#pageWidth
{
	/* min-width: 628px; */
	
	margin: 0px 0px 0px 0px; /* this is the extra space around the content area */
}	


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	font-size: 100%;
	margin: 0px;
	color: #000;
}

.footer {
font-size: 80%;}








