body
{
    color: #000;
    background-color: #008A98;
    /*background-color: #DCDCDC;
    background-image: url(../img/body_bgr.gif);
    background-repeat: repeat-y;
    background-position: 50%;*/
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.4em;
    margin: 0em;
    text-align: center;
}

p
{
    margin: 0em 0em 1em 0em;
}

p.ingress
{
    font-family: georgia, times, serif;
    color: #00555E;
    font-weight: normal;
    font-size: 1.5em;
}

h1
{
    font-family: georgia, times, serif;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 120%;
    color: #00555E;
    margin: 0em 0em 0.5em 0em;
}

h2
{
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    color: #00555E;
    margin: 1.5em 0em 0.2em 0em;
}

h3
{
    font-weight: normal;
    font-size: 1em;
    color: #000;
    margin: 0.5em 0em 0em 0em;
}

h3 a
{
    color: #c42e00;
    text-decoration: underline;
}

h3 a:hover
{
    color: #c42e00;
    text-decoration: none;
}


a
{
    color: #00555E;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

hr
{
    border: 0;
    margin: 1em 0px 1em 0px;
    height: 1px;
    color: #008A98;
    background-color: #008A98;
}

ul
{
    margin: 0 0 1em 1.5em;
    padding: 0;
    list-style: square;
}


ul#mainmenu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul#submenu
{
    list-style-type: square;
    margin: 0px;
    padding: 0px;
}

ul#mainmenu li
{
    font-weight: bold;
    color: #00555E;
    margin: 0em 0em 0.5em 0em;
}

ul#submenu li
{
    font-weight: normal;
    color: #00555E;
    margin: 0.5em 0em 0.5em 0em;
}

ul#mainmenu a
{
    text-decoration: none;
    color: #00555E;
}

ul#mainmenu a:hover
{
    text-decoration: underline;
    color: #c42e00;
}

ul#submenu a
{
    text-decoration: none;
    color: #00555E;
}

ul#submenu a:hover
{
    text-decoration: underline;
}

ul#submenu
{
    list-style-type: square;
    margin: 0px;
    padding: 0em 0em 0em 20px;
    display: block;
    overflow: hidden;
    font-weight: normal;
}

#wrapper
{
    width: 760px;
    margin: 0em auto 0em auto;
    text-align: left;
}

#pagehead
{
    height: 100px;
    width: 760px;
    overflow: hidden;
    margin: 0px;
}

#logo
{
    /*
    height: 30px;
    width: 230px;
    */
    margin-top: 20px;
    margin-left: 20px;
}

#logo h1
{
    font-size: 3em;
    color: #FFF;
    margin: 0em;
    border: none;
}

#logo h1 a
{
    font: inherit;
    color: #FFF;
    text-decoration: none;
}

#logo img
{
    border: none;
    margin: 0px;
}

#contenttop
{
    float: left;
    height: 20px;
    width: 760px;
    background-image: url(../img/content_top_bgr.gif);
    background-repeat: no-repeat;
}

#contentmiddle
{
    float: left;
    width: 760px;
    background-image: url(../img/content_middle_bgr.gif);
    background-repeat: repeat-y;
}

#leftcolumn
{
    float: left;
    width: 200px;
    margin-right: 20px;
}

#rightcolumn
{
    float: left;
    width: 480px;
}

#contentbottom
{
    float: left;
    height: 30px;
    width: 760px;
    background-image: url(../img/content_bottom_bgr.gif);
    background-repeat: no-repeat;
}

p.togglelink
{
    text-align: right;
}

.togglelink a
{
    color: #008a98;
    text-decoration: none;
}

.togglelink a:hover
{
    color: #00555E;
    text-decoration: underline;
}

#ploskilindberg
{
    float: right;
    color: #7CBFC6;
    background-color: #008A98;
    font: 10px verdana;
    text-align: right;
    padding-right: 20px;
}

#ploskilindberg a
{
    font: inherit;
    color: #7CBFC6;
    text-decoration: none;
}

#ploskilindberg a:hover
{
    text-decoration: underline;
}