html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#container{
  height: 98%;
  padding-top: 75px;
  padding-bottom: 0px;
 
  
}

#top iframe{
  position: absolute;
  top:1%;
  left:1%;
  right: 1%;
  height: 7%;
  width: 98%;

}
#topmenu iframe{
  position: absolute;
  top:9%;
  left:1%;
  right: 1%;
  height: 6%;
  width: 98%;
  
}

#middlecontainer {
  position: relative;
  height: 85%;
  left: 5%;
  right: 5%;
  top:3%; 
  bottom:1%;
  
 } 
  


#middle iframe{
  position: absolute;
  height: 95%;
  left: 1%;

  width: 85%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: auto;
}




body		{ background-image: url('blue.jpg')}
P		{ font-family: "Times New Roman"; font-size: 10pt; font-weight: normal; }
H1		{ font-family: "Times New Roman"; font-size: 24pt; color: white; }
a:link		{ color: #0000FF; text-decoration: none; }
a:visited	{ color: #000099; text-decoration: none; }
a:active	{ color: #000099; text-decoration: none; }
a:hover		{ color: #FF0000; text-decoration: none; }
td		{ font-family: "Courier New"; font-size: 10pt; font-weight: normal; }

