html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

#container{
  height: 100%;
  padding-top: 90px;
  padding-bottom: 0px;
  
}

#top iframe{
  position: absolute;
  top:1%;
  left:1%;
  right: 1%;
  height: 12%;
  width: 98%;
  
}

#middlecontainer {
  position: relative;
  height: 99%;
  left: 0px;
  right: 1%;
  top:1%; 
  
  
}


#left iframe{
  position: absolute;
  left: 1%;
  height: 95%;
  width: 15%;
  
}

#middle iframe{
  position: relative;
  height: 95%;
  width: 100%;
  margin-left: 18%;
  margin-right: 1%;
  overflow: auto;
}







body		{ background-image: url('blue.jpg')}
P		{ font-family: "Times New Roman"; font-size: 12pt; font-weight: normal; }
H1		{ font-family: "Times New Roman"; font-size: 20pt; 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; }

