/* Health Story of Niagara */

	/* Main DIV around all HSON content */
	#hson	
	{

	}
	
	#hson B 
	{
		font-weight: bold;
	}

	/* DIV container for Municipal maps and HSON title */
	#hson_municipal_map
	{
		width: 300px;
		float: right;
		margin: 0 0 0 15px;
		text-align: center;
	}
	
	/* Turn off underline for map link */
	#hson_municipal_map A, #hson_municipal_map A:visited
	{
		text-decoration: none;
	}
	
	
	
	/* Data Charts */
	
	#hson CAPTION
	{
		padding: 0 0 .5em 0;
	}
	
	#hson TH
	{
		background-color: #CCC;
	}
	
	TD.hson_data_number, TH.hson_data_number
	{
		text-align: center;
	}
	
	TD.hson_data_title, TH.hson_data_title
	{
		text-align: left;
	}
		
	TD.hson_chart_topic
	{
		padding-top: 1em;
		font-weight: bold;
		vertical-align: bottom;
	}

	#hson TABLE
	{
		border-bottom: 1px solid #666;
		font-size: .85em;
	}

	.hson_data_note
	{
		font-size: .8em;
		margin: 3px 0 0 0;
		
	}
	
	/* Source reference for charts */
	.hson_source
	{
		font: italic normal .8em tahoma, helvetica, sans serif;
		margin: 3px 0 0 0;
	}

	/* Bullets at the top of page that has index with anchors */
	.hson_anchor_list LI
	{
		list-style-type: square;
		margin-bottom: .5em;
	}
	
	/* Anchor Links within a section */
	.hson_anchor_section
	{
		font-style: italic;
	}

