body {
        margin:0px;
        padding:0px;
        color: #000;
        background-color: #FFF;
        padding-bottom: 15px;
        font-family : arial, verdana, sans-serif;
        }

/* -------------- main container -------------- */
#container {
        position: relative;
        min-width: 750px;
        }



/* --------------- content ------------------- */
#content_container {

        }

#content_left {

        }

#content_normal {
        margin: 0px 220px 25px 215px;
        padding: 10px 25px 25px 25px;
        z-index: 3;
        }

#content_right {
        position: absolute;
        top: 150px;
        right: 0px;
        z-index: 2;
        width: 210px;
        padding: 10px 15px 0px 15px;
        background-color: white;
        }
html>body #content_right {
        width: 180px;
        }


/* ---------------------------------------------------------------------------*/
/* ------------- header ----------------- */
#header {
        width: 100%;
        height: 150px;
        background: transparent url(header_bg.gif) repeat-x;
        }

#logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 689px;
        height: 150px;
        background: transparent url(logo_collage.jpg) no-repeat;
        }

#nkba {
        position: absolute;
        top: 5px;
        right: 15px;
        width: 144px;
        height: 53px;
        background: transparent url(nkba_logo.gif) no-repeat;
        }

#kcma {
        position: absolute;
        top: 70px;
        right: 15px;
        width: 144px;
        height: 63px;
        background: transparent url(kcma_logo.jpg) no-repeat;
        }

/* ---------------------------------------------------------------------------*/
/* ---------------- menu -------------------- */
#menu_container {
        position: absolute;
        top: 145px;
        left: 10px;
        background-color: white;
        }

#menu {
        background: transparent url(menu_border.gif) repeat-y right;
        width: 190px;
        height: 370px;
        vertical-align: top;
        padding-top: 20px;
        padding-left: 10px;
        line-height: 90%;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 180px;
        height: 350px;
        }
html>body #menu {
        width: 180px;
        height: 350px;
        }

#copyright {
        width: 190px;
        height: 163px;
        text-align: center;
        background: transparent url(copyright.gif) no-repeat top right;
        }



/*  Menu Details for dynamic menu content */
#menu DIV A {
        color: navy;
        text-decoration: none;
        }

#menu DIV A:hover {
        color: #AFAFAF;
        }

/*  MENU, level 1, normal state (NO) */
#menu DIV.menu-level1-no {
        width: 165px;
        border-bottom: 1px solid #BFBFBF;
        font-size: 11px;
        padding-top: 5px;
        padding-left: 5px;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 160px;
        }
html>body #menu DIV.menu-level1-no {
        width: 160px;
        }

/*  MENU, level 1, active state (ACT) */
#menu DIV.menu-level1-act {
        width: 165px;
        border-bottom: 1px solid #999999;
        font-weight: bold;
        font-size: 11px;
        padding-top: 5px;
        padding-left: 5px;
        background-color: #DFDFDF;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 160px;
        }
html>body #menu DIV.menu-level1-act {
        width: 160px;
        }

#menu DIV.menu-level1-act A {
        color: black;
        }

/*  MENU 1, level 2, normal state (NO) */
#menu DIV.menu-level2-no {
        font-size: 10px;
        padding-left:20px;
        }

/*  MENU, level 2, active state (ACT) */
#menu DIV.menu-level2-act {
        width: 165px;
        font-size: 10px;
        font-weight:bold;
        padding-left:20px;
        background-color: #D3D2F4;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 145px;
        }
html>body #menu DIV.menu-level2-act {
        width: 145px;
        }

#menu DIV.menu-level2-act A {
        color: black;
        }
/* ---------------------------------------------------------------------------*/




/* ---------------------------------------------------------------------------*/
/* ---------------- main format styles -------------------- */


/* Main <p> tag styles */
#content_normal P {
        font-size : 13px;
        line-height : 180%;
        color: #333333;
        }

#content_right P {
        font-size : 12px;
        line-height : 140%;
        color: #333333;
        text-indent: 0px;
        }


/* Link styles */
A:link {
        background-color : transparent;
        color : navy;
        text-decoration : none;
        font-weight : bold;
        }
A:visited {
        background-color : transparent;
        color : navy;
        font-weight : bold;
        text-decoration : none;
        }
A:hover {
        background-color : transparent;
        color : #AFAFAF;
        text-decoration : none;
        }
A:active {
        background-color : transparent;
        color : navy;
        font-weight : bold;
        text-decoration : none;
        }

/* Header Styles */
H1 {
        font-size : 18px;
        color : black;
        margin-bottom : 10px;
        margin-top : 10px;
        }
H2 {
        font-size : 18px;
        color : black;
        margin-bottom : 10px;
        margin-top : 10px;
        font-style: italic;
        }
H3 {
        font-size : 18px;
        color : black;
        margin-bottom : 10px;
        margin-top : 10px;
        text-decoration: underline;
        }
H4 {
        font-size : 15px;
        color : black;
        margin-bottom : 10px;
        margin-top : 10px;
        }
H5 {
        font-size : 15px;
        color : black;
        margin-bottom : 10px;
        margin-top : 10px;
        font-style: italic;
        }



