/***********NEW BLUE Header Title Box***** */
.blueheaderbox {
background-color:#000099;
margin:0px; 
padding:0px; 
border-width:px;
border-color:;
border-style:;
width:100%;
height:65px;
position:fixed;
left:0px;
right:0px;
top:0px;
z-index:90;
    font-size: 13pt;
    font-family: Tahoma;
    color: white;
    visited color; white;
    font-weight: bold;
    text-align: center;

  }






/********* site name in red box *********/
.sitenamebox {
background-color:#FF0000;
margin:0px; 
padding:8px 0px 0px 0px;
border-width:px;
border-color:;
border-style:;
width:450px;
height:57px;
position:fixed;
left:150px;
right:px;
top:0px;
z-index:92;
    font-size: 30px;
    font-family: arial black;
    text-decoration: bold;
    color: white;
    visited color; white;
    font-weight: bold;
    text-align: center;

  }



/********* menu bar- background color- *********/

body {
  font-family: Arial, Helvetica, sans-serif;
 



}

.navbar {
background-color:#333;
margin:0px; 
padding: 0px 0px 0px 0px;
border-width: 3px;
border-color: white;
border-style: solid;
width:450px;
height:px;
position:fixed;
left:65%;
right:px;
top:3px;
z-index:95;
    font-size: 16px;
    font-family: arial black;
    color: white;
    visited color; white;
    font-weight: ;
    text-align: center;


}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;



}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;

}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;


}

.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;


}