html,body {	
	padding:0;
	margin:0;
}

body {	
	text-align:center;
	padding:30px 0 30px 0;
	margin:0 auto 0 auto;
	background-color:#1F1A17;
	width:766px;
}

body, td {	
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:135%;
	color:#000000;
}

/* Header Div
---------------------------------------------------------------------------------------------
*/

div#header {	
	height:auto;
	text-align:left;
	width:766px;
	border-bottom:1px solid #f1f1f1;
	}

div#logo {	
	text-align:left;
	width:776px;
	height:140px;
	overflow:hidden;
	}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main {	
	height:auto;
	text-align:left;
	margin:0 auto 0 auto;
	background:#FFFFFF url(img/bg_content.jpg) top left repeat-y;
	width:766px;
	}
	
div#nav {	
	width:200px;
	float:left;
	text-align:left;
	background-color:transparent;
	padding:20px 0 20px 0;
	}
	
div#content {	
	width:566px;
	float:right;
	text-align:left;
	background-color:transparent;
	}
	
div.somepadding {	
	padding:25px;
	}
	
.clear {
	clear:both;
	overflow:hidden;
}

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

div#footer {
	width:766px;
	background-color:transparent;
	color:#FFFFFF;
	font-size:80%;
}
	
div#footer_right {	
	text-align:right;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-weight:normal;
	font-size:16pt;
	line-height:100%;
	color:#2C2C2C;
	
	margin-top:0px;
	padding:0px 0px 4px 0px;
	background-color:transparent;
	}

h2 {
	font-weight:normal;
	font-size:13pt;
	line-height:100%;
	color:#2C2C2C;
	
	margin-top:0px;
	padding:0px 0px 4px 0px;	
	background-color:transparent;
	}
	
h3, h4, h5 {
	font-weight:bold;
	font-size:11pt;
	line-height:100%;
	color:#2C2C2C;	
	
	margin-top:0px;
	padding-top:0px;	
	background-color:transparent;
	}
		
/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	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:11pt;
	text-decoration:none;
	text-align:left;
	display:block;
	padding:0 0 0 20px;
	margin:0;
	line-height:30px;
	height:30px;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#000000;
	}

/* drop down menu */

div.menu {
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	padding:0 15px 0 15px;
	margin:-30px 0 0 200px;
	background-color:#87AB31;
}

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

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#F8F8F8;
	line-height:30px;
	height:30px;
	font-size:11pt;
}

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

#footer_left a:hover, #footer_left a:active, #footer_right a:hover, #footer_right 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, .forumborder {
	border:1px solid #D4D2D2;
	border-collapse: collapse;
	background-color:transparent;
}

.fcaption, .caption2 {
	background-color:#F9F7F7;
	padding:8px;
	font-weight:bold;
	border:1px solid #D4D2D2;
}

.forumheader, .forumheader2, .forumheader3, .finfobar {
	padding: 8px;
	border: none;
	border:1px solid #D4D2D2;
	background-color:transparent;
}

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

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

.button {

}

.smallblacktext, .smalltext, .nextprev, .helpbox {
	font-size:85%;
	color:#555;
}