/*	
--------------------------------------
Standard template for no column layout
--------------------------------------
*/
@media screen, projection
{		
	body
	{
		margin-top: 0.8em;
	}
	
	#container
	{
		width: 100%;
		clear: both;
	}
	
	/* required for reports to stop them falling off the edge of the screen */
	#container .report 
	{
		position: relative;
		float: left;
	}

	/* The order of elements in the following section  must not be changed */
	#container .column
	{
		margin-top: -1.0em; /* Need this for IE */
	}
	
	#container .Breadcrumb
	{
		margin-top: 0; /* This fixes the above negative margin in Firefox */
	}

	.column table
	{
		margin-left: 0; /* This fixes the above negative margin in Firefox */
	}
			
	.Breadcrumb table
	{
		margin-left: -1.8em; /* Need this for IE */
	}	

	/* End section */

	#footer-wrapper
	{
		height: 3em;
	}
	
	#footer 
	{
		clear: both;
	}
}

		
