<!--
#blanket {
   background-color:#111;
   opacity: 0.65;
   /* per IE opacity */
   filter: alpha(opacity=65);
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
/*         top: auto; */
	margin-top: -150px;
	background-color:#eeeeee;
	width:30%;
      /* height:300px; */
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.navtext {
   text-align:justify;
   width:300px;
   font:normal 12px arial;
   border-width:2px;
   border-style:outset;
   border-color:white;
   background-color:#006699;
   color:white;
   z-index: 9005; /*ooveeerrrr nine thoussaaaannnd*/
   }


-->