@media screen{
	body { 
		margin: 0px;
		padding: 0px ;
		background: url(3stripebgr.gif) repeat-x 0 0 #fff;
		font-style: normal;
		font-family: Arial, helvetica, sans-serif;
		font-size: 13px;
		color:#000;				
	}
	#content {
		margin: 0px 20px 0px 30px;
		padding: 0px ;
	}
	a:link, a:visited, a:active {
		color:#666;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
		color: #CB071E; /* Peak Red Hover */
		font-weight:bold;
		text-decoration:none;
	}
	
	/* footer styles */
	#footer
	{
		width:100%;
		height: 30px;
		margin:10px 0px 0px 0px;
		border: 0px; 
		text-align: left;
		padding:0px 0px 0px 20px;
		position: relative;
		display: block;
		background: url(../homeim/footer_bgr2.gif) #ffffff repeat-x 0px 0px;
		font-size: 11px;
		letter-spacing: 1px;
		color: #444444;
		line-height: 30px;
	}
	
	h2, h3 {
		cursor: pointer;
		cursor: hand;
		padding : 10px 0px 8px 20px;
		margin : 0px;
		color: #444;
		font-size: 16px;
	}
	h2.sitemap, h2.maximise	{
		background : url(max.gif) no-repeat center left;
	}
	h2.minimise	{
		background : url(min.gif) no-repeat center left;
	}
	h3.pagelink	{
		background : url(doc.gif) no-repeat center left;
	}	
	ul.sitemap {
		list-style-type : none;
		margin: 0px 0px 0px 5px;
		padding: 0px;
	}
	
	ul.sitemap li	{
		background : transparent;
		padding-left : 1.1em;
	}
	
	ul.sitemap li a {
		background : transparent url(doc.gif) no-repeat;
		/*margin-left : -1.1em;*/
		padding-left : 20px;
	}
	
	ul.sitemap li img {
		padding-right : 2px;
	}
	
	/*ul.sitemap li a:hover
		{
		background : transparent url(/man/images/sitemapdocbullethover.gif) no-repeat;
		}*/
	
	ul.sitemap li a.parent	{
		background : transparent;
		padding-left : 0;
	}
	
	ul.sitemap li ul	{
			 background: transparent /*url('minimise.gif')*/ no-repeat;
			 list-style-type: none;
			 margin: -1.4em 0 0 -1.6em;
			 padding: 1.4em 0 0 0.6em;
	}
	
	ul.sitemap li ul:hover		{
		background : transparent /*url(/man/images/sitemapfolderbullethover.gif)*/ no-repeat;
	}
	
	ul.sitemap li ul li	{
		margin-left : 0.5cm;
		padding-left : 10px;
	}
		
	img.icon {
		border : none !important;
		height : 11px !important;
		margin-bottom : 0;
		width : 11px !important;
	}
}


