
.body_container {

  white-space: nowrap;
  width: 100%;
  min-width: 1200px;
  margin: auto;  
  display: block;
  overflow: auto;

}

.body_content {

  width: 100%;
  height: inherit;
  display: inline-block;


}

.holder {
  margin:0px;
  height:100%;
  width:100%;
  position:absolute;
}

.banner_container {
  
  white-space: nowrap;
  height: 70px;
  width: 100%;
  min-width: 1200px;
  margin: auto;
  line-height: 70px;  
  
}	


.logo_holder {
  float: left;
  overflow: hidden;
  padding-top:3px;
}
	
.navbar {

  background-color: #333;
  min-height: 70px;
}



.dropdown {
  position: relative;
  float: right;
  display: inline-block;
 
}

.dropdown .dropbtn {
  font-family: "Segoe UI";
  font-size: 17px;
  font-weight: 500;
  border: none;
  outline: none;
  color: white;
  padding: 24px 16px;
  background-color: inherit;
  margin: 0;
  min-width:170px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  font-family: "Segoe UI";
  display: none;
  right:0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.copyrightbar {
  
  background-color: #08172e;
  position:fixed;
  bottom: 0;
  min-height: 20px;
  width:100%;
}

.copyright_text {

color:#FFF;
font:"Segoe UI";
font-size:12px;
padding-top: 2px;

}