body {
	background-color: #ECF4FA;
   background-image: url(../images/bg.gif);
   background-repeat: repeat-x;
   margin: 0;
   border: 0;
   padding: 0;
   font-family: verdana;
   font-size:12px;
   color:#144F79;
	}
   
a {
   color:#144F79;
}

#leftnavtop {
   position: absolute;
   left:0px;
   top:0px;
   width:200px;
   height:225px;
}

#leftnav {
   position: absolute;
   left:0px;
   top:230px;
   width:200px;
   background-image: url(../images/leftnav_bg.gif);
   background-repeat: no-repeat;
   height:200px;
   padding:2px 10px 10px 20px;
   line-height:18px;
}

#topnav {
   position: absolute;
   left:200px;
   top:27px;
   width:570px;
   height:56px;
}

#content {
   position: absolute;
   left:222px;
   top:120px;
   width:488px;
   line-height:16px;
}

.header {
   font-size:12px;
   font-weight:bold;
}

.leftpad {
padding-left:20px;
}

.copyright {
font-size:10px;
padding-top:10px;
}

.list {
font-size:10px;
padding-top:10px;
}

.definition {
   font-weight: bold;
   }

.gloss {
color:#FFFF00;
}

#glossaryPopup {
   position:absolute;
   left: 0;
   top: 0;
   z-index: 2000;
   visibility: hidden;
   color: #000000;
   padding: 10px;
   background-color:#ffffff;
   width:170px;
   border: 1px solid #144F79;
   
   }
#glossaryPopupTitle {
   color: #144F79;
   font-size: 12px;
   font-weight: bold;
   }
#glossaryPopupContent {
   
   }
   
.indent {
padding: 10 0 10 20;
color:#ffffff;
}

#descriptor{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 170px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border: 1px solid #144F79;
  padding: 10px;
}

#descriptorText{
color: #144F79;
}
