
/********************************** 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;
   text-align: left;
}

#top_nav{
	padding-top:1em;
	}

.noscroll{
	overflow: hidden; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
	width: 420px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.scroll{
	width: 420px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#wrapper1	{
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	/*background-color:#40849C;*/
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position: top;
	overflow: auto;
	
	}

#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;		
	}

#leftnav	{
	float: left;
	width: 199px;
	/*background-color:#40849C;*/
	background-image:url(images/l_about.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#leftnav_pad	{
	padding: 0;
	padding-top:150px;
	padding-left: 20px;
}

#leftnav p {
	font-size: 90%;
	color: white;
}

#leftnav a {
	text-decoration: none;
	color: white;
}

#leftnav a:hover {
	text-decoration: underline;
}

#wrapper2	{
	float: right;
	width: 600px;
	margin:0;
	padding:0;
	border:0;
}

#topnav	{
	float: right;
	width:600px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin:0;
	border:0;
	padding:0;
}

#topnav_pad {
	padding: 2px;
	padding-right:10px;
}

#topnav p{
	text-align: right;
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: #000000;
}

#topnav a {
	text-decoration: underline;
	color: #000000;
}

#topnav a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #005440;
}


#content	{
	float: right;
	width: 600px;
	min-height:450px;
	height:auto !important;
	height:450px;
	margin: 0;
	padding: 0;
	border: 0;
}

#content_pad {
	padding: 20px;
	padding-right: 30px;
}

#content h1{
	font-size: 130%;
	color: #40849C;
}

#content h2{
	font-size: 130%;
	color: #40849C;
}

#content p{
	font-size: 90%;
	text-align: left;
	color: #333333;
}

#content ul{
	font-size: 90%;
	text-align: left;
	color: #333333;
}

#content ol{
	font-size: 90%;
	text-align: left;
	color: #333333;
}

#content a {
	text-decoration: underline;
	color: #333333;
}

#content a:hover {
	color: #005440;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#content fieldset{
	position: relative;
	width: 470px;
	margin-left: 20px;
	background-color: #D6CACF;
	margin-top:1em;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

#content legend{ position:absolute; top: -.5em; left: .5em;
	font-weight: bold;} 
	

#footer {
	float: left;
	width:800px;
	background-color: #005440;
}

#footer_pad{
	padding: 4px;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: right;
	color: #409C87;
	font-weight: normal;
}

#footer a {
	text-decoration: none;
	color: #409C87;
}

#footer a:hover {
	text-decoration: underline;
}