/* {{{ BASIC ELEMENTS */

html {
    margin: 0;
    padding: 0;   
    }
body {

    background: #bdbbac url(bg.gif) repeat-y top center; 
    margin: 0;
    padding: 0;
    text-align: center;

    }

p {
    margin: 0 0 10px 0;

    text-align: justify;;
    }


h2 {
    margin: 30px 0 5px 0;
    font: bold 24px Georgia, sans-serif;
    color: #333;
    }

h3 {
    margin: 30px 0 5px 0;
    font: bold 20px Georgia, sans-serif;
    color: #333;

    }

a:link { 

    font-weight: bold; 

    text-decoration: none; 

    color: #990000;

    }

a:visited { 

    font-weight: bold; 

    text-decoration: none; 

    color: #990000;

    }

a:hover, a:active { 

    text-decoration: underline; 

    color: #990000;

    }



/* }}} */

/* {{{ SPESIFIC DIVS */



#container {
    background: #fff url(bottom.png) no-repeat bottom right;
    position: relative;
    bottom:0;
    margin: 0 auto;
    padding:0;
    width: 701px;
    text-align: center;

    }



#intro { 
        width: 701px;
    margin: 0;
        padding:0;
a       border:1px solid red;   
    }

/* }}} */

/* {{{ Page header heading image replacement */



#pageHeader { 

    background: url(header.png) top center; 
    width: 700px; 
    height: 65px;
    margin: 0 0px 0 1px;
    padding: 0;
a       border:1px solid red;
    }

#pageHeader h1 {
    margin: 0;

    color:#fff;

    }
#pageHeader h1 span {

    display:none;

    }

#pageHeader h2 {
    margin: 0;

    }
#pageHeader h2 span {
    display:none;

    }


/* }}} */
/* {{{ Quick summary */

#quickSummary {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 9px;
    background: navy;
    height: 16px;
    margin:1px 0 0 1px ;
    padding: 0;

    }

#quickSummary .p1 {
    color:#fff;
    margin:0;
    padding: 2px;
    }
#quickSummary .p2 {
        position: absolute;
        top: 20px;
        right: 126px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:15px;
        font-weight:bold;
        margin: 0;
        padding: 0;
        color: #eee;
        width: 442px;
        height: 31px;
    }
#quickSummary .p3{      
        position: absolute;
        top: 0px;
        right: 0px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:20px;
        font-weight:bold;
        margin: 0;
        padding: 0;
        color: #eee;
        width: 143px;
        height: 65px;
        background:url(rora_ru.gif) no-repeat;
a       display:none;

}
#quickSummary .p3 span{ 
display:none;
        
}
#quickSummary a {
    color: #ffcc00;
    }

/* }}} */
/* {{{ Main text */

#preamble {
a    margin: 0 230px 0 40px;
        padding-right:180px;
        padding-left:0px;
        width: 400px;
        height:512px;
        text-align: left;
        font: 9pt/14pt Verdana, sans-serif;
        background:url(logo_big2.gif) no-repeat;
 }
 #no_preamble 
 {
a display:none;
        margin:0;
        padding:0;
a       border:1px solid red;
a       position:absolute;
 }
#no_preamble #preamble {
        margin: 0 230px 0 40px;
        padding:0;
        adisplay:none;
        height:auto;
        width:auto;
        background:none;

}
#preamble .p1  {
    margin-bottom:0;
    padding:0;
    }
#preamble .p2 {
    font-size:.9em;
    color:#666666;
    background-color:transparent;
    margin:0 0 .8em 0;
    padding:0;
    }

#preamble table {
        vertical-align: middle;
        border: none;
    }
#preamble thead {
    background-color:#eee;
    font-size:.9em;
}
#preamble tr {
        border:none;
        margin:0;
        padding:0;
    }
#preamble tr.odd {
    background-color:#f7f7f7;
    }
#preamble td {
        vertical-align:middle;
        margin:0;
        padding: 2px 3px;
    }
#preamble ul li{
        margin:10px 0 ;
}

#supportingText {
        adisplay:none;
a    margin: 0 230px 0 40px;
        padding: 0 10px;
    text-align: left;
    font: 9pt/14pt Verdana, sans-serif;
    }

#supportingText ol, #supportingText ul  {
    padding-left:1.8em;
    }
#supportingText ol li {
    margin:.6em 0 0 0;
    }
#supportingText dt {
    font-weight:bold;
    color:#555;
    }
#supportingText table {
    margin:1em 0;
    padding:0px;
    border-left:1px solid #777;
    border-bottom:1px solid #777;
    abackground-color:#fff;
    /*font-size:.9em;*/
    }

#supportingText thead {
a    background-color:#eee;
    font-size:.9em;
}
#supportingText tr {
    border:none;
    margin:0;
    padding:0;
    }
