/* Page Layout CSS */
@media all
{
	#pageBG
	{
		background-image:url(../Img/PageBG.gif);
		background-repeat:repeat-x;
		background-position:0px 0px;
		background-color:#ffffff;
	}
	
	#header
	{
		position:relative;
		width:890px;
		height:110px;
		margin:0px auto;
		background-image:url(../Img/HeaderBGNew.gif);
		background-position:right top;
		background-repeat:no-repeat;
	}
	
	#contentArea
	{
		width:890px;
		margin:0px auto;
		border:solid 5px #D8D8D8;
		background-image:url(../Img/ContentBG2.gif);
		background-position:195px 0px;
		background-repeat:no-repeat;
	}
	
	#leftColumn
	{
		float:left;
		width:175px;
		padding:42px 10px 10px 10px;
		background-image:url(../Img/ColumnBG.gif);
		background-position:0px 0px;
		background-repeat:repeat-x;
	}
	
	#contentColumn
	{
		float:left;
		width:460px;
		padding:20px 20px;
		/*
		border-left:solid 1px #E8E8E8;
		border-right:solid 1px #E8E8E8;
		background-image:url(../Img/ContentBG.gif);
		background-position:0px 0px;
		background-repeat:repeat-x;
		*/
	}
	
	#rightColumn
	{
		float:left;
		width:175px;
		padding:42px 10px 10px 10px;
		background-image:url(../Img/ColumnBG.gif);
		background-position:0px 0px;
		background-repeat:repeat-x;
	}
	
	/* Footer */
	#footer
	{
		width:890px;
		margin:0px auto;
		font-family:Arial;
		font-size:13px;
		color:#000000;
		text-align:center;
	}

	#footer a
	{
		color:#000000;
		text-decoration:none;
	}

	#footer a:hover
	{	text-decoration:underline;	}
}

@media print
{
	#header
	{
		width:auto;
		margin:0px 0px;
	}
	
	#contentArea
	{
		width:auto;
		margin:0px 0px;
		background:none;
	}

	#contentColumn
	{
		float:none;
		width:auto;
		background:none;
	}

	#leftColumn
	{	display:none;	}
	
	#rightColumn
	{	display:none;	}
	
	#footer
	{	
		width:auto;
		margin:0px 0px;
	}
}

/* Cleaner DIV TAG CLEARS Column Floating areas*/
.cleaner
{
	clear:both;
	float:none;
	font-size:1px;
	height:0px;
	margin:0px 0px;
	padding:0px 0px;
	line-height:0px;
}
