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

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

/* Main Container Div
---------------------------------------------------------------------------------------------
*/
	
div#main_container {
	width:100%; 
	height:603px;
	
	margin:15px auto 0 auto;
	*text-align:center;
	}

div#main {	
	height:603px;
	width:974px;
	margin:0 auto 0 auto;
	*text-align:center;
	background: url(images/bk_main.jpg) top no-repeat;
	border:1px solid #281F17;
	}

/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header {	
	height:150px;
	width:974px;
	}

div#logo {	
	width:250px;
	height:115px;
	float:right;
	margin:20px 20px 0 0;
	}
	
/* Nav Div
---------------------------------------------------------------------------------------------
*/
		
div#nav_container {
	height:25px;
	width:100%;
	margin:0 auto 0 auto;
	*text-align:center;
	
	background: url(images/bk_nav.jpg) top center no-repeat;
	}
	
div#nav {
	height:25px;
	width:944px;
	margin:0 0 0 15px;
	*margin:0;
	
	text-align:right;
	}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#content_container_brown {	
	width:944px; 
	height:325px;
	background: url(images/bk_content_brown.jpg) top center no-repeat;
	margin:0 0 0 15px;
	*margin:0;
	
	overflow:hidden;
	}
	
div#content_container_blue {	
	width:944px; 
	height:325px;
	background: url(images/bk_content_blue.jpg) top center no-repeat;
	margin:0 0 0 15px;
	*margin:0;
	
	overflow:hidden;
	}
	
div#content {	
	padding:15px;	
	text-align:left;
	}
	
div#form_container {
	width:50%;
	border-right:1px solid #281F17;
	float:left;
}

div#form {
	padding:0;
	margin:-10px 0 0 0;
}

div#form .fborder {
	border: none;
	
}

div#form .forumheader{
	padding: 0;
	border: none;
}

div#form .forumheader2{
	padding: 0;
	border: none;
}

div#form .forumheader3{
	padding: 0;
	border: none;
}

div#form .forumborder{
	border: none;
}

div#form .fcaption {
	padding: 0;
	border: none;
	font-weight:bold;
}

div#book_container {
	width:47%;
	float:right;
	text-align:left;
}

#gallery_content {
	padding:10px 0 0 0;
}

#gallery_content img {
	border-bottom:none;
	
	background-color:#FFFFFF;
	padding:5px;
	margin:0 12px 6px 0;
	width:50px;
	height:50px;
	overflow:hidden;
}
		
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container_brown {	 
	width:944px; 
	height:35px;
	background-color: #A49A8C;
	margin:0 0 0 15px;
	*margin:0;
	}
	
div#footer_container_blue {	 
	width:944px; 
	height:35px;
	background-color: #AAD8F5;
	margin:0 0 0 15px;
	*margin:0;
	}

div#footer {	
	padding:10px;
	text-align:center;
	color:#281F16;
	font-size:8.5pt;
	}
	
/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#signoff_container {	 
	width:944px; 
	margin:5px 0 0 15px;
	*margin:5px 0 0 0;
	}

div#signoff {	
	width:944px; 
	height:50px;
	background: url(images/bk_signoff.jpg) top center no-repeat;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size:14pt;
	line-height:105%;
	color:#281F16;
	margin:0 0 8px 0;
	padding:0;
	}

h2 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size:12pt;
	line-height:105%;
	color:#281F16;
	margin:0 0 8px 0;
	padding:0;
	}
	
h3, h4, h5 {
	font-family: helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size:10pt;
	line-height:105%;
	color:#281F16;
	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:7pt;
	letter-spacing:-1px;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	width:100px;
	height:25px;
	text-decoration: none;
	line-height:270%;
	
	text-transform:uppercase;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#0093DE;
	}

/* 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 a:link, #footer a:visited {
	color:#281F16;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	}
	
#content_image {	
	border: 6px solid #FFFFFF;
	align:right;
	margin: -30px 0 0 10px;
}

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: #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 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:9pt;
	line-height:135%;
	color:#FFFFFF;
}

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