<STYLE>
BODY{
    background-color:navy;
}

.nav {
    border: 1px solid white;
    text-align:center;
    color:#fff;
    font-weight:bold;
    float:left;
    cursor:hand;
    font-size: 14px;

}
 .black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:101001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
.white_content {
    display: none;
    position: absolute;
 	top:15%;
	left:15%;
    width: 75%;
    height: 75%;
    border: 8px solid #navy;
    background-color: white;
    z-index:101002;
    overflow: auto;
} 

p.disclaimer {
    font-weight:bold;
    font-size:13px;
}
.content{
   font-size:12px;
   font-family: arial, serif; 
   height: 364px; 
   overflow: auto;  
   background-color:#fff;
   margin-left:10px;
}
 
</STYLE>