#supportingText tr.odd {
    background-color:#f7f7f7;
    }
#supportingText td {
    vertical-align:top;
    border:none;
    border-right:1px solid #777;
    border-top:1px solid #777;
    margin:0;
    padding: 3px 5px;
    }
#supportingText table dl {
    margin:0;
    padding:0;
    }
#supportingText table dd {
    margin:0 0 0 1.3em;
    padding:0;
    /*font-size:.95em;*/
    }
#supportingText table dt {
    font-weight:normal;
    color:navy;
    /*text-decoration:underline;*/
    margin:0;
    padding:0;
    
    }

#supportingText table .date {
    font-size:.9em;
    /*background-color:#f7f7f7;*/
    /*color:navy;*/
    border-right:1px solid #777;
    }
#supportingText table .odd .date {
    font-size:.9em;
    /*background-color:#f0f0f0;*/
    }
#supportingText table tr
{
background-color:white;
}

/* }}} */
/* {{{ Footer */



#footer {
adisplay:none;
    margin: 190px 0 0 0;
    padding: 0;
    text-align: right;

    }

#footer a {
    margin: 0 20px;
    font: 10px verdana, sans-serif;
    color: #990000;
    font-weight:bold;
    color: #ffcc00;
    }


/* }}} */
/* {{{ Sidebar */



#linkList {
    position: absolute;
    top: 88px;
    right: 40px;
    width: 150px;

    }
#weblinkList {
    position: absolute;
    top: 420px;
    right: 40px;
    width: 150px;

    }

#linkList2, #weblinkList2 {
    font: 10px verdana, sans-serif;
    text-align: left;
    margin: 0;
    }

#linkList h3.select, #linkList h3.archives,  #weblinkList h3.select, #weblinkList h3.archives {
    background: navy;
    color:#fff;
    height: 28px;
    padding:0;
    margin: 0;
    border: 1px solid #fff;
    text-align:center;

    vertical-align:middle;
    }
#linkList h3.select span, #linkList h3.archives span, #weblinkList h3.select span, #weblinkList h3.archives span {
    font-family:Verdana, Arial, sans-serif;

    font-size: 8pt;

    font-weight:bold;

    text-transform:uppercase;

    }

#linkList ul, #weblinkList ul  {
    margin: 0;
    padding: 0;

    }

#linkList li, #weblinkList li  {
    line-height: 18px; 
    display: block;
    border-bottom: 1px solid #ddd;
    }
#linkList li:hover, #weblinkList li:hover {
    background: #ddd;
    }
#lselect, #larchives, #weblselect {
    background: #ffffee;
    border: 1px solid navy;
    margin-bottom: 20px;
    }
#lselect li, #larchives li,  #weblselect  li{
    padding: 3px 10px 3px 10px;
    }
#lselect li a, #weblselect li a {
    display: block;
    color: #002266;
    font-size: 11px;
    font-weight: bold;
    }
#lselect li a.c , #weblselect li a.c{
    display: inline;
    color: #990000;
    font-size: 10px;
    font-weight: normal;
    }
#weblselect dl
{
padding:0 10px;
margin-top:5px;
}
#weblselect dt 
{
margin-top:      5px;
font-size: 1.1em;
}
#weblselect dd
{
margin-left:1em;
color:#666666;
}
        
#larchives li a {
    display: inline;
    color: #002266;
    font-weight: normal;
    }
#lresources li a {
    display: inline;
    color: #990000;
    font-weight: normal;
    }

/* }}} */
/* {{{ "Full screen" support */

html,body { 
    height:100%;
    }
body {
    margin:0;
    padding:0;
    }
#container {
    height:100%;
    min-height:100%;
    margin-bottom:-31px;
    }
html>body #container {
    height:auto;
    }
#supportingText {
    padding-bottom:128px;
    }
#footer {
    position:relative;
    margin: 0 auto;
    padding: 0;
    background: navy;
    border-top: 1px solid #fff; 
    text-align: right;
    height:30px;
    width:700px;
    }

/* }}} */

.em {
    font-style:italic;
}

.strong {
    font-weight:bold;
    color:#555;
    background-color:transparent;
}

.warn {
    color:#944;
    background-color: #ffd;
    margin:1em 0;
    padding: .5em;
    border:1px solid #944;
}

.right {
    text-align:right;
}

.big-table {
    font-size:.9em;
}

#logo_top
{
adisplay:none;
        position:absolute;
        width:82px;
        height:60px;
        top:0px;
        left:19px;
        background-image:url(logo_small.jpg);
        border:none;
}

#banner
{
adisplay:none;
position:absolute;
amargin-top: 30px;
left:10px;
atop:-50px;
amargin-left: 20px;
 width: 110px;
 height: 40px;
 background:url(aviok.gif) no-repeat;
}
img{
        margin:10px 0;
        padding:5px;
}
