
* {
    box-sizing: border-box;
}

#mainbody {
  margin: 10px;          /* distance from edge of client area */
  background-color: #E0D0D0;     /* #E0E0E0; neutral grey */
}

#bannerbackground {
  position: relative;
  top: -15px;
  left: 0;
  width: 905px;
  height: 150px;
  border: 0px;
  background-color: #FFFBBF;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: banner */
#band {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 200px;
  height: 147px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 250px;
  width: 200px;
  height: 167px;
}

#fiddler {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 200px;
  height: 147px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::  menu */
nav ul {
    padding: 0;
}

nav li {
  display: inline;
  margin: 30px;
  color: Blue;
  font-size: 10pt;
  font-family: sans-serif;
  font-weight: bold;
  text-align : center;
}

#menubackground {
  position: relative;
  top: 150px;
  left: 0;
  width: 905px;
  height: 20px;
  background-color: rgb(226, 255, 226);
}

#pagetitlebox {
  text-align: center;
  padding: 10px;
}

.boxstyle1
{
  border-style:solid;
  border-width:1px;
  background-color: #E0E000; /* rgb(226, 255, 226); */
  margin: 10px
}

.pageHeading {
  color: Black;
  font-size: 20pt;
  font-family: sans-serif;
  text-align: center;
  padding: 20px;
}
