


html, body {
  border: 0 none;
  color: black;
  font-family: Arial,sans-serif;
  font-size: 13px;
  height: 100%;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  width: 100%;
  word-spacing: 1px;
}



#image-frame { clear:right; width:480px; height:550px; /*border:1px solid #ddd;*/ overflow:hidden; position:fixed; left: 40px; top: 0px}
/*#image-frame { padding: 5px; */}
/*#image-frame { clear:left; font-weight:normal; margin:0; padding:.5em 0 1em; }*/

div#parent {
  width: 60%;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #fbca93;
  text-align: center;
}

img#the-image {
  position: absolute;
  width: 480px;
  display: block;
  right: 0;
  bottom: 0; 
  background-color: #bcd5e6;
  text-align: center;
  border: 3px solid #FFFFFF;
}

img#off-image {
  position: absolute;
  display: block;
  left: -1000;
  top: -1000; 
}

div#up {  
  z-index: 10;
  display: block;
  height: 180px;
  width: 490px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #909090;
  /*visibility:hidden;*/
  background-color: None;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 55px;
  opacity: 0.0;
  filter: alpha(opacity = 0);
 }
img#up_icon {
  position: fixed;
  height: 40px;
  top: 50px;
  left: 250px;
  z-index: 9;
  visibility:hidden;
  opacity: 1.0;
  filter: alpha(opacity = 100);
 }
div#down {
  z-index: 10;
  display: block;
  width: 490px;
  height: 180px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #909090;
  text-align: center;
  position: fixed;
  top: 450px;
  left: 55px;
  opacity: 0.0;
  filter: alpha(opacity = 0);
}
div#middle {
  cursor: pointer;
  z-index: 50;
  display: block;
  width: 490px;
  height: 340px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #909090;
  text-align: center;
  position: fixed;
  top: 150px;
  left: 55px;
  opacity: 0.0;
  filter: alpha(opacity = 0);
}
img#down_icon {
  position: fixed;
  height: 40px;
  top: 450px;
  left: 250px;
  z-index: 9;
  visibility:hidden;
  opacity: 1.0;
  filter: alpha(opacity = 100);
 }
/*div#prev {
  z-index: 11;
  display: block;
  width: 25px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #909090;
  text-align: center;
  position: fixed;
  top: 290px;
  left: 60px;
  opacity: 0.7;
  filter: alpha(opacity = 70);
  visibility:hidden;
}
div#next {
  z-index: 11;
  display: block;
  width: 25px;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #777;
  background-color: #909090;
  text-align: center;
  position: fixed;
  top: 290px;
  left: 520px;
  opacity: 0.7;
  filter: alpha(opacity = 70);
  visibility:hidden;
}*/



a.text {
  	color: #000000;
  	text-decoration:none;
	border-bottom-style: solid;
    border-width:1px;
}
a.ex {
  	color: #000000;
  	text-decoration:none;
	border-bottom-style: dotted;
    border-width:1px;
}

a:hover { color: #0D3DF5;  }
span#archive{
  cursor:pointer;
  cursor:default;
}
span#archive:hover{
  	border-bottom-style: solid;
}
span#section{
  cursor:pointer;
  cursor:default;
}
span#section:hover{
  border-bottom-style: solid;

}
span#subsection{
  cursor:pointer;
  cursor:default;
}
span#subsection:hover{
  border-bottom-style: solid;

}
div#target{
  top: 45%;
  left: 50%;
  height: 300px;
  width: 800px;
  z-index: 5;
  color: #0D3DF5;
  font-size: 54px;
  letter-spacing: 4px;
  line-height: 84px;
  margin-left: -400px;
  margin-top: -150px;
  position: fixed;
  text-align: center;
}
div#page_text{
  z-index: 10;
  display: block;
  width: 540px;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 650px;
}
.page {
  float: left;
  height: 100%;
  overflow: visible;
  position: absolute;
}

