﻿/* 
	This spreadsheet is loaded whenever the Project navigation and masthead are shown
	It is loaded by the code-beside of the master page.
	The background images for the topspacercurve and topspacerhead are loaded there as well
 */
#leftsearchbox 
{
	visibility:hidden;
	display:none;
} 
.leftnavproject 
{
	display:block;
	visibility:visible;
} 
#topspacer 
{
	visibility:visible;
	height:83px;
} 
#topspacercurve 
{
	visibility:visible;
	height:83px;
	width:6px;
} 
#topspacerhead 
{
	visibility:visible;
	height:83px;
	width:695px;
}

