/*---- utskriftsformattering ----*/
#leftColumn, #rightColumn, .vnav
{
	display: none;
}
#contentColumn, .inside a
{
	text-decoration: none;
	
}
#footer
{
	display: none;
}

#masthead
{
	display: none;
}

.hnav
{
	display: none;
}

#pageFrame, #pageWrapper
{
	border: solid 0px #fff;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #fff;
}
#footer
{
	border-width: 0px;
}
#masthead, .hnav
{
	border-bottom-width: 0px;
}
#innerColumnContainer
{
	border-width: 0px;
}
#contentColumn
{
	border-left-width: 0px;
               margin-left: 0px;
}
#outerColumnContainer

{


	border-color: #fff;	/* set default color to white. set the real

				   color inside colors.css */

	border-style: solid;

	border-width: 0 0em;	/* sets the width of the borders used to create

				   the left and right columns' background 

				   color. */

}
