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

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

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

#buttons {
position:absolute;
font: normal 12px Arial;
margin-top: 25px;
color:#000000;
font-weight: bold;
left: 12;
width: 168px;
min-height: 500px;
height: expression(this.scrollHeight < 500? "500px": "auto" );
z-index: 2;
 }
 
 #topban {
position: absolute;
background-color:#D9E8F0;
left: 10px;
width: 750;
background-image:url(topban.gif);
height: 110;
top:1px;
overflow: hidden;
z-index: 5;
 }

#page {
position: absolute;
background-color:#67AFBD;
top: 118px;
left: 10;
width: 750px;
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: 582px;
	padding-top: 6px;
	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;
	background-color:#CCCCCC;
	height: expression(this.scrollHeight <30? "30px": "auto" );
	min-height: 30px;
	background-color:#FFFFFF;
	right: 173px;
	height: 100;
	width: 750;
	overflow:visible;
	z-index: 6;
	font: normal 11px Arial;
 }

