html,body {	
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:10pt;
	line-height:145%;
	color:#000000;
	*text-align:center;
	margin:20px 0 0 0;
	padding:0;
	
	background-color:#6C96D2;
}

body.mceContentBody {
background-color: #e8e7da !important; /* found that FF needs this?*/
background-image: none;
color: #000000;
text-align: left;
}

/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header_container {
	height:auto;
	*text-align:center;
	}

div#header {	
	height:225px;
	width:926px;
	_width:966px;
	margin:0 auto 0 auto;
	*text-align:left;
	
	border:20px #FFFFFF solid;
	border-bottom:none;
	}

div#logo {	
	width:225px;
	height:225px;
	float:left;
	background-color:#1E1C1B;
	}
	
img.logo {
	padding:25px 0 0 40px;
	_margin:25px 0 0 40px;
}

div#icf_container {
	width:701px;
	height:225px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	}
	
img.icf_overlay_image {
	position:relative;
	_position:absolute;
	z-index:200;
	margin:-100px 0 0 465px;
}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {
	height:auto;
	*text-align:center;
	}
		
div#main {	
	height:auto;
	width:926px;
	_width:966px;
	margin: 0 auto 0 auto;
	*text-align:left;
	border:20px solid #FFFFFF;
	border-top:none;
	background-color:#9EC922;
	}
		
.padding {
	padding:25px;
}

div.echo_eco_news {
	padding:25px 0 0 0;
}

div#banner_ad {
	width:165px;
	margin:0 auto 0 auto;
	color:#FFFFFF;
	padding: 25px 0 25px 0;
	*margin:0 0 0 30px;
}

div#left_area {
	width:225px;
	float:left;
	background-color:#9EC922;
}

div#right_area {
	width:701px;
	float:left;
	background-color:#FFFFFF;
	
	min-height:535px;
	_height:535px;
	_overflow-x:hidden;
}

div#h_content {
	width:481px;
	float:left;
	background-color:#FFFFFF;
	
	min-height:535px;
	_height:535px;
	_overflow-x:hidden;
}

div#h_menu_area {
	width:220px;
	float:left;
	background-color:#FFFFFF;
	padding:25px 0 0 0;
	
	min-height:535px;
	_height:535px;
	_overflow-x:hidden;
}
	
.clear {
	clear:both;
	height:1px;
	margin:0 0 -1px 0;
	overflow:hidden;
}

/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container {	 
	height:auto; 
	*text-align:center;
	}

div#footer {	
	text-align:center;
	width:966px;
	margin:10px auto 15px auto;
	*padding:0 0 15px 0;
	color:#FFFFFF;
	font-size:9pt;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

h1 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	font-size:20pt;
	line-height:125%;
	color:#000000;
	margin:3px 0 8px 0;
	}
	
div#left_area h1 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	font-size:13pt;
	line-height:125%;
	color:#000000;
	margin:3px 0 8px 0;
	}

h2 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	font-size:16pt;
	line-height:125%;
	color:#000000;
	margin:3px 0 5px 0;	
	}
	
h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height:125%;
	color:#000000;
	margin:3px 0 5px 0;		
	}
	
.linkspage_url h5 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight:normal;
	font-size:16pt;
	line-height:125%;
	color:#000000;
	margin:0;
	padding:0;
	float:left;
}
		
/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
	margin:0 auto 0 auto;
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	border-bottom: none;
	_border-bottom: none;	
	text-align:center;
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	color:#FFFFFF;
	font-size:12pt;
	text-decoration:none;
	text-align:left;
	display:block;
	height:40px;
	text-decoration: none;
	line-height:250%;
	padding:0 0 0 25px;
	border-bottom:1px #CEE490 solid;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	background-color: #7FA21B;
	}

/* drop down menu */

div.menu {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	padding:0;
	margin:-21px 0 0 225px;
	*margin:-40px 0 0 245px;
	margin /*\**/: -40px 0 0 225px/9
}

div.menu a.menuItem {
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap; 
	border-bottom: none;
	_border-bottom: none;
	text-align:left;
}

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#FFFFFF;
	background-color:#A8CF38;
	border-bottom:1px solid #D3E79B;
	font-size:12pt;
	display:block;
	height:40px;
	line-height:250%;
	padding:0 25px 0 25px;
	*width:225px;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	background-color:#7FA21B;
}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	
	
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	}

#footer a:hover, #footer a:active {
	color:#F1F1F1;
	text-decoration: underline;
	}

img {	
	border: none;
}

a img {
	border: none; 
}

a.img:link, a.img:visited, a.img:hover, a.img:active {
	border-bottom: none !important;
	border:0px solid #000;
	border-bottom:none;
}

a:link, a:visited {
	color: #333333;
	text-decoration:underline;
}

a:hover, a:active {
	color: #194129;
	text-decoration:underline;
}

.button, .fancy {
	background:#9BC621 url(images/btn_tile.jpg) bottom repeat-x;
	color:#FFFFFF;
	font-size:12pt;
	padding:5px 10px 5px 10px;
	border:1px solid #6B8915;
	cursor:pointer;
}

.button:hover, .button:active, .fancy:hover, .fancy:active {
	background:#7CA4D5 url(images/btn_tile_over.jpg) bottom repeat-x;
	border:1px solid #587698;
}	

/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
.fborder {
	border: #ededed 1px solid;
	
}
.forumheader{
	padding: 4px;
	border: 1px solid #ededed;
	text-align: left;
}

.forumheader2{
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumheader3{
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.forumborder{
	border:  #000080 1px solid;
}

.fcaption {
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	text-align: left;
	background: url(images/menu1_fade.jpg) repeat-x;
	font-weight:bold;
}

.finfobar{
	padding: 4px;
	border: #ededed 1px solid;
	text-align: left;
}

.button {
}

.smallblacktext {
	font: 9pt tahoma, verdana, arial, helvetica, sans-serif;
	color:#555;
}

.smalltext {
	font-size: 9pt;
	line-height:145%;
}

td {
	font-family: Helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:145%;
}

.nextprev {
	font-size: 9pt;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	font-size: 9pt;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.finfobar{
	background-color: #CCC8C8;
	padding: 4px;
	border: 1px solid #C3BDBD;
}

.helpbox {
	color:#000;
	font: 9pt tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}

.caption2 {
	background: url(images/menu1_fade.jpg) repeat-x;
	padding: 8px 0px 8px 4px;
	font-weight: bold;
}