body
{
    color: #000;
    background-color: #FCD50A;
    font-family: arial, helvetica, sans-serif;
    font-size: 76%;
    line-height: 1.5em;
    margin: 0em;
    text-align: center;
}

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

p.readmore
{
    text-align: right;
}

h1
{
    font-weight: bold;
    font-size: 1.8em;
    line-height: 120%;
    color: #1F5A02;
    margin: 0em 0em 0.5em 0em;
}

h2
{
    font-weight: bold;
    font-size: 1.4em;
    color: #1F5A02;
    margin: 0em 0em 0.2em 0em;
}

h3
{
    font-weight: bold;
    font-size: 1em;
    color: #030;
    margin: 1em 0em 0em 0em;
}

a
{
    color: #26991A;
    text-decoration: underline;
    /*font-weight: bold;*/
}

a:hover
{
    text-decoration: none;
}

ul
{
    line-height: 120%;
    list-style-type: square;
    margin: 0px 0px 1em 0px;
    padding-left: 1.2em;
}

li
{
    margin: 0.5em 0em;
}

#wrapper
{
    /*background-color: #FFF;*/
    margin: 2em auto 0em auto;
    width: 920px;
    text-align: left;
}

#pagetop
{
    height: 130px;
    width: 920px;
    background-image: url(../graphics/top_bgr.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

#logo
{
    margin-top: 20px;
    margin-left: 25px;
}

/* Navigation */

#mainmenuarea
{
    width: 920px;
    background-image: url(../graphics/middle_bgr.gif);
    background-repeat: repeat-y;
}

#mainmenu
{
    margin-left: 10px;
    width: 900px;
    background-color: #50991A;
}

#mainmenu ul
{
    margin: 0em 0em 0em 20px;
    padding: 0.2em 0em 0em 0em;
    overflow: hidden;
}

#mainmenu li
{
    float: left;
    list-style-type: none;
    margin: 0em 2px 0em 0em;
}

#mainmenu a
{
    font-weight: bold;
    color: #1F5A02;
    background-color: #C1E796;
    background-image: url(../graphics/nav_inactive_left.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    border-bottom: 1px solid #50991A;
}

#mainmenu a span
{
    background-image: url(../graphics/nav_inactive_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#mainmenu a, #mainmenu a span
{
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    margin: 0em;
}

#mainmenu a:hover
{
    color: #1F5A02;
    background-color: #7AF51F;
    background-image: url(../graphics/nav_hover_left.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
}

#mainmenu a:hover span
{
    background-image: url(../graphics/nav_hover_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#mainmenu a.on
{
    color: #1F5A02;
    background-color: #FFF;
    background-image: url(../graphics/nav_active_left.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

#mainmenu a.on span
{
    background-image: url(../graphics/nav_active_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#mainmenu a.on, #mainmenu a.on span
{
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    margin: 0em;
}

#pagemiddle
{
    float: left;
    width: 920px;
    background-image: url(../graphics/middle_bgr.gif);
    background-repeat: repeat-y;
}

#startcontent
{
    float: left;
    padding: 2px 30px 0px 10px;
}

#startimage
{
    float: left;
    margin: 0px 20px 0px 0px;
    height: 260px;
    width: 440px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

#starttext
{
    float: left;
    width: 420px;
    margin-top: 18px;
}

#startpagedivider
{
    float: left;
    margin: 1px 0px 1px 10px;
    height: 1px;
    width: 900px;
    background-color: #26991A;
}

#middlecontent
{
    float: left;
    padding: 20px 30px 20px 30px;
}

#startcolumnleft
{
    float: left;
    height: 170px;
    width: 420px;
    background-color: #1B7E91;
    background-image: url(../graphics/elevbgr.gif);
    overflow: hidden;
}

#startcolumnleft h1
{
    float: left;
    font: bold 2.5em verdana, tahoma, arial, sans-serif;
    line-height: 140%;
    color: #FFF;
    margin: 30px 10px 0px 180px;
}

#startcolumnleft h1 a
{
    font: inherit;
    color: #FFF;
}

#startcolumnright
{
    float: left;
    margin-left: 20px;
    width: 420px;
    overflow: hidden;
}

#submenu
{
    float: left;
    width: 200px;
    margin-right: 20px;
    overflow: hidden;
}

#submenu h2
{
    font-size: 1.2em;
    margin: 0px 0px 0.5em 0px;
}

#submenu ul
{
    list-style-type: none;
    padding: 0em;
    margin: 0em;
}

#submenu ul ul
{
    font-weight: normal;
    padding: 0em;
    margin-left: 1em;
}

#submenu li
{
    color: #1F5A02;
    padding: 0em;
    margin: 0em 0em 0.5em 0em
}

#submenu li.current
{
    color: #0B0;
    text-decoration: underline;
}

#submenu a
{
    color: inherit;
    text-decoration: none;
}

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

#normalcolumnleft ul
{
    list-style-type: none;
    margin: 0em;
    padding: 0em;
}

#normalcolumnleft li
{
    margin: 0em 0em 0.2em 0em;
}

#normalcolumnleft li a
{
    text-decoration: none;
}

#normalcolumnleft li a:hover
{
    text-decoration: underline;
}

#normalcolumnmiddle
{
    float: left;
    width: 640px;
    overflow: hidden;
}

#pagebottom
{
    float: left;
    height: 30px;
    width: 920px;
    background-image: url(../graphics/bottom_bgr.gif);
    background-repeat: no-repeat;
}

#ploskilindberg
{
    float: right;
    color: #AD9203;
    background-color: #FCD50A;
    font: 10px verdana;
    text-align: right;
    padding-right: 20px;
}

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

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

img.left
{
    float: left;
    margin-right: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
}

img.full
{
    float: none;
}

.capDivLeft
{
    float: left;
    width: 210px;
}

.capDivRight
{
    float: right;
    width: 210px;
}

.capDivFull
{
    float: none;
    width: 420px;
    margin-bottom: 10px;
}

.caption
{
    display: block;
    margin-top: 5px;
    margin-bottom: 1em;
    float: inherit;
    font-style: italic;
    color: #555;
}


.thumbbox
{
    float: left;
    width: 104px;
    border: 1px solid #555;
    margin: 0px 5px 5px 0px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
}

.thumbbox img
{
    border: 1px solid #000;
    margin-bottom: 2px;
}