@charset "utf-8";
/* DHWEP Content Pages */

#content_left_container
{		
	float:left;
				
	width:80%;
}

	#content_title_container
	{
		padding-top:10px;
		
		padding-bottom:10px;
		
		font-size:large;
		
		font-weight:bold;
		
		height:auto;
	}
	
		#content_title_container table
		{
		width:100%;
		
		height:inherit;
		
		border:none;
		}
	
	#content_realcontent_container
	{
		position:relative;
		
		width:auto;
		
		color:#000099;
		
		line-height:1.5em;
	}
	
		.content_separator
		{
		background:url(../elements/separator.gif) no-repeat;
		
		height:5px;
		
		clear:both;
		
		margin-top:10px;
		
		margin-bottom:10px;		
		}
	
		.content_realcontent_topanchor
		{
		height:auto;
		
		width:auto;
		
		text-align:right;
		
		text-decoration:underline;
		}
		
		.content_realcontent_sectiontitle
		{
		margin-top:20px;
		
		margin-bottom:10px;
		
		color:#333333;
		
		font-size:x-large;
			
		font-weight:bold;
		}
		
	
			#content_realcontent_container ol li
			{
				font-size:large;
				
				font-weight:bold;
			}
		
		#downloads
		{
		height:40px;
		
		width:auto;
		
		margin-top:20px;
				
		color:#333333;
		
		font-size:x-large;
			
		font-weight:bold;
		}
		
			.downloads p
			{
			margin-bottom:5px;
			
			padding-left:5px;
			}
			
			.downloads_container
			{
			margin-left:20px;
			
			margin-bottom:10px;
			}
			
			.downloads_container div
			{			
			margin-top:5px;
			
			padding-left:22px;
						
			height:20px;
			
			width:auto;
			}
			
			.downloads_container div a
			{
			margin:2px;
						
			color:#FF3300;
			
			font-size:medium;
			
			font-weight:normal;
			}
			
				.links
				{
				background:url(../elements/downloads/external_link.gif) no-repeat;
				}
				
				.image
				{
				background:url(../elements/downloads/img_file.gif) no-repeat;
				}
				
				.video
				{
				background:url(../elements/downloads/video_file.gif) no-repeat;
				}
				
				/*
				.unknown
				{
				background:url(../elements/downloads/unknown_file.gif) no-repeat;
				}
				*/
				
				.pdf
				{
				background:url(../elements/downloads/pdf_file.gif) no-repeat;
				}
				
				.ppt
				{
				background:url(../elements/downloads/ppt_file.gif) no-repeat;
				}
				
				.doc
				{
				background:url(../elements/downloads/word_file.gif) no-repeat;
				}
								
				.zip
				{
				background:url(../elements/downloads/zip_file.gif) no-repeat;
				}
				
				/*
				.excel
				{
				background:url(../elements/downloads/excel_file.gif) no-repeat;
				}
				*/
	
#content_right_container
{	
	float:right;

	width:20%;
			
	font-size:large;
	
	font-weight:bold;
	
	text-align:left;
	
	margin-top:0px;
	
	margin-left:2px;
}

	.content_right_title
	{
	padding-top:20px;
	
	position:relative;
	
	font-size:large;
	
	font-weight:normal;
	}
	
		.content_right_title a
		{
		font-size:large;
		
		font-weight:bold;
		
		color:#FF3300;
		}
		
		.content_right_container li
		{	
		position:relative;
		
		}
		
	.content_right_links
	{
	font-size:medium;
	
	font-weight:normal;
	}
		
		#content_right_links a, #content_right_links a:active, #content_right_links a:hover
		{
		font-size:inherit;
		}
		
		.content_right_links a
		{		
		color:#FF3300;
		}
		
		.content_right_links_separator
		{
		background:url(../elements/miniseparator.gif) no-repeat;
		
		height:5px;
		}