body {
	padding: 0;
	margin: 0;	
	background: url("_new/img/back_textpage_01.jpg") no-repeat top center;
    background-color: #fff;	
	font-family: Arial, Helvetica;	
    font-size: 12px;
//	overflow-y: hidden;	
}

img
{
	border-style: none;	
}
a:active, a:focus, img { outline: 0; }
.container{
	width: 951px;	
	margin:0px auto;
	text-align:left;
	color: black;    		
}
.container, .logosContainer, .mainMenu, .advert, .content, .footer{
    width: 951px;
    overflow: auto;
}
.logosContainer{    
    height: 195px;  
}
.logosContainer .seismologo{
    float: left;
    padding-top: 19px;
}
.logosContainer .unrlogo{
    float: right;
    padding-top: 13px;        
}
.logosContainer .anss{
    float: right;
    padding-top: 2px;        
}
.footer{    
    border-top: solid #d3cc9e 1px;
    height: 197px;
    margin: 0;
}
.footer .wrapper{
    padding: 28px 0 0 0;
    line-height: 36px;

    color: #6e6b3d;  
}
.footer ul{   
    padding: 0;
    margin: 12px 0 0 0;    
}
.footer li{
    height: 23px;
    list-style: none;
    display: inline;
    vertical-align: middle;
    margin-right: 17px;    
}
.footer .wrapper a{
    color: #042e5d;
    text-decoration: none;
}
.footer .wrapper a:hover{
    color: #6e6b3d;
}
.content .leftcolumn{
    float: left;
    width: 368px;
 
}
.content .rightcolumn{
    float: right;
    width: 560px;
    
}
.mainContent{
    overflow: auto;
    padding: 50px 0;
    font-size: 12px;
    line-height: 18px;    
}
.mainContent .left{
    float: left;
    width: 632px;
}
.mainContent .right{
    float: right;
    width: 263px;
}
.mainContent a{
    color: #042e5d;    
}
.mainContent a:hover{
    color: #584f1e;
}
h1{
    color: #042e5d;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}
h2{
    color: #584f1e;
    font-weight: normal;
    font-size: 17px;
    margin: 0;
    padding-bottom: 10px;
}
h3{
   color: #042e5d;
   font-size: 14px; 
}

.dashed_line{
    background: url("/img/dashed_line.gif") repeat-x top;
    width: 100%;
    height: 1px;
    margin: 36px 0;
    clear: both;
}
.mainContent .right ul{
    margin: 20px 0 0 0;
    padding: 0;
       
}
.mainContent .right li{
    background: url("/img/bullet_ico.gif") no-repeat top left;
    padding-left: 17px;
    list-style: none;
    margin: 0 0 10px 0;
    color: #747267;
    font-size: 10px;    
}
.mainContent .right li a{    
    color: #584f1e;
    font-size: 12px;
}
.mainContent .right li a:hover{
    color: #042e5d;
}
.right .blue li a{
    color: #042e5d;
}
.mainContent .right .brownlink{
    color: #584f1e;
    font-weight: bold;
}
.mainContent .right .brownlink:hover{
    color: #d3cc9e;
}
.mainContent .right .bluelink{
     color: #042e5d;
    font-weight: bold;   
} 

.mainContent .left ul{
    margin: 20px 0 0 0;
    padding: 0;
       
}
.mainContent .left li{
    list-style: none;
    margin: 0 0 18px 0;
    color: #747267;
    font-size: 10px;
    margin: 0 0 5px 0;    
}
.mainContent .left li a{    
    color: #042e5d;
    font-size: 13px;    
}
.mainContent .left li a:hover{    
    color: #584f1e;     
}
#pager{
    margin-top: 30px;
}
#pager a,#pager span{
    padding-top: 3px;
    display: block;
    float: left;
    width: 22px;
    height: 19px;
    text-align: center;
    color: #584f1e;
    margin-right: 2px;
    border: solid #d3cc9e 1px;  
    background: white;  
    text-decoration: none;
}
#pager a:hover,#pager span{
    background: #d3cc9e;
}
#pager .text{
    width: auto;
    border-color: white;
    background: none;
    margin-right: 17px;
    font-weight: bold;
    
}
#pager .next,#pager .prev{
    width: auto;
    border: none;
    background: none;
    text-decoration: underline;
    margin: 0 17px;
}
#pager .prev{
    margin-left: 0;    
}
.date{
    color: #887f4c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;    
}
.linksul{
    padding: 0;
    margin: 0;
    line-height: 25px;
}
.linksul li{
    display: block;
    float: left;
    background: url('/img/links_bullet.gif') no-repeat left center;
    padding-left: 20px;
    margin-right: 20px;
}
.linksul li a{
    color: #726a3d;
    text-decoration: none;
    font-size: 14px;
    margin-right: 22px;
}
.linksul li a:hover{
    color: #042e5d;
}

.tabs .buttons{
    height: 40px;   
}
.tabs .buttons .switch,.tabs .buttons .active{
    position: relative;
    top:1px;
    display: block;
    float: left;
    margin-right: 2px;    
    height: 40px;
    border: solid black 1px;
    line-height: 40px;
    cursor: pointer;
    cursor: hand;
    background: #ddd;
    text-align: center;
    padding: 0 10px;
    color: #042e5d;
    font-weight: bold;
}
.tabs .buttons .switch:hover{
    background: #eee;
}
.tabs .buttons .active{
    border-bottom-color: white;
    background: white;
}

.tabs .tabsContent{
    border: solid black 1px;
    clear: both;
    overflow: auto;
    background: white;   
    padding: 20px; 
}
.blueul{
    color: #042e5d;
}
.trngl,.right .trngl{
    line-height: 14px;
    font-size: 12px;    
}
.trngl li,.right .trngl li{
    display: block;
    background: url('/img/trngl.gif') no-repeat left center;
    padding-left: 15px;
}
.contacts{
    width: 100%;
}
.contacts input{
    width: 100%;
    height: 26px;
    border: solid #bcb89a 1px;
    color: #042e5d;
    font-weight: bold;
    font-size: 16px;
}
.contacts textarea{
    border-color: #bcb89a;
    color: #042e5d;
    font-size: 14px;
    height: 86px;
    width: 100%;
}
.numbered{
    line-height: normal;
    color: #042e5d; 
    font-size: 12px;
    margin: 0;  
    padding: 0 0 0 15px;     
}
.numbered li{
    display: list-item;
    background: none;
    list-style: decimal;
    margin-bottom: 8px;
    margin-left: 0;
    list-style-position: outside; 
    line-height: 18px;   
}
