*
{
    padding: 0em;
    margin: 0em;
}

body
{
    //background: #FFFFFF;
    background: #FFFFFF url('../gfx/bgneu1.png');
    background-attachment: fixed;
    //padding: 40px;
}

body,input
{
    font-size: .9em;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #333344;
}

p
{
    line-height: 1.5em;
    margin-bottom: 1.0em;
    text-align: justify;
}

ul
{
    line-height: 1.5em;
    //margin-bottom: 1.0em;
    text-align: justify;
    list-style-type: image;
    list-style-image: url('../gfx/db3.gif');
    margin-left: 20px;
}


a
{
    //color: #f87c18;
    //color: #333366;
    color: #FFF;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}


#upbg
{
    position: fixed;
    margin: 0px;
    width: 1000px;
    height: 142px;
    background-image: url('../gfx/header_0011.png');
    background-repeat: no-repeat;
    z-index: 1;
}
#upbg1
{
    //position: fixed;
    margin: 0px;
    //margin-top: 1px;
    width: 1000px;
    height: 292px;
    background-image: url('../gfx/header_03.png');
    background-repeat: no-repeat;
    z-index: 1;
}

#menu
{
    position: fixed;
    margin: 0px;
    margin-top: 142px;
    width: 1000px;
    height: 37px;
    background-image: url('../gfx/header_0022.png');
    //background-repeat: repeat-y;
    background-repeat: no-repeat;
    z-index: 1;
}

.menuarea
{
    margin: 0px auto;
    width: 1000px;
}

.menuitem
{
    //color: #B96D00; 333366
    color: #333366;
    font-size: 1.0em;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    display: inline;
    margin-left: 80px;
    margin-right: 16px;
    line-height: 2.5em;
    
}

.menuitem:hover
{
    color: #333344;
}

.submenuitem
{
    color: #B96D00;
    font-size: 1.0em;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    margin-left: 64px;
    margin-right: 39.5px;
    line-height: 2.5em;
}


.content
{
    margin: 0px;
    width: 1000px;
    //margin-top: 292px;
    background-image: url('../gfx/bgcontent.png');
    background-repeat: repeat-y;
    z-index: 3;
    //clear: both;
}

.contentspacer
{
    position: fixed;
    margin: 0px;
    //margin-top: 179px;
    width: 1000px;
    height: 200px;
    background-image: url('../gfx/bg_spacer.png');
    background-repeat: repeat-y;
    z-index: 0;
}
.spacer
{
    width: 1000px;
    height: 8px;
}

.divider
{
    border-top: 1px dotted #666666;
    width: 743px;
    margin-left: 64px;
    line-height: 1.5em;
}

.contentheading
{
    font-size: 1.2em;
    font-weight: bolder;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #333344;
    margin-left: 64px;
    margin-bottom: 10px;
}

.contentitem
{
    color: #333344;
    font-size: 0.8em;
    //margin-left: 84px;
    margin-left: 63px;
    font-family: "Arial", "Helvetica", sans-serif;
    width: 723px;
}


.footer
{
    width: 1000px;
    height: 20px;
    background-image: url('../gfx/bdbottom.png');
    background-repeat: repeat-x;
}

.contentimage
{
    width: 842px;

}
