
body{
        margin: 0px;
        font-family: sans-serif, Helvetica;
}

a{
        text-decoration: none;
        color: #448C49;
        font-weight: 700;
        letter-spacing: -0.01em;
}


.navibutton{
        padding: 3px;
        position: relative;
        background: #9FAAB3;
        border: 1px solid #000000;
}

img{
        vertical-align: middle;
        margin: 0px;
        margin-right: 10px;
}

.headpic{
        position: absolute;
        top: 0px;
        left: 751px;
        width: 249px;
        height: 108px;
        background: url(header_right.png) no-repeat top;
        z-index: 2;
}

.navihead{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 83px;
        width: 1000px;
        background: #005495;
        z-index: 1;
}

.navihead img{
        padding: 20px;
}

.navilinks{
        position: absolute;
        top: 84px;
        left: 0px;
        width: 1000px;
        height: 23px;
        background: #FFFFFF;
        text-align: top;
        z-index: 1;
}

.leftcol{
        position: absolute;
        left: 0px;
        top: 120px;
        width: 200px;
        background: #ffffff;
        text-align: center;
}

.leftcol img{
        padding: 10px;
}

.rightcol{
        position: absolute;
        top: 120px;
        left: 210px;
        width: 600px;
        background: #ffffff;
}

.rightcol a:hover{
        text-decoration: underline;
}

.textblock{
        margin-bottom: 30px;
        margin-left: 20px;
        text-align: justify;
}

.sectbar{
        position: relative;
        width: 310px;
        height: 23px;
        background: #E1E9ED url(subtitle_right.png) no-repeat right;
        font-weight: bold;
        margin-bottom: 10px;
        color: #005495;
        text-align: left;
}

.news li{
        padding-bottom: 1em;
}

.menubutton{
        position: relative;
        width: 120px;
        height: 23px;
        background: #9FAAB3 url(normal_menu_right.png) no-repeat right;
        font-weight: bold;
        color: #ffffff;
        float: left;
}

.menubutton_act{
        position: relative;
        width: 120px;
        height: 23px;
        background: #8CB5D7 url(active_menu_right.png) no-repeat right;
        font-weight: bold;
        color: #ffffff;
        float: left;
}


.white{
        color: #ffffff;
}


.actbutton{
        position: relative;
        width: 230px;
        height: 23px;
        background: #005495 url(button_right.png) no-repeat right;
        font-weight: bold;
        float: left;
        margin-top: 10px;
        margin-left: 5px;
        text-align: left;
}

b{
        color: #005495;
}

.goal{
        font-size: 130%;
        color: #005495;
        margin-bottom: 30px;
}
