

/* -- Page Layout -- */
html
{
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
overflow: hidden; 
}

body
{
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  overflow:auto; 
  
 }
 
				 /* for internet explorer */

				* html body {
					padding:10px 0 0 0; 
					}

				* html form
				{
					height:100%;
				}
				* html #contents {
					height:100%; 
					width:100%; 
					}
				/* end of Internet Explorer */
 
#rheader {
  position:absolute; 
  width:100%; 
  height:130px;
  top:0px; 
  background:transparent;
  z-index:5;
  }

#contents {
  position:fixed; 
  top:130px;
  left:0;
  bottom:0; 
  right:0; 
  background:transparent;
  z-index:1;
  }
.clearHeader {
	clear: both;
	height: 0px;
}

.resizableArea
  {
    width:100%;
    display:Block;
    border: none;
    background:transparent;
    position:absolute;
    bottom:0;
    height:auto;
    top:0px;
  }
  * html .resizableArea
  {
    width:100%;
    display:Block;
    border: none;
    background:transparent;
    position:relative;
    bottom:0;
    height:auto;
    top:0px;
  }

.HeaderCaptionText 
{
  font-size: 190%;
	margin: 10px 0px 10px 0px;
	font-weight:bold;
}

