html {
  overflow-y: scroll;
}

body {
 
  color: #000;
  font-family: Arial;
  font-size: 10pt;
  background:url(../img/backgroung2.png)  repeat-x #e8e8e8; 
}

table a{
  color: #004494;
}

#maincontent {
  width:975px;
  margin:0 auto;
  position:relative;
    
}

#header {
     height: 161px;
     position: relative;
}

#head-contact{
	padding:2px;
  width:170px;
	border:1px dashed #004494;
  color:#004494;
  position:absolute;
  top:49px;
  left:370px;
  background:#FFFFFF;  
}

#head-contact:hover {
  	background:#004494;
	  border:1px dashed #FFFFFF;
  	color:#FFFFFF;
  	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

#header-contact a {
  text-decoration:none;
  margin-bottom: 0px;
  padding-bottom: 0px;  
}

#head-contact:hover a {
  color: #FFFFFF;
}

#contentblock {
  
  background-image:url(../img/content.png);
  background-repeat: repeat-y;
  background-color: rgba(0, 0, 0, 0);
    float: left;

    width: 975px;
}

#content {
    float: left;
    margin: 10px 0 0 50px;
    width: 650px;
}

#home {
  color: #333;
  font-size: 11pt;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
  width: 630px; 
}

#home span{
  color: #004494;
  font-size: 14pt;
  line-height: 44px;
}

#content-text {
  width: 630px;
}

h1 {
  color: #004494;
  font-size: 14pt;
}

h2 {
  color: #004494;
  font-size: 12pt;
}

#navigation {
  float: left;
  margin: 28px 0 0 50px;
  width: 200px;
}

#nav_tree {
    margin: 0;
    padding: 0;
    text-align: left;
}

#nav_tree ul {
 list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav_tree li {
    margin: 0;
    padding: 0;  
}

#nav_tree a {
    background: #fff;
    text-decoration: none;
    display: block;
    border: 0;
    border-bottom:1px solid #004494;
    margin: 0;
    padding: 5px 0;
    text-indent:4px;
    color: #004494;
    font-size: 12px;
    font-weight: normal;
    width: 200px;
}

#nav_tree a:hover {
  	background: #004494;
  	color: #fff;
}



#footer {
  background-image:url(../img/footer.png);
  background-color: rgba(0, 0, 0, 0);  
  background-repeat: no-repeat; 
  height:105px;
}

#foot {
  color: #004494;
  padding-top: 60px;
  text-align: center;
}

#foot a {
  color: #004494;
  padding-left: 5px;
  padding-right: 5px;  
}