<!--
/***********Header Title Box***** */
.headerbar {
background-color:#000000;
margin:0px; 
padding:5px 0px 0px 0px;
border-width:px;
border-color:;
border-style:;
width:100%;
height:60px;
position:fixed;
left:0px;
right:0px;
top:0px;
z-index:90;
    font-size: 13pt;
    font-family:;
    color: white;
    visited color; white;
    font-weight: bold;
    text-align: center;

  }



/********* site name *********/
.sitename {
background-color:#000000;
margin:0px; 
padding:5px 0px 0px 0px;
border-width:;
border-color:;
border-style:;
width:470px;
height:57px;
position:fixed;
left:130px;
right:px;
top:0px;
z-index:92;
    font-size: 34px;
    font-family:Tahoma;
    text-decoration: bold;
    color: white;
    visited color; white;
    font-weight: bold;
    text-align: center;

  }



/********* left side menu margin *********/


ul {
  list-style-type: none;
  margin: 85;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

/********* left side menu border lines ( after about and contact), not used here *********/

li {
  float: left;
  border-right:0px solid #bbb;
}

li:last-child {
  border-right: 0px solid #bbb;
}

/********* left side menu padding adjustments *********/

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 5px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color:#000000;
}



----------------------------------

