		div.primary_header {
			line-height:0;
			font-size:24px;
			color:#ffd600;
			font-weight:bold;
			margin:0;
		}

		div.primary_header a:link, div.primary_header a:visited {
			font-size:14px;
			line-height:16px;
			margin-left:2px;
			text-decoration:none;
		}
		
		div.sitemap-section {
			width:47%;
			margin-right:15px;
			float:left;
		}
		
		div.sitemap-section p {
			margin-bottom:10px;
		}
		
		div.sitemap-section ul {
			padding:0;
			margin-left:0px;
			list-style-type:none;
			margin-top:0;
		}
		
		div.sitemap-section li {
			line-height:22px;
			margin-left:14px;
			
		}
		
		div.sitemap-section ul ul {
			list-style-type:square;
			margin-left:16px;
			color:#cccccc;
			margin-bottom:0;
			padding-bottom:0;
		}
		
		div.sitemap-section ul li.parentNode,
		div.sitemap-section ul li.parentNode {
			background:url(/img/sitemap-plus.gif) no-repeat 0% 6px;
			padding-left:16px;
			margin-left:0;
		}
		
		div.sitemap-section ul li.showChildren,
		div.sitemap-section ul li.showChildren {
			background:url(/img/sitemap-minus.gif) no-repeat 0% 6px;
		}
		
		div.sitemap-section ul ul li {
			line-height:16px;
			margin-left:0;			
		}
		
		div.sitemap-section ul ul a:link,	div.sitemap-section ul ul a:visited {
			text-decoration:none;
		}
		
		div.sitemap-section ul ul a:hover {
			text-decoration:underline;
		}
		
		div.clear {
			clear:left;
		}
	