html, body {
 text-align: center;
} 

html {
scrollbar-arrow-color:#000066;
scrollbar-track-color:#d02000;
scrollbar-shadow-color:#000066;
scrollbar-face-color:#C02000;
scrollbar-highlight-color:#000066;
scrollbar-darkshadow-color:#ffffe0;
scrollbar-3dlight-color:#ffffe0;
background:#000066;
color: #ffffe0;
font-family : arial, sans-serif;
font-size : small;
}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

P.Footnote {
font: 85%;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 25px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:  #000066;
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 25px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #000066;
color: white;
}

#framecontentTop, #framecontentBottom{
position: absolute;
padding: 0px;
top: 0; 
left: 25px; /*Set left value to WidthOfLeftFrameDiv*/
right: 25px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 35px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:  #000066;
background-image: url(../header.gif);
background-repeat: repeat-x;
color: white;
text-align: right;
}

#framecontentBottom{
top: auto;
height: 25px; /*Height of bottom frame div*/
bottom: 0;
background: #000066;
}
#maincontent{
top: 35px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 25px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 25px; /*Set left value to WidthOfLeftFrameDiv*/
right: 25px; /*Set right value to WidthOfRightFrameDiv*/
overflow: hidden; 
background: #C02020;
height: 100%;
max-height: 100%;
}
#leftcolumn { 
 direction:rtl;
 color:;
 border: 0px solid #ccc;
 background: #C02020;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 height: 100%;
 width: 200px;
 float: left;
 text-align: center;
 overflow: auto;
}

#rightcolumn { 
 color:;
 border: 0px solid #ccc;
 background: #C02020;
 margin: auto;
 padding: 10px 10px 10px 10px;
 height: 100%;
 text-align: center; 
 display: inline;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 35px 25px 25px 25px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}