.header{
  height:76px;
  background: rgba(0,0,0,0.8);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;

  /*background-color: black;*/
  /*background-image: url("phpimages/header_backgroung.jpg");*/
}
.footer{
  height:15px;
  width: 100%;
  background-color: rgba(25,25,25,.9);
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
}

.division{
  height:6px;
  background: rgb(54, 89, 121);
  padding: 0px;
}
.bm_logo{
  width: 230px;
  padding: 5px;
  padding-left: 20px;
  position: relative;
  top: 20;
  margin-left: : 150;
}

.sidebar {
    position: fixed;
    top: 79px;
    left: 0px;
    width: 180px;
    min-width: 100px;
    height: 100%;
    background: rgb(242,242,242);
}

.main_content{
  position: relative;
  left: 5px;
  width: 100%;
  height: 100%;
}



ul, li, #RootMenu, .ewMenuBarVertical, .first-of-type, a{
  margin-left: 0px;
  left:0px;
  padding: 0;
}

ul li a{
  font-size: 12px;
  color:#000;
  position:relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-left: 0px;
  left:0px;
  padding-left: 0px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  vertical-align: middle;

}

li:hover a,
li:focus a,
li:active a {
  background: #1e348e;
  background: rgba(0, 20, 20, 0.2);
  color: #fff;
}
