/*

grey ruler #B7BBBD
border #B4B4B4 
light grey ruler #C5CACC
header #B3032A
text black #000000
footer links #8B8B8B = #999999

siderbar body #EFF1D7
menubody B3032A

*/

body, td {font: normal 12px "Tahoma", sans-serif;}

h1 {font: bold 24px "Times", serif; color:#009FAB; margin: 0;}
h2 {font: bold 20px "Times", serif; color:black; margin:0 0 16px 0;}
        
#outer {position:static;
          width:945px;
          border:0px solid red;
          display: block;
          }
          
#topcenter{

           background-image: url(logo_ru.png);
           background-position: right top;
           background-repeat: no-repeat;
           height: 100px;

}

#topmenu { 
         display: none;
}


#leftcolumn {
    padding: 10px;
    width:175px;
    background-color: #B3032A;
    display: none;
    float: left;
}

#footer-links {
    display:none;
    }
#intro {
       width:100%;

       
       padding:20px;
       background-color: #F2F2F2;
}

#sidebar {
display: block;
width:20%;
float: right;
background-color: #EFF1D7;
border: 1px solid #B4B4B4 ;
margin: 0 0 10px 10px;
}

/************* legacy list style - tight ******/

.tight {
	margin:0;
	padding:0 0 0 5px;
	text-indent:0;
}

.tight li {
	list-style-position: inside;
}


#centralcolumn{ display: block;
                width:78%;
               background-color: white;
               text-align: left;
               float:left;
}

#footer {
        display: block;
        width: 100%;
        height: 50px;
        
        clear: both;
        border-top: 5px solid #C5CACC;
        margin:10px 0 0 0;
        text-align: center;
}
          
H1.pageheader1 { font-size:14pt; color:#666666; margin-bottom:0px; }
H2.pageheader2 { font-size:12pt; font-style:italic; font-family: Times, serif; color:#999999; margin: -3px 0px 5px 20px; }

.rubrics {
    display:inline-block;
    width:auto;
    border-bottom: 1px solid #b3032a;
    padding: 0 10px 2px 0;
    }



/****************** front page blocks *********************/
div.teaser-with-pic {
    margin: 20px 0;
    display:block;
    clear:both;
    }
    
div.teaser-with-pic img.icon {
    border: 1px solid #c5cacc;
    padding:0;
    margin: 0 20px 10px 0;
    float: left;
    clear: left; 
    }
    
div.teaser-with-pic div.teaser {
    display: block;
    width: 352;
    margin-bottom: 10px;
    }
    
div.teaser-with-pic a.more {
    float: right;
    padding: 3px 5px;
}    


div.clear {
    clear:both;
    display:block;
    float:none;
    height:0px;
    overflow: hidden;
    }