html,body {	
	margin:0;
	padding:15px 0 0 0;
	font-family: Helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:145%;
	*text-align:center;
	background: url(images/background.jpg) top repeat;
}

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:240px;
	width:100%;
	background: url(images/bk_top.png) top center no-repeat;
	_background: url(images/ie6_bk_top.jpg) top center no-repeat;
	}

div#header {	
	height:240px;
	width:850px;
	margin:0 auto 0 auto;
	*text-align:center;
	}
	
div#logo {	
	height:132px;
	width:390px;
	padding:35px 0 0 0;
	float:left;
	text-align:right;
	*position:relative;
	}
	
div#icf_container {	
	height:233px;
	width:430px;
	float:right;
	text-align:left;
	}
	
div#icf_overlay {	
	height:233px;
	width:430px;
	text-align:left;
	position:absolute;
	z-index:5000;
	}
	
div#icf {	
	height:163px;
	width:390px;
	text-align:left;
	position:absolute;
	z-index:4000;
	margin:25px 0 0 20px;
	
	background-color:#000000;
	}

div#solgan {	
	clear:both;
	text-align:right;
	margin:200px 25px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:italic;
	line-height:115%;
	color:#999999;
	*position:relative;
	}

	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {	
	height:auto;
	width:100%;
	background: url(images/bk_main_tile.png) top center repeat-y;
	_background: url(images/ie6_bk_main_tile.jpg) top center repeat-y;
	margin:-107px auto 0 auto;
	padding:107px 0 0 0;
	}

div#main {	
	margin:0 auto 0 auto;
	width:850px;
	*text-align:center;
	}
	
div#nav_container {	
	width:205px;
	float:left;
	}

div#nav {
	margin:-60px 0 0 0;
	}
	
div#nav_corner {
	 width:13px;
	 height:13px;
	 float:right;
	 position:relative;
	 _position:absolute;
	 _z-index:6000;
	 margin:0 30px 0 0;
	 _margin:0 0 0 164px;
}
	
div#menu {
	margin:20px 0 0 0;
}	
	
div#main_text {	
	width:635px;
	float:left;
	text-align:left;
	text-align:justify;
	}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


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

div#footer_container {	 
	width:100%;
	height:94px;
	clear:both;
	background: url(images/bk_bottom.png) top center no-repeat;
	_background: url(images/ie6_bk_bottom.jpg) top center no-repeat;
		}

div#footer {	
	width:850px;
	margin:0 auto 0 auto;
	text-align:right;
	
	padding:55px 0 25px 0;
	color:#FFFFFF;
	font-size:8pt;

	}

/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-style:italic;
	font-size:18pt;
	line-height:125%;
	color:#333333;
	margin:0 0 8px 0;	
	}

h2 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-style:normal;
	font-size:13pt;
	line-height:125%;
	color:#333333;
	margin:0 0 5px 0;	
	}
	
h3, h4, h5 {
	font-family: "Trebuchet MS" Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:10pt;
	line-height:125%;
	color:#FFFFFF;
	margin:0 0 5px 0;	
	}
		
#main ul li {
	line-height:125%;
	}
	
/* 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; 
}

.image {	
	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: #0F718E;
	text-decoration:underline;
}

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

/*
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 {
	display:block;
	padding:10px 18px 8px 18px;
	color:#666666;
	text-decoration:none;
	background-color:#E6E5E1;
	margin:0 30px 2px -20px;
	_margin:0 28px 2px -20px;
	font-size:12pt;
	text-align:left;
	*width:159px;
	_width:100%;
	_position:relative;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	display:block;
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
}

/* drop down menu */

div.menu {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	position:absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	border-left:2px solid #FFFFFF;
	margin:-37px 0 0 195px;
	_margin:-39px 0 0 195px;
}

div.menu a.menuItem {
	cursor: pointer;
	display:block;
	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 {
	display:block;
	padding:10px 18px 8px 18px;
	*padding:10px 18px 11px 18px;
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
	font-size:12pt;
	text-align:left;
	border-bottom:2px solid #FFFFFF;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	display:block;
	color:#666666;
	text-decoration:none;
	background-color:#E6E5E1;
}	

/*
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: 10px tahoma, verdana, arial, helvetica, sans-serif;
	color:#555;
}

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

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

.nextprev {
	font-size: 7pt;
}

.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: 8pt 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;
}

