body { 
margin:0; 
padding:0; 
overflow:hidden;
height: 100%; 
max-height: 100%; 

background-color:#F5F5F5;
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 500px 10px;

font-family: tahoma, comic sans ms, verdana, sans serif;
font-size:small;

list-style-position:inside;
}

* html body{ 					/*IE6 hack*/
padding: 150px 0 0 200px; 	/*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

.normalbox      {
	border: 1px solid #440000;
	font-size: 10pt;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.logobox      {
	border: none;
	text-align:center;
}

html, body { 					/*IE6 hack*/
margin:0px; 
padding:0px; 
overflow:hidden;
height: 100%; 
max-height: 100%; 

background-color:#F5F5F5;
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 500px 10px;

font-family: tahoma, comic sans ms, verdana, sans serif;
font-size:small;

list-style-position:inside;
}

#framecontentLeft{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: black;
z-index=1;
}

#framecontentTop{ 
position: absolute; 
top: 0; 
left: 200px; 				/*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 100%; 				/*Height of top frame div*/
overflow: hidden; 			/*Disable scrollbars. Set to "scroll" to enable*/
color: black;
text-align: center;
z-index=1;
}

*html #framecontentTop{ 		/*IE6 hack*/
width: 100%;
left: 160px;
}

#maincontent{
position: fixed; 
left: 200px; 				/*Set left value to WidthOfLeftFrameDiv*/
top: 150px; 				/*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #F5F5F5;
z-index=0;
}

*html #maincontent{ 			/*IE6 hack*/
position: fixed; 
height: 100%;
width: 100%; 
overflow: auto; 
}

.innertube{
margin: 15px; 				/*Margins for inner DIV inside each DIV (to provide padding)*/
}

.webcomments {
  font-size: 7pt;
  text-align: center;
}


