.clear
	{
		clear:both;
		font-size:1px;
	}
body
	{
		background-color:#F9F7F8;
		/* background image in audience type specific style sheet */
	}
#header
	{
		background-image:url(_gfx/template/headerBackground.png);
		height:105px;
		min-width:946px;
	}
#subMenus
	{
		visibility:visible;
	}
	/*
#header #leftShadowFix
	{
		border: 0px solid rgb(0, 0, 0);
		height: 12px; background-color: rgb(0, 0, 0);
		position: absolute;
		top: 94px;
		left:40px;
		font-size: 4px;
		margin:auto;
	}
	*/
#bodyContentContainer
	{
		min-width:946px;
	}
#bodyContentContainer .borderColumn1
	{
		color:#FFFFFF;
		background-image:url(_gfx/template/mainColumnBorderLeft.png);
		background-position:top right;
	}
#bodyContentContainer .borderColumn1 .content
	{
		/* specific styles in audience type style sheet */
	}
#bodyContentContainer .contentColumnContainer
	{
		width:800px;
		background-color:#F9F7F8;
	}
#bodyContentContainer .borderColumn2
	{
		color:#FFFFFF;
		background-image:url(_gfx/template/mainColumnBorderRight.png);
		background-position:top left;
	}
#bodyContentContainer .borderColumn2 .content
	{
		/* specific styles in audience type style sheet */
	}

