﻿html
{
    width:100%;
    height:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

body 
{
    width:100%;
    height:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:url("../../data/pictures/layout/ly_y.jpg");
    font-family:Lucida Sans,Lucida Grande,Helvetica,Arial;
    font-size:80%;
}

#layout_a
{
    background-image:url("../../data/pictures/layout/ly_a.jpg");
    width:783px;
    height:57px;
    position:relative;
    z-index:2;
}

#layout_b
{
    background-image:url("../../data/pictures/layout/ly_b.jpg");
    width:783px;
    height:238px;
    position:relative;
    z-index:3;
}

#layout_c
{
    background-image:url("../../data/pictures/layout/ly_c.jpg");
    width:783px;
    height:21px;
    position:relative;
    z-index:4;
}

#layout_d
{
    background-image:url("../../data/pictures/layout/ly_d.jpg");
    width:783px;
    height:30px;
}

#layout_e
{
    background-image:url("../../data/pictures/layout/ly_e.jpg");
    width:783px;
    min-height:241px;
    text-align:left;
}

#layout_f
{
    background-image:url("../../data/pictures/layout/ly_f.jpg");
    width:783px;
    height:27px;
}

#layout_x
{
    background-image:url("../../data/pictures/layout/ly_x.jpg");
    left:0;
    top:0;
    width:100%;
    height:316px;
    position:absolute;
    z-index:1;
}

#menu_first
{
    text-align:left;
    font-family:Helvetica,Arial;
    font-size:110%;
    padding:2px 0px 0px 30px;
}

#menu_first ul,li
{
    list-style-type:none;
    display:inline;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


#menu_first a:link { color:#ffffff; text-decoration:none; }
#menu_first a:visited { color:#ffffff; text-decoration:none; }
#menu_first a:focus { color:#ffffff; text-decoration:none; }
#menu_first a:hover { color:#282828; text-decoration:none; }
#menu_first a:active { color:#ffffff; text-decoration:none; }

#menu_second
{
    text-align:left;
    font-family:Helvetica,Arial;
    font-size:100%;
    padding:5px 0px 0px 26px;
}

#menu_second ul,li
{
    list-style-type:none;
    display:inline;
    margin:0px 0px 0px 6px;
    padding:0px 0px 0px 0px;
}

#menu_second a:link { color:#006cbe; text-decoration:none; }
#menu_second a:visited { color:#006cbe; text-decoration:none; }
#menu_second a:focus { color:#006cbe; text-decoration:none; }
#menu_second a:hover { color:#006cbe; text-decoration:none; }
#menu_second a:active { color:#006cbe; text-decoration:none; }


#content
{
    margin:0px 0px 0px 36px;
    width:710px;
    height:100%;
}

#content a:link { color:#1889e5; text-decoration:none; }
#content a:visited { color:#1889e5; text-decoration:none; }
#content a:focus { color:#1889e5; text-decoration:none; }
#content a:hover { color:#006cbe; text-decoration:none; }
#content a:active { color:#1889e5; text-decoration:none; }

#headline
{
    color:#1889e5;
    font-weight:bold;
    margin:0px 0px 5px 0px;
    font-size:100%;
}

#markup
{
    color:#1889e5;
    font-weight:bold;
}

#footer
{
    padding:5px 0px 0px 0px;
    text-align:center;
    color:#ffffff;
    font-size:80%;
}

#footer a:link { color:#ffffff; text-decoration:none; }
#footer a:visited { color:#ffffff; text-decoration:none; }
#footer a:focus { color:#ffffff; text-decoration:none; }
#footer a:hover { color:#282828; text-decoration:none; }
#footer a:active { color:#ffffff; text-decoration:none; }

input, textarea
{
    border-color:#a2a2a2;
    border-style:solid;
    border-width:1px;
}