/* CSS Document */

body {
    font-family: "Arial";
/*    color: #084C8D; */
    color: #000000;
    background-color: #FFFFD6;
    line-height: 2;
    padding: 0px;
    margin-top: 4px;
}

html>body {
/* Correct value for browsers that don't suffer from IE Win's bugs */
    margin-top: 4px;
    height: 100%;
}
#straph {
    width:795px;
    background-color: #339966;
    border: 1px solid #000000;
    /*background-repeat: no-repeat;
    background-position: left bottom;*/
    }


/* MAIN SECTION ------------------------------------------------------ MAIN SECTION */

#right_section {
    width:600px;
    background-color: #FFFFD6;
    z-index: 1;
    height:100%;
    float: right;
    margin: 0px;
    padding: 0px;
    }

html>body div#right_section {
/* Correct value for browsers that don't suffer from IE Win's bugs */
    }



/* CONTENT SECTION ------------------------------------------------------ CONTENT SECTION */

#container {
    background-repeat: no-repeat;
    background-position: right top;
    padding: 12px 0px 20px 0px;
    margin: 0px;
    }

#content {
    height: 1000px;
    margin: 0px;
    padding: 0px;
    }   

html>body div#container {
/* Correct value for browsers that don't suffer from IE Win's bugs */
    height: 100%;
    }
   
html>body div#content {
/* Correct value for browsers that don't suffer from IE Win's bugs */
    height: 100%;
    }

#content ol {
    margin: 0px 30px 0px 30px;
    padding: 10px 30px 10px 30px;
    }

#content ol li {
        text-align: justify;
        list-style-type: inherit;
        list-style-position:outside;
    }
 
#content ul li {
        text-align: justify;
        list-style-type: circle;
        list-style-position:outside;
    }
 
 
#content li {
    font-size: 12px;
    line-height: 1.4em;
    }
 
#content p {
    font-size: 12px;
    line-height: 1.4em;
    margin: 0px;
    padding: 20px 30px 0px 30px;
    text-align: justify;
    font-weight: 400;
    text-indent: 1em;
    }


#content a {
    color: #084C8D;
    font-weight: bold;
    text-decoration: none;
    }

#content a:hover {
    color: #B38541;
    }

#content table {
    }

#content tr {
vertical-align:top;
    }

#content td {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    }


/* LEFT BAR ------------------------------------------------------ LEFT BAR */

#left_bar {
/* top of bar */
    float: left;
    width:172px;
    background-color: #339966;
    height: auto;
display:inline;
    margin-left: auto;
    margin-right: auto;
    }

html>body div#left_bar {
/* Correct value for browsers that don't suffer from IE Win's bugs */
    height:100%;
    }

#left_bar ul {
  /* field names on bar */   
    width: 172px;
    border-top: 2px solid #339966; /* Makes top border on flyouts */
    background: #339966;
    margin: 16px 0px 0px 0px;
    padding: 0px;
    }

#left_bar li {
    list-style: none; /* kills the list item "bullet" markers */
    position: relative;
    font-weight: bold;
    font-family: Arial;
    border-left: 2px solid #339966; /* left side borders on flyouts */
    border-right: 2px solid #339966; /* right side borders on flyouts */
    border-bottom: 2px solid #339966; /* bottom border on flyouts */
    vertical-align: bottom; /* for IE5/win */
    margin: 0px;
    text-indent: 0px;
    }

#left_bar ul a {
/* letter coloring */   
    display: block;
    font-family: Arial;
    color: #FFFFD6;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 4px 6px 4px;
    vertical-align: bottom; /* needed for IE5/win */
    text-align: left;
    margin: 0px;
    }

#left_bar ul div {
    position: absolute;
    left: -3000px;
    width: 240px;
    padding: 20px 0 20px 0;
    background-image: url(graphics/bgfix.gif)
}

#left_bar ul ul {
/* flyout bg color */   
    background-color: #339966;
    width: 200px;}

#left_bar ul li:hover div {
    left: 128px;
    top: -14px;
}

html>body div#left_bar ul li:hover div {
    top: -30px;
    }

/* background color when hovering */
       
#left_bar li:hover {background: #339966;}
   
#left_bar ul a:hover {
    color: #000000;background: #339966;}

#left_bar .navholder ul div.mini-zone {
    padding: 0;
    width: 1em;
    height: 1em;
    bottom: -1em;   
}

#left_bar li:hover div.mini-zone {
    top: auto;
    left: auto;
    right: .8em;
}

.mini-zone {display: none;}

/* \*/ /*/
#left_bar ul li ul {position: static;}
/* */