html,body {	
	margin:0;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:10pt;
	font-weight:lighter;
	line-height:135%;
	color:#FFFFFF;
	
	background-color:#000000;
}

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

/* Main Div
---------------------------------------------------------------------------------------------
*/
	
div#main_container {
	height:650px;
	width:100%;
	min-width:996px;
	border-bottom:1px solid #4F4F4F;
	}
	
div#logo {
	height:315px;
	width:438px;
	position:absolute;
	left:30px;
	top:0;
	}
	
/* Nav Div
---------------------------------------------------------------------------------------------
*/
		
div#nav_container {
	height:649px;
	width:218px;
	float:left;
	text-align:right;
	
	background: url(images/bk_nav.jpg) top left no-repeat;
	}
	
div#nav {
	height:170px;
	width:218px;
	margin:318px 0 0 0;
	text-align:right;
	font-size:10pt;
	line-height:100%;
	}
				
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#content_container {	 
	height:650px;
	margin:0 0 0 218px;
	
	background: url(images/bk_content.jpg) top left no-repeat;
	}
	
div#content {	
	height:650px;
	float:left;
	}

div#ffi_container {	 
	height:608px;
	width:208px;
	position:absolute;
	z-index:1;
	float:right;
	padding:20px 0 0 0;
	margin:0 0 0 -228px;
	*margin:0 0 0 -500px;
	}
	
div#text_container {	 
	position:absolute;
	z-index:2;
	min-width:450px;
	height:290px;
	overflow:hidden;
	
	margin: 340px 300px 20px 30px;
	*width:455px;
	}
	
div#overflow {
	height:250px;
	overflow-y:auto;
	overflow-x:hidden;
}

/* Right Menu Div
---------------------------------------------------------------------------------------------
*/

div#rightmenu_container {
	position:relative;
	z-index:1;

	width:271px;
	height:649px;
	float:right;
	border-left:1px solid #4F4F4F;
	
	background: url(images/bk_rightmenu.jpg) bottom right no-repeat;
	}
	
div#rightmenu {
	padding:20px;
	}
	
/* Profile Div
---------------------------------------------------------------------------------------------
*/
		
div#profile_container {
	height:550px;
	width:800px;
	overflow:hidden;
	background: url(images/bg_profile.jpg) top left no-repeat;
	}
	
div#profile_container h1 {
	color:#FFFFFF;
	background-color:#FA1F21;
	font-size:10pt;
	text-transform:uppercase;
	padding:4px;
}

div#profile_container div.padder {
	padding:50px 60px 40px 40px;
}

div#profile_container td, div#profile_container div.padder {
	font-size:10pt;
	line-height:140%;
	color:#333333;
	}
	
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footerleft_container {	 
	width:100%;
	height:50px; 
	background: url(images/bk_footerleft.jpg) top left no-repeat;
	margin:1px 0 0 0;
	}

div#footerright_container {	 
	width:100%;
	height:50px; 
	background: url(images/bk_footerright.jpg) top right no-repeat;
	}

div#footer {	
	padding:15px 50px 15px 0;
	font-size:10pt;
	text-align:right;
	color:#FFFFFF;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

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

h2 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15pt;
	line-height:105%;
	color:#FA1F21;
	margin:0 0 8px 0;
	padding:0;	
	}
	
h3, h4, h5 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height:105%;
	color:#FA1F21;
	margin:0 0 8px 0;
	padding:0;	
	}
	
#main ul li {
	list-style-image: url(images/bullet2.gif);	
	line-height:125%;
	}
	
/*
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:10pt;
	display:block;
	text-align:right;
	margin:0 0 4px 0;
	text-decoration: none;
	
	padding:1.7% 15px 1.8% 0;
	text-transform:uppercase;
	font-weight:bold;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#000000;
	text-decoration: none;
	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:#333333;
	padding:5px 15px 5px 15px;
	background-color:#FFFFFF;
	border-bottom:1px solid #E1EEF1;
	font-size:10pt;
}

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

#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: #FA1F21;
	text-decoration:none;
}

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

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

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

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

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

.fcaption {
	border: #4F4F4F 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: #4F4F4F 1px solid;
	text-align: left;
}

.button {
}

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

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

td {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:12pt;
	font-weight:lighter;
	line-height:145%;
	color:#FFFFFF;
	text-align:left;
}

.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;
}
