/* main_align - align main block in page horizontally for IE 5 and 6 */
#main_align
{
}

/* main holds everything and float in the body */
#main 
{
	
}

#block_1
{
}
 
/* left bar */
#block_2
{
	/* float: right allows to block to position properly under IE5 and 6 position */
	display:none;
}

/* contains the middle columns and it allows footer to position properly under IE6 works properly */
#wrapper 
{
}
	
/* page header */
#header
{
	display: none;
}

#company_address
{
	display:none;
}

#company_address_header
{
	display:none;
}

#Mmenu
{
	display:none;
}

#footer
{
	clear: both;
	display:none;
}

#footertext
{
display: none;
}

a.footlink, a:link.footlink, a:visited.footlink
{
}

/* content div in "block_1" to give appropriate padding to text */
#content
    {
		/*
			must set the width and margin, otherwise, IE5.* will fail. 
			do not use any padding.
		*/

    }
    
body {
    }

#adminhead {
	display: none;
}

#printheader {
	display: block;
}