html, body {
    height: 100%;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #f5f5f5;
}

.logo {
    float: right;
    display: block;
    margin: 25px 0 25px 11px;
}

a {
    text-decoration: none;
    color: #083CB2;
}

a:hover {
    text-decoration: underline;
}

a.ws_menu {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

a.ws_menu:hover {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

a.ws_menu_ {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a.ws_menu_:hover {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a.ws_menu1 {
    font-size: 14px;
    text-decoration: none;
    color: #083CB2;
}

a.ws_menu1_ {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #083CB2;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    color: #083CB2;
}

h2 {
    font-size: 1em;
}

h5 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}

.comp {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

a.bot {
    font-size: 12px;
}

.slogan {
    font-size: 16px;
    background: url("../img/slogan_bg.gif") no-repeat bottom left;
    padding: 20px 20px 44px 20px;
    color: #666666;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    vertical-align: middle;
}

.slogan-right {
    color: #666666;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu > li {
    padding: 0 27px;
    border-left: 11px solid #333;
    /*border-bottom: 1px solid transparent;*/
    margin-bottom: 1px;
    background: url('../img/menu_bg.gif');

}

.menu > li.active {
    border-left-color: #000;
    font-weight: bold;
}

.menu > li > a {
    color: white;
    padding: 7px 0;
    display: block;
}

.content {
    padding-left: 57px;
    padding-right: 40px;
}

.header {
    margin-top: 25px;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
}

ul.dash > li {
    margin-bottom: .5em;
}

ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1.5em;
    margin-left: -1.5em;
}
