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

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

/* Container Div
---------------------------------------------------------------------------------------------
*/
	
div#container_container {
	width:960px; 
	background:#ffffff url(images/bk_content.jpg) top repeat-x;
	*text-align:center;
	margin:50px auto 50px auto;

	}

/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header_container {
	padding:20px;
	height:74px;
	_height:104px;
	}

div#logo {	
	width:380px;
	height:84px;
	float:left;
	}
	
div#tagline {	
	width:447px;
	height:15px;
	float:right;
	margin:35px 0 0 0;
	}
	
/* Nav Div
---------------------------------------------------------------------------------------------
*/
		
div#nav_container {
	clear:both;
	padding:0 20px 20px 20px;
	text-align:center;
	}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {	
	height:auto;
	clear:both;
	text-align:left;
	}
	
.padding {
	padding:0 20px 0 20px;
}
	
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* Home Div
---------------------------------------------------------------------------------------------
*/

table.hometable {
	border-collapse:collapse;
	*width:98%;
}

table.hometable td {
	border:1px solid #CCCCCC;
	vertical-align:top;
	padding:9px 5px 3px 6px;
} 

div.icf_overlay {
	width:520px;
	height:33px;
	margin:-33px 0 0 0;
	border:0;
	padding:0;
	position:absolute;
	z-index:2000;
}

div.label {
	width:180px;
	height:33px;
	margin:-39px 0 0 0;
	*margin:-36px 0 0 0;
	border:0;
	padding:0;
}

table.hometable td a {
	border:none;
	text-decoration:none;
	line-height:100%;
}
	
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container {	
	padding:15px 0 15px 0;
	font-size:8pt;
	text-align:center;
	color:#FFFFFF;
	width:960px;
	margin:20px auto 0 auto;
	background-color:#000000;
	clear:both;
	}
	
div#footer_left {	
	display:inline-block;
	width:50%;
	text-align:left;
}

div#footer_left img {	
	padding:0 10px 0 0;
}

div#footer_right {	
	display:inline-block;
	width:50%;
	text-align:right;
	top:-15px;
	position:relative;
}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-weight:Normal;
	font-size:20pt;
	line-height:105%;
	color:#333333;
	margin:0 0 8px 0;
	padding:0;
	}

h2 {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-weight:Normal;
	font-size:16pt;
	line-height:105%;
	color:#333333;
	margin:0 0 8px 0;
	padding:0;	
	}
	
h3, h4, h5 {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-weight:Normal;
	font-size:12pt;
	line-height:105%;
	color:#333333;
	margin:0 0 8px 0;
	padding:0;
	}
		
/*
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:#333333;
	font-size:11pt;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	text-decoration: none;
	padding:0 15px 0 15px;
	background: url(images/nav_divider.jpg) right no-repeat;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#52A127;
	}

/* 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:#333333;
	padding:5px 15px 5px 15px;
	background-color:#FFFFFF;
	border-bottom:1px solid #E1EEF1;
	font-size:8.5pt;
}

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

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

img {	
	border: none;
}

a img {
	border: none; 
}

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

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

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