<style type="text/css" media="all">

body {
font-size-adjust: inherit;
color:#000000;
}





#sidebar {
position: absolute;
font: normal 13px Arial;
left: 610px;
top: 197px;
z-index: 3;
 }

#buttons {
position:absolute;
font: normal 12px Arial;
margin-top: 199px;
color:#000000;
font-weight: bold;
left: 12;
width: 173px;
min-height: 500px;
height: expression(this.scrollHeight < 500? "500px": "auto" );
z-index: 2;
 }
 
 #topban {
position: absolute;
width:950;
left: 10px;1
margin-top: 1em;
top: 5px;
height: 190;
overflow: hidden;
z-index: 5;
 }

#page {
position: absolute;
background-color:#D9E8F0;
top: 199px;
left: 10;
width: 600px;
min-height: 500px;
overflow: visable;
height: expression(this.scrollHeight < 500? "500px": "auto" );
z-index: 1;
}

#content {
	position:relative;
	font: normal 11px Arial;
	background-color:#FFFFFF;
	width: 424px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	left: 170px;
	height: expression(this.scrollHeight < 500? "500px": "auto" );
	min-height: 500px;
	overflow: visible;
	

}

#footer {
	position: relative;
	height: expression(this.scrollHeight <30? "30px": "auto" );
	min-height: 30px;
	background-color:#FFFFFF;
	right: 173px;
	height: 40;
	width:950px;
	overflow:visible;
	z-index: 6;
	font: normal 11px Arial;
 }

