body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%;
}


a:link {color:#800000;}      
a:visited {color:#800000;}  
a:hover {color:#000000;}  
a:active {color:silver;}

#framecontent{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 176px; /*Height of frame div*/
overflow: visible;
background-color: #ffffff;
color: #000000;
text-align:center;
z-index:1'
}

#maincontent{
position: fixed; 
top: 176px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
z-index:-1;
padding: .35em;
margin-left:21%;
margin-right:21%;
border-style: none ridge none ridge;
border-width: 2px;
border-color: #800000;
}


.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 176px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.titlebar {
img-align:center;
}

.bodyhead {
text-align:center;
font-weight:bold;
}

.bodytext {
text-align:left;
}

#footer {
position: absolute;
top: 0%;
left: 0;
right: 0;
bottom: 0;
margin-left: 22%;
margin-right: 22%;
overflow: visible;
border-style: none none none none;
border-width: 2px;
border-color: #800000;
text-align: center;
padding: .25em;
font-size: 10pt;
z-index: -2;
}