body{font-family:Verdana,Helvetica,Arial,sans-serif;font-size:small;line-height:130%;}

p{
margin-left: 10px; 
margin-right: 10px;
}
h1{
 margin-left: 20px;
 font-size: 120%;
}
h2{
 margin-left: 40px;
 font-size: 110%;
 color: #222222;
}
#div_1
{
position: absolute; 
width: 100%; 
height: 135px; 
z-index: 2; 
left:0px; 
top:0px; 
background-color: White;
}

#div_2
{
width: 100%; 
height: 115px;  
background: url(images/top2.jpg);
}

#div_3{
	position: absolute; 
	width: 80%; 
	height: 100%; 
	z-index: 1; 
	left:0px; 
	top:0px; 
	background-color: #e6e6e6;
}

#div_4{
position: absolute; 
width: 80%;  
height: 100%; 
z-index: 1; 
right:0;  
background-color: #ffffff;
}
#div_5
{
position: absolute; 
width: 20%; 
height: 100%; 
z-index: 1; 
top:0px; 
float:right; 
background-color: #e6e6e6; 
right:0;
}

#div_6{
position: absolute; 
width: 100%; 
height: 35px; 
z-index: 2; 
left:0px; 
bottom:0px; 
background-color: #c6c6c6;
}
#nav, #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

  background: #515151;
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
  background: #515151;
  back\ground: none;
}
#non li, 
#non li:hover,
#non li.jshover{
  background: #515151;

}


#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 4px 10px;
  background: url(images/dot00000.png) repeat-y right;
}
#nav a:hover {
  color: #000;
  background: #ccc;
}
#nav li:hover,
#nav li.jshover {
  background: #333;
}

#nav li ul {
  display: none;
  border: 1px solid #000;
  position: absolute;
  background: url(images/fone-tr0.png);
  padding: 8px 0;
  width: 138px;
}
#nav li li a {
  width: 118px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

#div_table td
{
font-size: 11px;
line-height:110%;
}