body {
    background: white url('./background_fade.jpg') repeat-x;
    font-family: sans-serif;
    margin: 0px;
}

#body {
    width: 785px;
}

#menu {
    float: left;
    background: url('./logo_head.jpg') no-repeat;
    border-right: 2px solid #c2c2e1;
    left: 0px;
    padding: 244px 0px 25px 0px;
    position:absolute;
    top:0;
    width: 173px;
}

#navlink ul {
    border-top: 1px solid #c2c2e1;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

#navlink li {
    list-style-type: none;
    padding: 4px 0px 4px 0px;
    margin: 0px;
}

#navlink a {
    background: url('./navlink_inactive.gif') no-repeat center center;
    color: #008080;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    height: 32px;
    text-indent: 25px;
    padding: 0px;
    margin: 0px;
    line-height: 32px;
    text-decoration: none;
    width: 173px;
}

#navlink a:hover {
    background: url('./navlink_active.gif') no-repeat center center;
    color: #008080;
}

#navlink li.menu-current a {
    background: url('./navlink_active.gif') no-repeat center center;
    color: #ffffff;
}

#head {
    background: url('./bar_header.gif') no-repeat bottom center;
    font-weight: bold;
    line-height: 2em;
    margin: 0px 0px 1em 184px;
    padding: 1em 0px 1em 0px;
    text-align: center;
}

#head h1 {
    font-size: 16pt;
    line-height: 1em;
    padding: 0px 0px 0px 1em;
    text-align: left;
}

#head h2 {
    font-size: 12pt;
    line-height: 2em;
}

#head p {
    font-size: 8pt;
}

#foot {
    background: url('./bar_ltblue.gif') no-repeat top center;
    clear: both;
    color: #3c3c3c;
    font-size: 6pt;
    padding: 1em 0px 1em 0px;
    text-align: center;
}

#content {
    margin: 0px 0px 0px 184px;
    padding: 0px 0px 0px 15px;
    color: #2a2a2a;
}

#content h1 {
    border-bottom: 2px solid #3e3e3e;
    color: #3e3e3e;
    font-size: 20pt;
    font-weight: normal;
    margin: 2em 1em 1em 0px;
    padding: 0px 0px .5em 0px;
    width: 100%;
}

#content h2 {
    border-bottom: 1px solid #008080;
    color: #008080;
    font-size: 16pt;
    font-weight: bold;
    margin: 2em 1em 1em 0px;
    padding: 0px 0px .5em 0px;
    width: 100%;
}

#content p {
    line-height: 2em;
    text-align: justify;
    text-indent: 2ex;
}

#content q {
    color: maroon;
    font-size: smaller;
    font-weight: bold;
    display: block;
}

#content img {
    border: 2px solid #c2c2e1;
    margin: .25ex 0px .25ex 1em;
    padding: 4px;
}

.main_gp {
    display: none;
}
#content li {
    line-height: 2em;
}

input, textarea {
    border: 2px solid #c2c2e1;
    color: #008080;
}