body
{
  font-family: Verdana; 
  font-size:20px;
  line-height: 20px;
  color: grey;
  background-image:url('BGBuilding.jpg');
}

h1 {
  color: #6F6F6F;
  margin-left: 20px;
  font-family: Abadi; 
  font-size:40px;
  line-height: 30px;
  text-align:center;
  font-style: normal;
  text-shadow: 1px 1px 2px Grey;
}
h2 {
  color:#686868;
  font-family: Verdana; 
  font-size:25px;
  line-height: 40px;
  font-weight: normal;
  text-shadow: 1px 1px 2px Grey;
}
.topMenu
{
   background-color: #F8F9F9; 
}
#divHeader
{
  display:block;
  color: white;
  width: 100%;
  height:10%;
  border: 0px solid #ccc;
}
#content
{
  display:block;
  color: white;
  padding-left: 0px;
  padding-right: 50px;
  width: 85%;
  line-height:65vh;
  border: 0px solid #ccc;
  overflow-y: auto;
  float: right;
}

#divImage
{
  display:block;
  color: white;
  padding-left: 0px;
  padding-right: 50px;
  width: 85%;
  height:450px;
  border: 0px solid #ccc;
  overflow-y: auto;
  float: right;
  text-align:center;
 
}

#img
{
 display:block;
 height: 450px;
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;
 margin-bottom: auto;
}

#divFooter
{
  display:block;
  padding-left: 0px;
  padding-right: 0px;
  color: white;
  width: 100%;
  line-height:5vh;
  float: right;
  text-align:center;
}
.pContent
{
  font-family: Verdana; 
  font-size:25px;
  line-height: 35px;
  color: grey;
}
.pContentSmall
{
  font-family: Verdana; 
  font-size:20px;
  line-height: 25px;
  color: grey;
}

#LeftMenu
{
  position: absolute;
  border: 0px solid #73AD21; 
  background-color: #F8F9F9; 
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 50px;
  z-index:1;
}
.menu-item
{
  font-family: arial; 
  font-size:35px;
  line-height: 50px;
  color: black;
  position: static;
  z-index:1;
  background-color: #F8F9F9; 
}

.close
{
  color: red;
  padding-top: 10px;
  background-color: yellow;
}

a 
{
    text-decoration: none;
    color: black;
    font-size:30px;
    font-weight:normal;
    font-family:MonoSpace;
}
a:hover 
{
    COLOR:Grey;
    font-size:30px;
    font-weight:normal;
    font-family:MonoSpace;
    TEXT-DECORATION: underline
}
#aInline
{
    color: blue;
}
li{
  list-style-type: circle;
}
.button {
  background-color: Maroon; 
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
.buttonClose {padding: 10px;}