/* CSS Document */

/*Set font*/
p, a 
{
font: normal small-caps 300 12px;
font-family: sans-serif, arial, "lucida console";
}

p.blue
{
font: normal small-caps 300 12px;
font-family: sans-serif, arial, "lucida console";
color: #000080;
}

p.red
{
font: normal small-caps 300 12px;
font-family: sans-serif, arial, "lucida console";
color: #FF0000;
}

span.red
{
font: normal small-caps 300 12px;
font-family: sans-serif, arial, "lucida console";
color: #FF0000;
}

p.title
{
font: normal small-caps 900 16px;
font-family: sans-serif, arial, "lucida console";
color: #000080;
}

h1, h2, h3, h4, h5
{
font-family: sans-serif, arial, "lucida console";
}

/*Set font END*/

a.top:link {color: #000000; text-decoration: none}
a.top:visited {color: #000000; text-decoration: none}
a.top:hover {text-decoration: none}

h1.top
{
/*color: gray;*/
font-size: 350%;
}

h1.top2
{
font-size: 400%;
}
  
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.3;
}

.toggleopacity2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.3;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

  
body
{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-image: url('../images/web/zoneb.gif');

}

#main_window
{
  margin-left: 102px;
  margin-top: 0px;
  width: 820px;
  height: 850px;
  /*background-image: url('images/web/eye3.jpg') no-repeat fixed center; 
  filter: alpha(opacity=60);*/
  background-image: url('../images/web/background_logo.jpg');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  border: 3px #A9A9A9;
  border-style: ridge;
}

#menu1
{
  position: absolute;
  margin-left: 42px;
  margin-top: 253px;
  width: 120px;
  height: 90px;

}

#menu2
{
  position: absolute;
  margin-left: 42px;
  margin-top: 348px;
  width: 120px;
  height: 90px;

}

#menu3
{
  position: absolute;
  margin-left: 42px;
  margin-top: 443px;
  width: 120px;
  height: 90px;

}

#menu4
{
  position: absolute;
  margin-left: 42px;
  margin-top: 538px;
  width: 120px;
  height: 90px;

}

#menu5
{
  position: absolute;
  margin-left: 42px;
  margin-top: 633px;
  width: 150px;
  height: 150px;

}

/*#menu6_flash
{
  position: absolute;
  margin-left: 42px;
  margin-top: 728px;
  width: 150px;
  height: 150px;

}*/

#text_window
{
  position: absolute;
  margin-left: 240px;
  /*margin-top: 150px;*/
  margin-top: 100px;
  padding: 20px;
  width: 545px;
  /*height: 650px;*/
  height: 700px;
  /*border: 1px solid #A9A9A9;*/
  border: 1px solid #000000;
  background-color: #F0F8FF;
  /*filter: alpha(opacity=50);*/
  
   
}

#footer
{
  position: absolute;
  margin-left: 102px;
  margin-top: 20px;
  width: 820px;
  border: 1px; 

}
  
</style>
