/* Color Pallete
#EEF3F: (light blue) table heading color
#1369A4: (dark blue) heading font
*/

/*** Navigation ***/

	#article_content .fwd_navigation{
		margin:20px auto;
		padding:3px;
		background-color:#f1f1f1;
		font-weight:bold;
		text-align:center;
		font-size:120%;
		
	}

/*** Heading ***/

	#article_content h1{
		color:#1369A4;
		font-size:160%;
	}
	
	#article_content h2{
		
		border-bottom:1px solid #999;
		clear:both;
	    margin-top:20px;
		margin-bottom:10px;
	}
	
	#article_content #content_body h2{ /** #content_body is to avoid conflict with the old version**/
		background:url(/images/bullet_big.gif) center left no-repeat;
		padding:4px 0;
		padding-left:22px;
	        font-size:130%;
	}
	
	#article_content h2 hr{
		display:none;
	
	}

	#article_content h3{
		background:url(/images/bullet_snow.gif) left center no-repeat;
		padding-top:4px;	
		padding-bottom:2px;
		padding-left:20px;
		margin-top:10px;
		margin-bottom:5px;
		font-size:110%;
		font-weight:bold;
	
	}

/*** Image ***/

	#article_content .image_left{
		float:left;
		margin-right:10px;
		
		border-width:1px 2px 2px 1px;
		border-style:solid;
		border-color:#999;
		padding:2px;
		text-align:center;
		font-weight:bold;
		color:#999;
		margin:20px 5px;
	}
	
	#article_content .image_right{
		float:right;
		margin-left:10px;
		border-width:1px 2px 2px 1px;
		border-style:solid;
		border-color:#999;
		padding:2px;
		text-align:center;
		font-weight:bold;
		color:#999;
		margin:20px 5px;
	}
	
	#article_content .image_block{
		display:block;
		clear:both;
		margin:10px;
		border-width:1px 2px 2px 1px;
		border-style:solid;
		border-color:#999;
		padding:2px;
		text-align:center;
		font-weight:bold;
		color:#999;
		margin:20px 5px;
	}
	
	#article_content .image_left img,#article_content .image_right img,#article_content .image_block img{
		display:block;
	}
	
	#article_content img.image_block{
		text-align:left;
	}


/*** content block ***/

	#article_content .context_block {
	        border-bottom:1px dashed #999;
			padding:10px 0 10px 5px;
	        clear:both;
	    
		}
	
	#article_content .context_block p{
	       width:90%;
	       text-align:justify;
	       margin-top:20px;
	       margin-bottom:20px;
	}
	
	#content_body .info_box{
		margin: 10px 0;
		border:0;
		background-color:#F2F2D5;
		padding:5px;
	}
	#content_body .info_box h3{
		background-image:none;
	
	}
	#content_body .info_box li{
		list-style:none;
		background:url(/images/bullet_square_d.gif) left center no-repeat;
		padding-left:18px;
	    
	}
	
	#content_body .info_box td{
		vertical-align:top;
	}

/*** Information Table ***/

	#article_content .info_table{
		border-style:solid;
		border-color:#999;
		border-width:1px;
	}
	
	#article_content .info_table td{
		border-width:0 ;
	}
	
	#article_content .info_table thead th{
		border-style:solid;
		border-color:#999;
		border-width:0 1px 1px 0;
		background-color:#EEF3F3;
		color:#1369A4;
	    padding:3px 0 3px 10px;
	}
	
	#article_content .info_table li{
		padding:5px;
		list-style:none;
		list-style-position:outside;
	    background:url(/images/bullet_square_a.gif) left 0.5em no-repeat;
		padding-left:20px;
	}





