/*** layouts ***/
html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
}
body
{
    color: #000000;
    background: url(  './images/body_bg_600_02_2.png' ) repeat-y top center;
    background-color: #46504F;
    font-size: 0.9em;
    font-family: Tahoma, Verdana, Georgia, sans-serif;
    line-height: 1.4em;
}

#pagewidth
{
    background-color: #FFFFFF;
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    position: relative;
    height: 170px;
    background: url(  './images/K_bg_top3.gif' ) no-repeat top center;
    background-color: inherit;
    width: 100%;
}
#sidecol
{
    height: 100%;
    background-color: #FFFFFF;
    width: 140px;
    border-left: 1px dotted #CCC;
    float: left;
    position: relative;
    overflow: hidden;
}
#footer
{
    height: 40px;
    background-color: #6E7A78;
    border-top: 1px solid #46504F;
    line-height: 150%;
    margin: 100;
    padding: 10px;
    color: white;
    font-size: 8pt;
    clear: both;
}

/* *** layout fixes ***/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline;
}
/* this is  */
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
@media print
{
    #contentcol
    {
        display: none;
    }
    #twocols, #sidecol
    {
        background: #FFFFFF;
        width: 100%;
        float: none;
    }
}

/* navs */
A:link, A:visited
{
    background-color: inherit;
    color: #0000FF;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
A:active
{
    color: #333;
}

.menu
{
    width: 100%;
    margin: 8px 0 0 0;
    float: left;
}

.navmenu
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: block;
    font-family: Tahoma , Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 10pt;
    color: #333;
    float: left;
    margin: 3px;
    padding: 1px;
    min-width: 152px;
}
.navmenu a
{
    text-decoration: bold;
    color: #FFFFFF;
    background: #ee2e24;
    padding: 6px 50px 6px 50px;
    margin: 0;
}
.navmenu a:hover
{
    background: #46504F;
    color: #F8F8F8;
    text-decoration: none;
}


/*** general ***/

#searchform
{
    background: inherit;
    color: #FFFFFF;
}

.cbox
{
    width: 422px;
    margin: 0;
    padding: 5px;
    border: 0;
    background: #CFCFCF;
}

p.sideBox
{
    background: #cccacb;
    margin: 10px;
    padding: 35px;
    text-align: center;
    border: 1px solid #6E7A78;
}

p.sideBox a 
{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #46504F;
}

.content
{
    text-align: left;
    margin: 1px;
    padding: 6px 20px;
    border: 1px solid #FFF;
    background: #FFFFFF;
    overflow: hidden;
}
h1
{
    padding: 1px;
    margin: 0;
    font: bold 24px/1.5em arial,verdana,sans-serif;
    color: #000000;
    text-align: right;
}

h3
{
    font: bold 18px/1.5em arial,verdana,sans-serif;
    color: #FFFFFF;
    text-align: left;
}

a.footer
{
    color: White;
    font-weight: bold;
}
