
/*(c) TN 2006 */

/* --------------------------------------------------------------------
							HTML TAGS
 --------------------------------------------------------------------*/
body { background: none; }
body#framed {  background: none; }

a:link, a:visited, a:hover, a:active  { 
	background: none !important; padding: 0 !important;
}
 
 
/*~###################################################################################################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         								LAYOUT
----------------------------------------------------------------------------------------------------*/								


#curlyBg{ background: none; }
#minWidth{
	width: auto;
}



#func { display: none; }


#headRow{
	height: auto;
	padding: 0;
	position: static;
}
	#logo{
		position:static;
		_filter:none;
		height: auto;
	}
		#logo[id]{ background: none }
		#logo img{ display: block;}

	#head{
		height: auto;
		background: none;
	}

		

#navLevel2 {  display: none; }
	

/*--------------- NAV 1 ----------------------------------------*/
	
#navLevel1{ display: none; }


#contentRow { background: none; padding: 0;}
body#rightCol #contentRow[id]{ background-image:none;}
body#twinCol #contentRow[id]{ background-image:none;}

#contentRow{width:auto; _filter:none;}
body#rightCol #contentRow{_filter:none;}
body#twinCol #contentRow{_filter:none;}


	#pageContent{ background: none; position: static  	}
	body#rightCol #pageContent{ background-image:none;}
	body#twinCol #pageContent{ background-image:none;}
		#breadcrump	{	}
		#pageData{ height: auto; min-height: 0; }
						
#footer{
	background: none;
		text-align: left;

}	

#teaserBox{
	position: static;
	_filter:none;
}
	#teaserBox[id]{ background:none; }
	#teaserContent{
		background: none;
	}
	#teaserHead{
		display: none;
	}


.printonly{	display:block;}
											

