	body
	{
	background: none;
	}
	
	#linkHome
	{
	display: none;
	}

	p, ul, li, td
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 14pt;
	}
	
	h1
	{
	font-size: 13pt;
	}
	
	h2
	{
	font-size: 11pt;
	}
	

/* Head */

	#head	
	{
	display: none;
	}
	

/*Columns */
	#columns
	{
	width: 100%;
	margin: 0 0 25px 0;
	}
	
	#leftNav
	{
	display: none;
	}	
	
	#mainText
	{
	float: none;
	width: auto;
	margin: 0 40px 0 0;
	padding: 0;
	}
	
	#sideBar
	{
	float: right;
	width: 30%;
	border-left: 1px dashed #bfbfbf;	
	padding: 0 0 0 10px;
	}
	
	#sideBar.empty
	{
	display: none;
	}

	#sideBar h3
	{
	font-size: 10pt;
	}
	
	#sideBar p, #sideBar ul, #sideBar li
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 13px;
	}	
	
/* Footer */	
	#footer
	{
	width: 100%;
	border-top: 1px solid #5f6364;
	}
	
	#logos
	{
	display: none;
	}
	
	#copyrightContact
	{
	float: none;
	font-size: 10px;
	line-height: 12px;
	margin: 6px 0 0 0;
	}
	
	#copyrightContact .links
	{
	display: none;
	}