html,body {	
	margin:0;
	font-family: Helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:145%;
	*text-align:center;
}

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:154px;
	width:100%;
/*	background: url(images/bk_pattern_dark.jpg) center repeat-x;*/
	background: url(images/bg_edge.jpg)
	}

div#header {	
	height:154px;
	width:996px;
	margin:0 auto 0 auto;
	*text-align:center;
	}
	
div#header_left {
	height:154px;
	width:17px;
	float:left;
}

div#header_content {
	height:154px;
	width:962px;
	float:left;
	
	background: url(images/bk_pattern.jpg) center repeat-x;
}

div#header_right {
	height:154px;
	width:17px;
	float:right;
}
	
div#logo {	
/*	height:102px;*/
	height:154px;
	width:962px;
	padding:0px 0 0 0;
	float:left;
	text-align:right;
	}
	
div#icf_container {	
	height:154px;
	width:640px;
	float:right;
	text-align:left;
	}

div#icf_overlay {	
	height:154px;
	width:640px;
	position:absolute;
	z-index:100;
	text-align:left;
	}
	
div#icf {	
	height:154px;
	width:624px;
	position:absolute;
	z-index:50;
	text-align:left;
	margin:0 0 0 16px;
	
	background-color:#000000;
	}

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

div#main_container {	
	height:550px; 
	*height:auto;
	width:100%;
	background: url(images/content_top_edge.png) top repeat-x;
	_background:none;
	clear:both;
	}

div#main {	
	width:996px;
	margin:0 auto 0 auto;
	*text-align:center;
	clear:both;
	}
	
div#main_left {
	width:17px;
	float:left;
}

div#main_content {
	width:962px;
	float:left;
}

div#main_right {
	width:17px;
	float:right;
}

#nav_container {
	height:auto;
	width:270px;
	float:left;
/*	background: url(images/nav_bk.png) top no-repeat;
	_background: url(images/nav_bk.jpg) top no-repeat;*/
	background: url(images/bg_nav.jpg) repeat-x;
	}
	
#nav {
	padding:25px 40px 25px 25px;
	}
	
#menu {
	padding:0 25px 5px 25px;
	text-align:left;
	}
	
#maintext_container {
	width:692px;
	_width:670px;
	float:left;
	}
	
#maintext {
	padding:25px 25px 25px 15px;
	_padding:25px 5px 25px 15px;
	text-align:left;
	}
	
.clear {
	width:100%;
	clear:both;
	height:0px;
	_height:1px;
	_margin:-1px 0 0 0;
	overflow:hidden;
}
		
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container {	 
	height:85px;
	width:100%;
	margin:25px 0 0 0;
	*margin:0;
	clear:both;
	background: url(images/bk_pattern_light.jpg) center repeat-x;
	}

div#footer {	
	width:996px;
	margin:0 auto 0 auto;
	text-align:center;
	
	padding:8px 0 0 0;
	color:#A0C7D3;
	font-size:8pt;
	}

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

	
h1 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-style:italic;
	font-size:23pt;
	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:14pt;
	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:9pt;
	line-height:125%;
	color:#FFFFFF;
	margin:0 0 5px 0;	
	}
		
#main ul li {
	list-style-image: url(images/bullet2.gif);	
	line-height:125%;
	}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	
	
#footer a:link, #footer a:visited {
	color:#A0C7D3;
	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;
	font-family:Georgia;
	font-size:15px;	
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	color:#0F718E;
	font-size:11pt;
	text-decoration:none;
	display:block;
	text-align:left;
	margin:0 0 13px 0;
	padding:0 0 5px 0;
	text-decoration: none;
	border-bottom: 1px solid #E1EEF1;
	_width:100%;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	font-weight:bold;
}

/* drop down menu */

div.menu {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	border-top:1px solid #E1EEF1;
	border-left:1px solid #E1EEF1;
	border-right:1px solid #E1EEF1;
}

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 {
	color:#0F7195;
	padding:8px 15px 8px 15px;
	background-color:#C3DDE4;
	border-bottom:1px solid #E1EEF1;
	font-size:9pt;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	font-weight:bold;
}

/*
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;
}
