@charset "UTF-8";
html
{
    height: 100%;
}
body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font: 100% Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000000;
}
a:link, a:visited
{
    text-decoration: underline;
    color: #990000;
}
a:hover, a:active
{
    color: #FF0000;
}
a img
{
    border: 0;
}
.clear
{
    clear: both;
    visibility: hidden;
}
.center
{
    text-align: center;
}
.nolgk #container
{
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 50px;
    text-align: left;
}
.nolgk #header
{
    height: 70px;
    padding: 10px 10px 0 10px;
    background: #000000;
}
.nolgk #header #col1
{
    float: left;
    margin-top: 5px;
}
.nolgk #header #col2
{
    float: right;
    width: auto;
    margin-top: 33px;
}
.nolgk #header #col2 img
{
    vertical-align: bottom;
}
.nolgk #nomind
{
    position: relative;
    top: -2px;
    left: 10px;
    width: 194px;
    height: 43px;
}
.nolgk #content
{
    position: relative;
    margin: 4px 8px;
    font-size: 16px;
}
.nolgk #content #col1
{
    float: left;
    width: 450px;
    text-align: justify;
}
.nolgk #content #col2
{
    float: right;
    width: 260px;
    padding-top: 8px;
}
.nolgk #content #col2 img
{
    padding-bottom: 10px;
    border-bottom: 1px solid #AAAAAA;
}
.nolgk #content p
{
    line-height: 20px;
}
.nolgk #content strong
{
    font-size: 1.2em;
    font-weight: bold;
}
.nolgk #content weak
{
    font-size: 0.8em;
    font-style: italic;
    color: #AAAAAA;
}
.nolgk #footer
{
    padding: 0 10px;
    border-top: 1px solid #000000;
}
.nolgk #footer p
{
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: right;
}
