
    
/******* GENERAL ***********************/

    html, body {
        margin: 0;
        padding: 0;
    }
    
    body {
            font-family: verdana, arial, Helvetica;
            color:#000;
            font-size: 10px;
            background: #fff url(/images/lamb_bg.jpg) top left repeat-x;
    }

    a:link {
        color: #003173;
        text-decoration: none;    
    }

    a:visited {
        color: #003173;
        text-decoration: none;    
    }

    a:hover {
        color: #DE005A;
        text-decoration: none;
    } 

    H1 {
        font-size: 14pt;
        color: #003173;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 2px;
    }

    H2 {
        font-size: 12pt;
        color: #003173;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    ul {
        list-style: url(/images/bul.gif);
    }
    
    .highlight       
    {  
        background-color: #cecece;
        border-bottom: 1px dotted #cecece;
        border-top: 1px dotted #cecece;
        border-left: 4px dotted #cecece;
        border-right: 4px dotted #cecece; 
    }
    
    img {
        border: none;
    }    


/******* PAGE ***********************/

    #page {
        text-align: left; /* IE5- */
        width: 780px;
        margin: auto;
        position: relative;
        top: 20px;
        border: 1px solid #000;
        background-color: #fff;
    }

/******* FLAGS ***********************/
    
    #flag_container {
        float: right;
        display: inline;
        text-align: right;
        width: 325px;
        padding-right: 3px;
        padding-top: 45px;
    }
    
    #flag_container img {
        border: 1px solid #ffffff;
    }
    
    #flag_container .selected {
        border: 1px solid #cccccc;
    }


/******* PANES ***********************/
    #header {
        float: none;
        margin: o;
        padding: 0;
        background: #fff url(/images/top_bg.jpg) top right repeat-y;
    }
    
    #pane_container {
        width: 780px;
        height: 490px;
        margin: o;
        padding: 0;
    }
    
    #main {
        float: right;
        width: 600px;
        height: 450px;
        overflow:auto;
        padding-left: 10px;
        padding-right: 10px;     
    }

/******* NAVIGATIONHELP **************/

    #navigation_help
    {
        width: 780px;
        float:none;
        border: 0;
        margin: 0;
        padding: 5px 0px 5px 0px;
        text-align: left;   
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;     
    }  
    
    #navigation_help ul
    {
        border: 0;
        padding: 0;
        margin: 0px;  
        list-style-type: disc;
        text-align: left;
        display: inline;
    }
    
    #navigation_help li
    {
        text-align: left;
        padding-left: 5px;
        display: inline;
    }

/******* MENU ***********************/

    #menu_container {
        float: left;
        background-color: #fff;
        overflow: hidden;
        width: 160px;
        font-size: 100%;
    }

    #menu {
        color: white;
        background: #fff;
        border-bottom: 0.2em solid #fff;
        border-right: 0.2em solid #fff;
        padding: 0 1px;
        margin: 0;
        width: 160px;
        font: normal 1em Verdana, sans-serif;
    }

    #menu li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;        
    }
            
    #menu ol {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
    }             

    #menu a {
        display: block;
        list-style: none;
        text-decoration: none;
        color: white;
        background: #003173;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid #DE005A;
        padding: 0.25em 0.5em 0.4em 0.75em;
    }

    #menu a {
        width: 100%;
    }
    
    #menu a.here { 
        background: #DE005A;
        border-color: #003173 #003173 #003173 #003173;
        padding: 0.4em 0.35em 0.25em 0.9em;
    }

    #menu a:hover, #menu a.here:hover {
        background: #DE005A;
        border-color: #003173 #003173 #003173 #003173;
        padding: 0.4em 0.35em 0.25em 0.9em;
    }

    #menu a:active, #menu a.here:active {
        background: #003173;
        border-color: #003173 #003173 #003173 white;
        padding: 0.4em 0.35em 0.25em 0.9em;
    }
    
        #menu ol li ol li {
            list-style: none;
            padding-left: 20px;
            width: 131px;
        }


/******* SITE MAP **************/
    
    #site_map
    {
        float:none;
        margin: 5px 5px 55px 5px;  
        list-style-type: none;
        text-align: left;
        background: #fff url(/images/common/Back.gif) 32px 0 repeat-y;
        font-weight: bold;
    }  

    
    #site_map ul
    {
        border: 0;
        padding: 0;
        margin: 5px;  
        list-style-type: none;
        text-align: left;
        font-weight: normal;
    }
    
    #site_map li
    {
        text-align: left;
        padding-left: 27px;
    }
    
    #site_map li ul li
    {
        text-align: left;
        padding-left: 27px;
        background-image: url(/images/common/Line.gif);
        background-repeat:no-repeat;
        background-position: 0 0;        
    }
    
    
    #site_map li ul li.last
    {
        text-align: left;
        padding-left: 27px;
        background-image: url(/images/common/LineEnd.gif);
        background-repeat:no-repeat;
        background-position: 0 0;
    }
    
    #div_select_depth
    {
        float:right;
    }
    
    #div_site_map
    {
        float:left;
    }

/******* SEARCH **************/

    #search_navigation, #search_navigation2
    {
        width: 94%;
        float:none;
        background: #e9e9e9;
       	border: 1px #cecece solid;
        padding: 5px 5px 5px 5px;  
        list-style-type: none;
        text-align: left;
    }
    
    #search_navigation ul, #search_navigation2 ul
    {
        border: 0;
        padding: 0;
        margin: 5px;  
        list-style-type: none;
        text-align: left;
        display: inline;
    }
    
    #search_navigation li, #search_navigation2 li
    {
        padding-left: 10px;
        display: inline;
    }
    
    #search_result a div, #search_result a:link div, #search_result a:visited div, #search_result a:hover div
    {	
        padding-left: 20px;
        color: #666666;
        text-decoration:none;
        font-weight:normal;
    }

/******* CONTACTS & FOLDER **************/

    #rightColumn
    {   
        padding-left: 5px;
        width:330px;
        height:100%
        float:right;
        
    }

/******* FOLDER **************/

    #leftColumn
    {   
        border-right: 1px #cecece solid;
        padding-right: 5px;
        width:184px;
        float:left;
    }
    
    
    #child_list
    {
        border: 0;
        margin-left: 25px;
        padding 5px;
        list-style-type: square;
        list-style-image:url(/images/bul.gif)
    }  
    
    #child_list li
    {
        text-align: left;
    }
    
    
/******* CONTACTS ***********************/

    #image_map
    {
        border-right: 1px #cecece solid;
        padding-right: 5px;
        width:184px;
        float:left;
    }
   
    #back_link
    {
        clear: both;
        float: none;
    }
    
        dl {
        width: 330px;
        display:block;
        margin: 10px 0px 0px 0px;
    }
    
    dt {
        width: 110px;
        text-align:left;
        font-weight: bold;
        margin-right:15px;
        float:left;
    }
    
    dd{
        text-align:left;
        margin:0px;
    }

/******* FOOTER ***********************/

    #footer {
        float: none;
        clear: both;
        padding-bottom: 5px;
        padding-top: 3px;
        border-top: 1px solid #000;
    }    
    
    