html {
    overflow-y: scroll;
}

td {
    line-height: 2em;
    font-size: 9pt;
    font-family:Verdana, sans-serif;
    text-align: left;
}

body {
    background-color: #404040;
    text-align: center;
    font-size: 9pt;
    font-family:Verdana, sans-serif;
}

h1 {
    clear: both;
    margin-top: 0;
    font-size: 11pt;
    border-bottom:1px solid #D3D3D3;
}

h2 {
    clear: both;
    font-size: 10pt;
    border-bottom:1px solid #D3D3D3;
}

h3 {
    clear: both;
    font-size: 10pt;
}

dfn {
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
}

a         { text-decoration: none;                      }
a:visited { color: #3d79f9;                             }
a:link    { color: #3d79f9;                             }
a:hover   { color: #6699ff; text-decoration: underline; }
a:active  { color: #04c4e4; 				}

.img_right {
     margin-top: 10px;
     margin-left: 20px;
}

#slogan {
    font-size: 8pt;
    font-style: italic;
    clear: both;
    display: block;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 3px;
    border-left:  rgb(160, 159, 159) solid 4px;
    color: rgb(96, 93, 92);
    text-decoration:none;
}

#page {
    background-color: white;
    border:1px solid black;
    text-align: left;
    width:850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#mainarea {
    width: 800px;
    margin: 25px;
}

#header {
    clear: both;
    height: 111px;
    clear: both;
    background-image: url(img/logo.png);
}

#header_EN {
    clear: both;
    height: 111px;
    clear: both;
    background-image: url(img/logo_EN.png);
}

#topbar {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 8pt;
}

#sidebar {
    clear: both;
    height: auto;
    width: 145px;
    float:left;    
}

#sidebarnav {
    width: 145px;
    margin-bottom: 40px;
    background-color: #eeeeee;
}

#sidebarnav a {
    clear:both;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 2px;
    display:block;        
    text-decoration:none;
    font-size: 10pt;
    font-weight:bold;    
    background-color: rgb(160, 159, 159);
    color: #eeeeee;
}

#sidebarnav a:hover, #sidebarnav a.active {
    background-color: rgb(96, 93, 92);
    text-decoration:none;
}

#sidebarsubnav {
    font-size: 8pt;
    width: 145px;
    margin-bottom: 20px;    
}

#sidebarsubnav a {
    clear: both;
    display: block;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-bottom: 3px;
    border-left:  rgb(160, 159, 159) solid 4px;
    text-decoration:none;
}

#sidebarsubnav a:hover, #sidebarsubnav a.active {
    border-left-color: rgb(96, 93, 92);
}

#contentarea  {
    min-height: 300px;
    line-height: 2em;
    width: 625px;
    text-align: justify;
    float:right;
    margin-bottom: 25px;
}

#footer {
    width: 100%;
    padding-top: 8px;
    border-top:1px solid #808080;
    color: #808080;
    clear: both;
    text-align: right;
    font-size: 8pt;    
}

#footer a {
    clear:both;
}

#footer a.active{
    font-weight:bold;
}

#gallery {
}

#gallery_nav {
    clear: both;
    height: 24px;
}

#gallery_thumbs {
    clear: both;
    margin-top: 10px;
    width: 600px;/*624px;*/
    height: 75px;    
    white-space: nowrap;
    overflow: hidden;
}

#gallery_img {
    clear: both;
    margin-top: 14px;
    min-height: 450px;
}

#main_imgs {
    height: 150px;
}


