﻿body
{ 
    font-family: Arial; 
}

#head
{
    /*left: 50px;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*top: 15px;*/
    height: 60px;
    clear: both;
    display: block;
    float: none;
    visibility: visible;
    overflow: hidden;
    text-align:center;
    /*z-index:2;*/
}
#logo
{
    height:60px;
    widows:455px;
    margin-bottom:1px;
}
#menu
{
    visibility:hidden;
}
.menuitemb
{
    clear: none;
    /*border: solid 3px #00f;*/
    border-right: #00f 3px solid;
    border-top: #00f 3px solid;
    border-left: #00f 3px solid;
    border-bottom: #00f 3px solid;
    background-color: #ddf;
    padding: 2px;
    /*width:10%;*/
    display:inline-block;
    float:right;
    margin-left:3px;
    padding-bottom:4px;
}
.menuitemh
{
    clear: none;
    /*border: solid 3px #00f;*/
    border-right: #00f 3px solid;
    border-top: #00f 3px solid;
    border-left: #00f 3px solid;
    border-bottom: #00f 3px solid;
    background-color: #fdd;
    padding: 2px;
    /*width:10%;*/
    display:inline-block;
    float:right;
    margin-left:3px;
    padding-bottom:4px;
}
.menuitemp
{
    clear: none;
    /*border: solid 3px #00f;*/
    border-right: #00f 3px solid;
    border-top: #00f 3px solid;
    border-left: #00f 3px solid;
    border-bottom: #fff 3px solid;
    background-color: #fff;
    padding: 2px;
    /*width:10%;*/
    display:inline-block;
    float:right;
    margin-left:3px;
    padding-bottom:4px;
}
.sl
{
    border:none;
    font-variant: small-caps;
    width:146px;
    height:16px;
}
#page
{
    /*left: 50px;*/ /*width: 100%;*/ /*position: absolute;
    top: 104px;*/
    height: auto; /*border:none;*/
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: #00f 3px solid;
    overflow: visible;
    text-align: justify;
    filter: none; /*padding:10px;*/ /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0);*/ /*background: url(../styleimages/bg3.jpg) #fff fixed no-repeat 225px 110px;*/ /*z-index:1;*/
}
a:link.menul
{
    font-weight: bold;
    font-size: 10pt;
    color: #00f;
    border-bottom: #f00 1px dashed;
    text-decoration:none;
    margin-bottom:2px;
}
a:visited.menul
{
    font-weight: bold;
    font-size: 10pt;
    color: #00f;
    border-bottom: #f00 1px dashed;
    text-decoration:none;
    margin-bottom:2px;
}
a:hover.menul
{
    font-weight: bold;
    font-size: 10pt;
    color: #00f;
    border-bottom: #f00 1px solid;
    text-decoration:none;
    margin-bottom:2px;
}
.hidden
{
    visibility:hidden;
    height:0px;
    width:0px;
}
.shown
{
    visibility:visible;
    height:auto;
    width:auto;
}