/* <![CDATA[ */

    /*
    |---------------------------------------------------------------
    | structure.css
    |---------------------------------------------------------------
    */
    
    /*
    |---------------------------------------------------------------
    | BODY - IE 6
    |---------------------------------------------------------------
    */
    * HTML BODY {
        text-align: center;
    }
    
    /*
    |---------------------------------------------------------------
    | DIV - Container
    |---------------------------------------------------------------
    */
    DIV#container {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: left;
        border: 1px solid;
    }
    
    /*
    |---------------------------------------------------------------
    | banner
    |---------------------------------------------------------------
    */
    DIV#banner {
        height: 90px;
        border-bottom: 1px solid;
        text-align: center;
    }
    
    DIV#banner IMG {
        margin-top: 10px;
    }
    
    * HTML BODY DIV#banner {
        width: 951px;
    }
    
    /*
    |---------------------------------------------------------------
    | Main
    |---------------------------------------------------------------
    */
    DIV#main {
        height: auto;
        overflow: hidden;
    }
    
    /*
    |---------------------------------------------------------------
    | Navigation
    |---------------------------------------------------------------
    */
    DIV#navigation {
        float: left;
        width: 158px;
        padding-bottom: 32000px;
        margin-bottom: -32000px;
    }
    
    * HTML BODY DIV#navigation {
        width: 160px;
    }
    
    /*
    |---------------------------------------------------------------
    | Menu Level 1
    |---------------------------------------------------------------
    */
    UL#menu_level1 {
        margin: 0px;
        list-style-type: none;
    }
    
    UL#menu_level1 LI {
        height: auto;
        line-height: 22px;
    }
    
    UL#menu_level1 LI A {
        display: block;
        padding-left: 15px;
        height: 20px;
        border-bottom: 1px solid;
        font-weight: bold;
    }
    
    UL#menu_level1 LI.first A {
        
    }
    
    UL#menu_level1 LI DIV.act A {
        text-decoration: none;
    }
    UL#menu_level1 LI DIV.act A:hover, UL#menu_level1 LI A:hover {
        text-decoration: none;
    }
    
    /*
    |---------------------------------------------------------------
    | Menu Level 2
    |---------------------------------------------------------------
    */
    UL#menu_level2 {
        margin: 0px;
        list-style-type: none;
        border-bottom: 1px solid #333;
    }
    
    UL#menu_level2 LI {
        height: auto;
        line-height: 22px;
    }
    
    UL#menu_level2 LI A {
        display: block;
        padding-left: 15px;
        height: 20px;
        border-bottom: 0px solid;
        font-weight: normal;
    }
    
    UL#menu_level2 LI.first A {
        border-top: 0px solid;
    }
    
    UL#menu_level2 LI A:hover {
        text-decoration: none;
    }
    
    /*
    |---------------------------------------------------------------
    | Content
    |---------------------------------------------------------------
    */
    DIV#content {
        float: left;
        width: 760px;
        padding-left: 15px; /* TEMP */
        border-left: 1px solid;
        padding-bottom: 32000px;
        margin-bottom: -32000px;
        min-height: 400px;
    }
    
    /*
    |---------------------------------------------------------------
    | Rootline
    |---------------------------------------------------------------
    */
    DIV#rootline {
        width: 791px;
        float: left;
        clear: right;
        border-bottom: 1px solid;
        border-left: 1px solid;
    }
    
    DIV#rootline UL {
        margin: 0px;
        height: 20px;
        list-style-type: none;
    }
    
    DIV#rootline UL LI {
        display: inline;
        float: left;
        height: 20px;
        line-height: 22px;
        margin-left: 17px;
    }
    
    DIV#rootline UL LI A {
    }
    
    
    
/* ]]> */
