#shield {
	position: absolute; 
    top: 0px; 
    left: 0px; 
    height: 0%; 
    width: 0%; 
    background-color: #000033;
    z-index: 399;   
}

#dialog {
	position: absolute; 
    top: 100px; 
    left: 200px; 
    width: 0px;
    height:0px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: 0px solid gray;
    z-index: 400;
}




html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#FFFFFF; 
font-size:80%; 
font-family:tahoma, georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: auto; 
/* */ 
}
 
body {
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0;
	}


a:link {
	color: #0000FF; 
	font-size: 1em; 
	padding: 0.1em;
	font-family: tahoma, arial, verdana, geneva, helvetica; 
	text-decoration: none;
	} 
a:visited {
	color: #0000FF; 
	font-size: 1em; 
	padding: 0.1em;
	font-family: tahoma, arial, verdana, geneva, helvetica; 
	text-decoration: none; 
	} 
a:hover {
	color: #FFFFFF;
	background: #0000FF; 
	font-size: 1em; 
	padding: 0.1em;
	font-family: tahoma, arial, verdana, geneva, helvetica; 
	text-decoration: none; 
	} 

div.box {
	margin:5px;
	} 
 
#content {
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:80px; 
	bottom:30px; 
	left:224px; 
	right:0; 
	background:#ffffff;
	}
 
* html 
	#content {
		top:0; 
		left:0; 
		right:0; 
		bottom:0; 
		height:100%; 
		max-height:100%; 
		width:100%; 
		overflow:auto; 
		position:absolute; 
		z-index:3; 
		border-top:80px solid #fff; 
		border-bottom:30px solid #fff; 
		border-left:224px solid #fff;
		}
 
 
#head {
	position:relative; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:80px; 
	background:#ffffff; 
	font-size:1.5em; 
	z-index:5; 
	overflow:hidden; 
	color:#000000;
	}
	
#foot {
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:30px; 
	font-size:1em; 
	z-index:5; 
	overflow:hidden; 
	background:#ffffff; 
	color:#000000;
	}
 



#scroll_up {
	position:absolute; 
	left:0; 
	top:80px; 
	height:30;
	width:224px; 
	font-size:1em; 
	z-index:4; 
	overflow:auto; 
	}



#left {
	position:absolute; 
	left:0; 
	top:100px; 
	bottom:50px; 
	width:224px; 
	font-size:1em; 
	z-index:4; 
	overflow:auto; 
	}
 
#scroll_down {
	position:absolute; 
	left:0; 
	height:30;
	bottom:30px; 
	width:224px; 
	font-size:1em; 
	z-index:4; 
	overflow:auto; 
	}









#results {
	color:#000000;
	} 
 
* html 
	#left {
		height:100%; 
		top:0; 
		bottom:0; 
		border-top:80px solid #ffffff; 
		border-bottom:30px solid #ffffff; 
		color:#000000;
		}
 
#content p {
	padding:10px;
	}
.bold {
	font-size:1em; 
	font-weight:bold;
	}
 
dd {display:none;}
