.jb-header_cls {
clear: both;
padding: 0px;
border: 1px solid #F0F4F9;

height:40px;  
margin-left: 0px
margin-right: 0px ;
background:#F3F8FE;
margin-bottom:3px;
}
/*---------------------------------*/     
 .two-box_container_cls{  
 display: flex;
 flex-direction: row; 
 justify-content: flex-start;
 flex:1; 
 
 /*max-width:1090px;*/
} 
/*---------------------*/
.two-box_cls {  

border: 1px solid #F0F4F9;
} 
/*---------------------*/
div#jb-sidebar-left_id{ 
flex:0 0 auto;
order: 0;
margin-top:-4px;
margin-left:0px;
margin-right:1px;

min-height: 460px;
width:150px;
background-color: #E9E7E0;
} 
/*---------------------*/
div#jb-sidebar-left_id a{ 
font-size:17px;
line-height:24px;
text-decoration:none; /* no underline  */
font-style: italic; 
color: black;
margin-bottom:6px;
} 
/*---------------------*/
div#jb-sidebar-left_id a:hover{ 
font-size:18px;
color: #A04FBF;

} 
/*---------------------*/
 #jb-content2_id { 
flex:1 1; 
flex-wrap: nowrap 
order: 1;

min-height: 460px;
}
/*---------------------*/
 #jb-content3_id { 
flex:0 0 240px; 
flex-wrap: nowrap 
order: 1;

min-height: 460px;
margin:0px 0px 0px 2px;  /* ,    ,    ,    */
}
/*---------------------------------*/     
.jb-footer_cls {
clear: both;
padding: 0px;
margin-top:3px;
margin-bottom:6px;
height:40px;
background:#F3F8FE;
text-align: center;
} 
/*---------------------*/
div{
 overflow:hidden; 
 height:auto;
 /*border:1px solid lightgray;*/
 clear:both;  
} 
/*---------------------*/
    

