	/*******
	Footer
	*******/
	.dm20_bottom_nav_container a {
    text-decoration: none;
    color: #2d1500;
    font-family: Times New Roman;
    font-size: 13pt;
    font-weight: normal;
}


	.dm20_footer
	{
		width:992px;
		overflow:hidden;
		
		margin-top:28px;
		margin-left:auto;
		margin-right:auto;
		background-color:#686d6e;
		color:#ffffff;
	}
	
	.dm20_footer a
	{
		color:#ffffff;
	}
	
	.dm20_footer .dm20_hr_double_efefef
	{
		margin-top:11px;
		width:978px;

		width:100%;
		height:8px;
		margin-top:2px;
		margin-bottom:10px;
		
	}
	
	.dm20_footer .dm20_nav
	{
		margin-top:21px;
		margin-bottom:5px;
		font-size:10pt;
		line-height:18px;
		text-align:center;
		
	}
	
	#footer-image
	{
	    margin-left: 386px;
		margin-top: 33px;
	}
	
	
	.dm20_footer .dm20_fda .dm20_nav
	{
		margin-top:21px;
		margin-bottom:5px;
		font-size:10px;
		text-align:center;
		
		color:#777777;
	}	
	
	.dm20_footer .dm20_fda .dm20_copyright
	{
		color:#777777;	
	}
	
	.dm20_footer .dm20_dmj .dm20_nav
	{
		margin-top:21px;
		margin-bottom:5px;
		font-size:10px;
		text-align:center;
		
		color:#564939;
	}	
	
	.dm20_footer .dm20_fda .dm20_copyright
	{
		color:#564939;	
	}

	
	.dm20_footer .dm20_nav a
	{
		font-weight:normal;
	}
	
	.dm20_footer .dm20_fda .dm20_nav a
	{
		color:#005cab;
	}	
	
	.dm20_footer .dm20_dmj .dm20_nav a
	{
		color:#0038b8;
	}	
	
	.dm20_footer .dm20_disclaimer
	{
		font-size:12px;
		color:#000000;
		margin-top:8px;
		margin-bottom:32px;
		
		padding-left:100px;
		padding-right:100px;
		text-align:center;
	}
	
	
	/*
	When there is no disclaimer, this div is written out instead of disclaimer. 
	The upshot of this is that we can guarantee vertical spacing.
	*/
	.dm20_footer .dm20_disclaimer_placeholder
	{
		margin:0px;
		padding:0px;
		
		height:30px;
		width:100%;
	}
	
	
	