﻿@charset "UTF-8";
		body		
		{
	background-image:url('img/bg_strip.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #CDE4F4;
		}

		A:link {text-decoration: none;}
		A:visited {text-decoration: none;}
		A:active {text-decoration: none;}
		A:hover {text-decoration: none; color: #EE001F;}
		
		div#Header
		{	width: 100%;
			height:156px;
			background-image:url('img/hcnhead_rpt.gif');
		}
		
		div#Container		
		{
			margin: auto;
			width: 980px;
			border: 0px;
			padding: 1em;
			font-family: Sans-serif;
		}
		
		div#Content
		{   width: 780px;
			background-color:#FFFFFF;
		}
		
		div#HomepageHeading
		{
	background-color:#EE001F;
	padding: 6px;
	text-indent:0px;
	font-family: Sans-serif;
	font-size:0.9em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
		}
		
		div#PageHeading
		{
	background-color:#EE001F;
	padding: 6px;
	text-indent:0px;
	font-family: Sans-serif;
	font-size:1.7em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
		}
		
		div#StoryBox
		{   padding: 1em;
			text-align:justify;
			border-bottom-style:solid;
			border-bottom-width:2px;
			border-bottom-color:#CDE4F4;
		}
				
		p.StoryText
		{   font-size:0.75em; /* 14px/16=0.875em */
		}
		
		h1.StoryText
		{	font-size:1.25em;/* 40px/16=2.5em */ 
			color:#0076C3;
			text-align:center;
		}	
		
		.wrapper {
			min-height: 100%;
			height: auto;
			height: 100%;
			margin-top: 0; 
			margin-right: 0; 
			margin-bottom: -18px; 
			margin-left: 0;
		}
	
		.push 
		{
			height: 18px;
		}
		
		div#footer
		{
			height: 18px;
			font-family: Sans-serif;
			font-size:0.625em; /* px/16= em */
			text-align:center;
			vertical-align:middle;
			color:#333333;
			padding: 2px;
			border-top-style:dotted;
			border-top-width:1px;
			border-top-color:#0076C3;			
		}
		
.LayhamGreen {
	color: #339933;
}
		
.Pantone186 {
	color: #cc092f;
}
