#outer {
	height: 90%; 
	overflow: hidden;
	width: 205px;
	left: 0px;
	}
#outer[id] {
	display: table;
	position: absolute;
	top:68px;
	min-height:373px;
	left: 0px;
	}
#middle {
	margin-top:140px;
	position: absolute; 
	top: 30%;
	}  /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	}
#inner {
	position: relative; 
	top: -50%
	}
#navbox{
	width:170px;
	border:solid 1px #999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-left:17px;
	margin-top: -1px;
	_margin-top:0px;
	}	
.notop {
	_margin-top: -1px !important;
	}	
#navbox tr td h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	display: inline;
	letter-spacing: 0em;
	color: #666;
	text-decoration: none;
	font-weight:normal;
	text-align:center;
	}
#navbox tr td h1 a:link, #navbox tr td h1 a:visited,  #navbox tr td h1 a:active{
	text-decoration: none;
	color: #666;
	text-align:center;
	}
#navbox tr td h1 a:hover{
	color: #FF0000;
	margin-top: 0px;
	}
#navbox tr td a.currentlink{
	margin-top: 0px;
	border-top: 3px solid #FF0000;
	color: #FF0000;
	text-align:center;
	}
/* end left nav css */


/* begin bottom align controls css */
#baseline {
	position: absolute;
	bottom: 0;
	right:0;
	/*top:300px;
	left:400px;*/
	padding: 0px;
	align:right;
	width: 100%;
	z-index: 30;
	text-align: right;				
	}
#controls {
	margin-right:20px;
	margin-bottom: 50px;
	width: 162px;
	height: 21px;
	float:right;
	z-index: 30;
	}
/* end bottom align controls css */