html {
	overflow:hidden;
	height:100%;
	max-height:100%;
	padding:0; margin:0;border:0;
}

body {
	overflow:hidden;
	height:100%;
	max-height:100%;
	padding:0; margin:0; border:0;
}

#paneltop {
	display:block; 
	position:absolute; 
	top:0; left:0;
	width:100%; height:129px; 
	padding:0; margin:0;
	overflow:hidden;
	z-index:102;
}

#paneltop a img {
	border:0;
}

#paneltop a:hover {
	border:0;
}

#paneltop a:hover img{
	visibility:hidden;
}

#panelbottom {
	position:absolute;
	margin:0px;
	padding:0px;
	bottom:0; left:0; 
	display:block; 
	width:100%; height:12px; 
	overflow:hidden;
	z-index:102;
}

#panelbottom * { color:#333333; font-size:10px;}

#panelleft {
	position:absolute; 
	left:0; top:129px; bottom:12px; width:136px; 
	overflow:hidden;
	z-index:101;
}

* html #panelleft {
	height:100%; 
	top:129px; bottom:0; 
}

#panelleft a {
    display: block;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
	line-height: 17px;
	
	margin:3px 0px;
	padding-right: 10px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

#panelleft a:link {
	color: #000000;
	text-decoration: none;
}
#panelleft a:hover {
    color: #ffcc00;
	text-decoration: none;
	background: black;
}
#panelleft a:visited {
	color: #666666;
	text-decoration: none;
}
#panelleft a:active {
	color: #CCCCCC;
	text-decoration: none;
}


#content {
	overflow:auto;
	position:absolute;
	top:129px; bottom:12px; left:136px; right:0;
	z-index:100;
	background-position:136px 129px;
}

* html #content {
	overflow:auto;
	position:absolute;
	top:0; left:0; right:0; bottom:0; height:100%;
	max-height:100%; width:100%; 
	border-top:129px solid #fff; border-bottom:12px solid #fff; border-left:136px solid #fff;
	z-index:100;
	background-position:0% 0%;
}

