* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
body {
    font-family: Arial;
    font-size: 12px;
    text-indent: 0px;
}


a:link {
color: #0d2e71;
text-decoration:none;
}

a:visited {
color: #0d2e71;
text-decoration:none;
}

a:active {
color:#0d2e71;
text-decoration:none;
}

a:hover {
color:#0d2e71;
text-decoration:underline;
}

div {
  font:normal 12px Arial; 
  margin:0; 
  padding: 0px 0px 0px 0px; 
  color: #000;
}

h1 {
	font-size: 16px;
	padding: 15px 20px 2px 20px;
    color: #0b2c71;
}
.index_h1 
{ font:16px Arial; color:#a5a5a5;padding: 0 0 10 20px;}

h2 {
	padding: 0px 0px 2px 0px;
	font: bold 14px Arial;
	color:#000;
}

h2.link {
	padding: 20px 0px 5px 0px;
	color:#0d2e71;
	font: bold 14px Arial;
  text-decoration: underline; 
}


p {
    padding: 0px 0px 10px 0px;    
    font: normal 12px Arial; 
    color:#000000;
    text-indent: 0px;
    text-align:justify;
}

#l1 UL {

   list-style: square;
    padding:0px 0px 0px 15px;
    margin:0px;
   }


#tree {
  position: absolute;
  left: 0px;
  z-index: 200;
  text-align: center;
  font-size:14px;
  border: 0px solid;
  display: none;
  width: 100%;

  filter:alpha(opacity=0);-moz-opacity: .0; -khtml-opacity: .0; opacity: .0;
}

#pelena {
  position: absolute;
  left: 0px;
  z-index: 220;
  text-align: center;
  font-size:14px;
  border: 0px solid;
  display: block;
  width: 100%;
 background:#fff;
}

#gallery {
  position: absolute;
  right: 10px;
  z-index: 12;
  text-align: right;
  font-size:14px;
  border: 0px solid;
}

#top_line {
	border: 0px;
	width: 100%;
	height: 18px;
	margin: 0 auto;
  background: #efecdf;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 10;
  color: #173d89;
}
#top_line_shadow {
	border: 0px;
	width: 100%;
	height: 20px;
	margin: 0 auto;
  background: #173d89;
  position: absolute;
  text-align: center;
  z-index: 9;
}

#container {
	min-height: 100%;
	border: 0px solid;
	width: 900px;
	margin: 0 auto 0 auto;
    background-image: url('/images/vault.png');
    background-position: center bottom;
    background-repeat: no-repeat;  
  text-align:left;
}

#cap {
	min-height: 40px;
	border: 0px;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}


#submenu {
	height: 18px;
	border: 0px solid;
	width: 880px;
	margin: 0 auto;
	text-align: center;
    background-image: url('/images/submenu_000.gif');
    background-position: center top;
    background-repeat: no-repeat;  
}

#cap_ico {
	min-height: 102px;
	border: 0px;
	width:  914px;
  margin: 0px 0px 7px 0px;
	text-align: center;

}

#content {
position: relative;
top:-0px;
	}

* html #container {
	height: 100%;	
	margin: 0px;
}

#submenu a:hover {
 background: #9eb2db;
color:#ffffff;
text-decoration:underline;
}





