
/********************************** MAIN ELEMENTS *****************************************/

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #005440;
	text-align:center;
}

* html body {
	font-size: x-s; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions */
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}


#wrapper1	{
	width: 800px;
	position: relative;
	margin: 20px auto;
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-color: #40849C;
	}

#header	{
	float: left;
	min-height:110px;
	height:auto !important;
	height:110px;
	margin: 0;
	border: 0;
	padding: 0;
	width: 800px;
	background-color: #005440;
	background-image: url(images/chf_logo.jpg);
	background-repeat: no-repeat;		
	}

#wrapper3	{
	float: left;
	width: 300px;
	margin:0;
	padding:0;
}

#wrapper4	{
	float: right;
	width: 500px;
}

#issues	{
	float: left;
	width: 300px;
	min-height:150px;
	height:auto !important;
	height:150px;
	background-color: #40849C;
}

#nav	{
	float: left;
	width: 300px;
	min-height:150px;
	height:auto !important;
	height:150px;
	background-color: #40849C;
}

#nav_pad {
	padding: 0;
}

#nav p{
	text-align: right;
	font-size: 153%;
	margin: 0;
	padding: 0;
	color: #BFD6DE;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #BFD6DE;
	padding-right: 10px;
}

#nav a:hover {
	text-decoration: underline;
}

#highlight	{
	float: left;
	width: 300px;
	min-height:150px;
	height:auto !important;
	height:150px;
	background-color: #40849C;
}

#flash	{
	float: left;
	width: 500px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background-image:url(images/mainmontage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding:0;
}

#mission	{
	float: left;
	width: 500px;
	min-height:150px;
	height:auto !important;
	height:150px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FFFFFF;
}

#mission_pad {
	padding: 20px;
}

#issue_pad	{
	padding: 15px;
}

#issues h1 {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #BFD6DE;
}
#issues p{
	font-size: 70%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #BFD6DE;
}

#issues a {
	text-decoration: none;
	color: #BFD6DE;
}

#issues a:hover {
	text-decoration: underline;
}

#high_pad	{
	padding: 15px;
}

#highlight h1 {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #BFD6DE;
}
#highlight p{
	font-size: 70%;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #BFD6DE;
}

#highlight a {
	text-decoration: none;
	color: #BFD6DE;
}

#highlight a:hover {
	text-decoration: underline;
}


#mission p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.25;
	color: #004D68;
	text-align: justify;
}

#footer {
	float: left;
	width:800px;
		background-color: #005440;

}

#footer_pad{
	padding: 4px;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 70%;
	text-align: right;
	color: #409C87;
}

#footer a {
	text-decoration: none;
	color: #409C87;
}

#footer a:hover {
	text-decoration: underline;
}