body {

padding:0;
margin:0;
font-family: Rockwell;
font-style:normal;
font-size:14;
color: white;

background:white;

}


 li{
margin: 0;
padding:5px;
list-style-type:none;
border-style: solid;
border-width: 0px 0px 0px 1px;
border-color:white;
}


dt, dl, dd, ul {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu {
position: fixed;
top: 1em;
left: 1em;
text-indent:0.5em;
width: 6em;
z-index:400;
font-family: Rockwell;
font-weight:bold;


}

#menu dt {

cursor: pointer;
background: black;
height: 20px;
line-height: 20px;
margin: 5px 0;
z-index:350;
padding:5px;
text-align: left;
font-style:normal;


}


#menu dd {
position: absolute;
z-index: 400;
text-align:left;
left: 6em;
margin-top: -2em;
width: 10em;
padding:0px;


font-weight:bold;
}

#menu ul {
padding: 0px;
}
#menu li {
text-align: left;
height: 18px;
line-height: 18px;
background: black;
color:white;
}
#menu li a {
background: black;
color: white;
font-size:bold;
text-decoration: none;
display: block;

}

#menu li a:hover {
text-decoration: none;
background:black;
color:black;
border:0px;
}

.class1 A:link {text-decoration: none; font-family: Rockwell; color:white; background:black;}
.class1 A:visited {text-decoration: none; font-family: Rockwell;  color:white; background:black;}
.class1 A:active {text-decoration: none; font-family: Rockwell;  color:white; background:black;}
.class1 A:hover {text-decoration: none; font-family: Rockwell;  color:white; background:black;}






.linkpopup {
position:relative;
}

.linkpopup span {
 background-color: black;
font-family: Rockwell;
 border: 1px solid #000;
 display: inline;
 left: 0;
 padding: .25em;
 position: absolute;
 top:-2em;
}

.linkpopup:link span,
.linkpopup:visited span {
 visibility: hidden;

}

.linkpopup:hover span,
.linkpopup:focus span,
.linkpopup:active span {
 color: white;
 text-decoration: none;
 visibility: visible;

}

#framecontentTop{ 
position: absolute;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
top: 0; 
left: 150px;
width: 6100px;
height: 250px; /*Height of top frame div*/
overflow:hidden; /* hidden Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
z-index:30;

}



#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 250px; /*Set top value to HeightOfTopFrameDiv*/
padding-right: 70px;
width:60%;
border:2px black;
bottom: 0;
text-align:justify;
  font-family : rockwell;
font-style:normal;
font-size:14;
overflow:auto;
background-color: black;
color:white;

}


#maincontent2{
position: relative; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 10px; /*Set top value to HeightOfTopFrameDiv*/
right:0px;
width:400px;
border:2px pink;
bottom: 0;
text-align:justify;

font-style:normal;
font-size:14;
overflow:hidden;
background-color: #F478ED;
color:black;
line-height:20px;
}

#framecontentTop a:link, a:visited {
background-color: white;
color: black;
font-weight:bold;
text-decoration: none;
display: inline;

}

#framecontentTop a:hover {
background: white;
color: #F478ED;
font-weight:bold;
text-decoration: none;
display: inline;
}

#maincontent2 a:link, a:visited {
background-color: #F478ED;
color: black;
font-weight:bold;
text-decoration: none;
display: inline;

}

#maincontent2 a:hover {
background: #F478ED;
color: #F478ED;
font-weight:bold;
text-decoration: blink;
display: inline;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0px 0 0 0px; 
/*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
padding: 20px 0 0 200px;
width: 60%; 
left:200px;

position:fixed;

}

* html #maincontent2{ /*IE6 hack*/
height: 100%; 
padding: 0px 0 0 200px;
width: 100%; 
left:200px;
position:fixed;

}

* html #framecontentTop{ /*IE6 hack*/
width: 6100px;
overflow:auto;
display:block;
height:100%;
}

* html .linkpopup span {
 
 top:2em;
}




B.hilite
 {font-size : large;
  font-family : rockwell;
    font-style : normal;
padding:5px;
  font-size:14;
  color :black;
  background-color :white;
text-decoration: none;
 }

B.hilitetwo
 {
  font-family : rockwell;
    font-style : normal;
padding:5px;
  font-size:12;
  color :white;
  background-color :black;
 }


p{background-color:black;
font-family: courier;
font-size:12;
color:white;
padding:2em;
text-align:justify;
width:365px;
}