
	/* LEFT NAVIGATION BOX */
	#site_Leftnav{
		width:220px;
		height:100%;
	}
	#site_Leftnav_Wrapper{
		width:210px;
		padding:15px 0px 10px 10px;
		margin:0;
		max-width:210px;
	}
	#site_Leftnav_sidebox{
		width:200px;
		background-color:#E7E7E7;
		padding:3px 0px 10px 10px;
		border-top:solid 24px #6F8CAC;
	}
	#site_Leftnav_sidebox .sideheader,
	#site_Leftnav_sidebox .sideheader a{
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	#site_Leftnav_sidebox .subsideheader{
		margin-left:20px;
		width:100%;
	}
	#site_Leftnav_sidebox hr{
		height:1px;
		border:dotted 1px #333333;
		margin-top: 8px;
		width:90%;
	}
	#site_Leftnav_sidebox a{
		color: black;
		text-decoration: none;
	}
	#site_Leftnav_sidebox a:hover{
		text-decoration: underline;
	}
	
	.leftsidebox_bottom,
	.leftsidebox_bottom div{
		width: 100%;
		height: 10px;
		font-size: 1px;
	}
	.leftsidebox_bottom{
		background: url(/images/corners/roundedcornr_673721_br.png) no-repeat bottom right;
	}
	.leftsidebox_bottom div{
		background: url(/images/corners/roundedcornr_673721_bl.png) no-repeat bottom left;
	}
	
	.leftsidebox_bottom_https,
	.leftsidebox_bottom_https div{
		width: 100%;
		height: 10px;
		font-size: 1px;
	}
	.leftsidebox_bottom_https{
		background: url(https://www.agd.org/images/corners/roundedcornr_673721_br.png) no-repeat bottom right;
	}
	.leftsidebox_bottom_https div{
		background: url(https://www.agd.org/images/corners/roundedcornr_673721_bl.png) no-repeat bottom left;
	}
	
	
	#menusideheader{
		font:bold 14px Arial, Helvetica, sans-serif;
		color:#6F8CAC;
	}
	
	#standardsubpagelinks{
		margin:0px; 
		padding: 0px;
		padding-left: 10px;		
	}
	#standardsubpagelinks li{
		list-style:none;
		margin:0px; 
		display: block; 
	}
	#standardsubpagelinks a{
		font: bold 11px arial; 
		color: black; 
		text-decoration: none;
		padding-bottom: 4px;
	}
	#standardsubpagelinks li a:hover span{
		text-decoration: underline;
	}