div
{
    min-height: 4px;
}

a
{
    color: #F65D13;
    text-decoration:none;
}

a:hover
{
    color: #aeaeae;
    text-decoration:underline;
}

#mainlinks
{
    border-bottom: 1px solid black;
}

#linkBlock
{
    width: 218px;
    margin:0 0 0 0;
    float: left;
    min-height: 250px;
    display:inline;
    /*border:1px solid #000;*/
}

#linkBlock a
{
    font-family: "Trebuchet MS" , Sans-Serif;
    font-size: 13px;
    text-decoration: none;
    color: #142850 ;
    display: block;
    text-transform: uppercase;
    min-height: 15px;
    padding: 5px 10px 5px 10px;
    margin:5px 0 5px 0;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: white;  
}

#linkBlock a.activeLink
{
    color: #f65d13;
}

#linkBlock a:hover
{
    color: #f65d13;
   
}

.sublinks
{
    clear: both;
    margin-left: 0px;
}

#linkBlock .sublinks  a
{
    display: block;
    color: #f65d13;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt ;
    margin-bottom: 1px;
    font-family: "Trebuchet MS" , Sans-Serif;
    text-transform: none;
    letter-spacing:normal;
    margin-top: 1px;
    padding: 1px 1px 1px 18px;
    line-height: 12pt;
    }

#linkBlock .sublinks  a.activeLink
{
  
    color: #142850 ;
}

#linkBlock .sublinks  a:hover
{
   
    color:#142850;
}

#langlinks
{
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 13px;
    text-decoration: none;
    
}

#langlinks_fi, #langlinks_sv { display: inline;}

#langlinks_fi a
{   
    color: #FFF;
    display: block;
    float: left;
    width: 100px;
    height: 18px;
    background-color: #f65d13;
    padding: 5px 0 5px 0;
    font-weight: bold;
    margin:0 0 0 4px;
  
}

#langlinks_fi a:hover
{
    color:#FFF;
    background-color: #142850;
    text-decoration: none;
}

#langlinks_sv a
{
    color: #FFF;
    display: block;
    float: left;
    width: 100px;
    height: 18px;
    background-color: #142850;
    padding: 5px 0 5px 0;
    font-weight: bold;
    margin:0 0 0 4px;
  
}

#langlinks_sv a:hover
{
    color:#FFF;
    background-color: #f65d13;
    text-decoration: none;
}

#mainContent
{
    width: 600px;
    float: left;
    padding-top: 10px;
}

#textContent
{
    font-family: Trebuchet MS, Sans-Serif;
}

#textContent li
{
    line-height: 14pt;
    font-size: 10pt;
}

#textContent h1, h2
{
    font-family: Trebuchet MS, Sans-Serif;
}

#path
{
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 8pt;
}

#siteLogo
{
    float: none;
}

#siteLogo a
{
    text-decoration: none;
    font-size: 25pt;
    color: Teal;
    font-family: Trebuchet MS, Sans-Serif;
    font-style: italic;
}


#searchBlock
{
    float: right;
}


