@charset "utf-8";

body
{
  z-index:1;
  padding:0px;
  margin:0px;
  background-color:#295173;
  font-family:Arial,sans-serif;
  font-size:12px;
}

#root 
{ 
  width:760px; 
  margin-left:auto; 
  margin-right:auto; 
  background-color:#2A8DC5;
  top:0px;
}

#header 
{
  background-color:#083463;
  width:760px; 
  height:200px;
  margin-top:5px;
  z-index:1;

}

#menu
{
  width:740px;
  height:36px;
  background: black url(./../images/blockdefault_b.gif) center center repeat-x;
  padding-left:20px;
  margin:0px;
}

#content 
{
  width:740px;
  background-color:#2A8DC5;
  padding:10px;
  margin:0px;
}

#footer
{
  width:760px; 
  margin-top: ;
  background-color:#94c3e7;
  padding:0px;
  text-align:center;
}

a.tooltip:hover 
{
  color: #0000ff; 
  background: transparent;
  text-decoration:none;
  }

a.tooltip span 
{
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span
{
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  text-decoration:none;
  }

a.normal_link
{
  color:#ffffff;
  text-decoration:none;
}

a.normal_link:hover
{
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
}

#jumpback
{
  display: none;
}
