body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#be5027 url('../images/bg.jpg') repeat-x top center;
	font: normal 12px arial,verdana,tahoma;
	color:#666666;
	line-height:16px;
}

.shadow_l{
background:#be5027 url('../images/shadow_l.jpg') no-repeat top;
width:15px;
}

.shadow_r{
background:#be5027 url('../images/shadow_r.jpg') no-repeat top;
width:15px;
}

.content_area{
width:900px;
background-color:#FFF;
}

.logo_area{
height:72px;
width:234px;
}

.slocan_area{
height:72px;
width:666px;
text-align:right;
}

.top_space{
height:10px;
}

a:link,a:active,a:visited{
color:#be5027;
/*color:#076458;*/
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#da5f31;
/*color:#00B79D; */
font-weight:bold;
text-decoration:none;
}

.navigation{
background: url(../images/nav.gif) repeat-x;
}

#menu {
	WIDTH: 100% ;
}
#menu:unknown {
	CLEAR: both; DISPLAY: inline; VISIBILITY: hidden;  content: "."
}
#menu UL {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#menu UL LI {
	
	display:inline;		
	float:left;
}
#menu UL LI A {
	float:left;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	
}
#menu UL LI A:link, #menu UL LI A:visited, #menu UL LI A:visited {
	COLOR: #fff; 
	TEXT-DECORATION: none; 
	background: url(../images/nav_bg.gif) repeat-x right;
	font-weight:bold;
}
#menu UL LI A:hover, #menu UL LI#current A  {
	COLOR: #FFF;
	TEXT-DECORATION: none; 
	background: url(../images/nav_bg_a.gif) repeat-x right;
	font-weight:bold;
}

.nav_space{
height:4px;
}

.navbot_space{
height:10px;
}

.footer_space{
height:30px;
background-color:#FFFFFF;
}

.footer_bg{
background:#FFF url(../images/footer_bg.gif) repeat-x;
font: bold 11px arial,verdana,tahoma;
}

.topic_head{
padding-top:20px;
padding-bottom:7px;
border-bottom:1px dotted #aaa;
font: bold 18px arial,verdana,tahoma;
}

.topic_text{
font: bold 14px arial,verdana,tahoma;
color:#be5027;
}

.td_content{
text-align:justify;
padding-top:20px;
padding-bottom:30px;
padding-right:10px;
}

.picturestyle{
padding:4px; 
border:1px solid #ddd; 
margin-right:20px;
}

.form_border{
border:1px solid #ddd;
}
.bg_form{
border:1px solid #FFF;
background: #FFF url(../images/bg_form.gif) repeat-x bottom;
padding:15px;
}

.require_txt{
border-top:1px dotted #a3be8b;
border-bottom:1px dotted #a3be8b;
padding:10px;
padding-left:25px;
font: bold 12px arial,verdana,tahoma;
background: #e6f4d9 url(../images/bullet_star.gif) no-repeat 10px;
}

input,select,textarea{
font: normal 12px arial,verdana,tahoma;
color:#000;
}

.button{
background: url(../images/btn_a.gif) repeat-x;
height:23px;
padding-left:15px;
padding-right:15px;
font: bold 12px arial,verdana,tahoma;
color:#fff;
border:1px solid #000;
}

.button:hover{
background: url(../images/btn.gif) repeat-x;
height:23px;
padding-left:15px;
padding-right:15px;
font: bold 12px arial,verdana,tahoma;
color:#fff;
border:1px solid #be5027;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-weight:bold;
	width:100%;
	padding-left:12px;
	background:  url('../images/tab_bg.gif') no-repeat top left;
	padding-top:5px;
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	background-color:#FFF;
	width:218px;
	margin-bottom:0px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:11px;	
	position:relative;
}

ul.listing{
padding:0;
margin:0;
}

ul.listing li{
padding:0;
margin:0;
list-style:none;
font: bold 11px arial,verdana,tahoma;
line-height:18px;
}
