/* Start of CMSMS style sheet '2column' */
div#bannertop {
margin-left: 10px;
margin-right: 10px;
   height: 200px; /* adjust according your image size */



}


div#banner {
   height: 25px; /* adjust according your image size */



}
div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


 div#content {

  
  
 background: #ffffff;

   margin: 0px 10px 0px 10px; /* some air above and under menu and content */
}
div#topcontent{
   border-top: 1px solid #ededec ;
   border-bottom: 1px solid #e0e0df ;
   border-left: 1px solid #ededec ;
   border-right: 1px solid #e0e0df ;
  
   text-align: left;

 background: #dbe5d1 ;
margin-right: 10px;
margin-left: 10px;
}

div#tophome{
   margin: 2px;
   text-align: left; 
margin-right: 10px;
margin-left: 10px;

}
div#bottomcontent{
   
  padding-top: 10px;
   text-align: left; 

margin-right: 20px;
margin-left: 20px;
margin-bottom: 0px;
}



div#main {
   margin-left: 380px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
width: 340px;  
  padding: 20px;
   text-align: left; 
   border-top: 0px solid #ededec ;
  border-bottom: 0px solid #e0e0df ;
   border-left: 0px solid #ededec ;
   border-right: 0px solid #e0e0df ;
 background: #ffffff;

}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 340px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   border-top: 0px solid #ededec ;
    border-bottom: 0px solid #e0e0df ;
   border-left: 0px solid #ededec ;
   border-right: 0px solid #e0e0df ;
 background: #ffffff ;
  padding: 20px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 355px;  

}
/* End of '2column' */

