html
{
    background-color:#ebebe4;
}


#pageBg
{
	background-color:#ebebe4;
}

#pageContent
{
	width:986px;
	margin:0px auto;
	/*background-image:url(../Img/pageBG.gif);
	background-repeat:repeat-y;*/
	/*padding:0px 22px 0px 22px;*/
    background-color:white;
    box-shadow: 5px 5px 10px #D7D7CD, 
            -5px -5px 10px  #D7D7CD,
            -5px -5px 10px  #D7D7CD;
    border-radius: 0 0 5px 5px;

}

#header
{
	position:relative;
	width:986px;
	/*
	height:186px;
	*/
	height:107px;
	background-image:url(../Img/headerBG.jpg);
	background-repeat:no-repeat;
}

#contentAreaHome
{
	width:946px;
	padding:0px 20px 0px 20px;
}

#contentArea
{
	z-index:50;
	width:946px;
	padding:0px 20px 0px 20px;
	background-image:url(../Img/contentColumnsBG.gif);
	background-repeat:repeat-y;
}

#contentArea p
{
	text-align:justify;
}

#contentAreaWide
{
	z-index:50;
	width:946px;
	padding:0px 20px 0px 20px;
}


#leftColumn
{
	width:351px;
	margin-right:19px;
	float:left;
}

#contentColumn, #contentColumnSpecial
{
	width:575px;
	float:left;
}

#footer
{
	width:946px;
	height:208px;
	margin:0px auto;
	margin-top:17px;
	padding-top:14px;
	background-image:url(../Img/footerBG.gif);
	background-repeat:repeat-x;
}

/* Print Link */
#printPage
{
	position:absolute;
	width:170px;
	height:50px;
	top:163px;
	right:20px;
	background-image:url(../Img/printBG.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	z-index:100;
}

#printPage a
{
	display:block;
	padding:20px 0 0 70px;
	font-size:12px;
	font-weight:bold;
}

/* Cleaner DIV TAG CLEARS Column Floating areas*/
.cleaner
{
	clear:both;
	float:none;
	font-size:1px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	visibility:hidden;
}


@media print
{
	#pageBg
	{	background-color:#ffffff;	}

	#pageContent
	{
		width:100%;
		background:none;
		padding:0px 0px;
	}

	#header
	{
		width:100%;
		height:100px;
		margin-bottom:10px;
	}

	#contentArea
	{
		width:100%;
		background:none;
		padding:0px 0px;
	}

	#leftColumn
	{	display:none;	}

	#contentColumn, #contentColumnSpecial
	{
		width:100%;
		float:none;
	}

	#footer
	{	display:none;	}	
	
	#printPage
	{	display:none;	}	
}
