/* CSS Document */

body {
    font-family: "Arial";
/*    color: #084C8D; */
    color: #FFFFD6;
    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: down;
    width:172px;
    background-color: #006600;
    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 #006600; /* Makes top border on flyouts */
    background: #006600;
    margin: 0px 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 #006600; /* left side borders on flyouts */
    border-right: 2px solid #006600; /* right side borders on flyouts */
    border-bottom: 2px solid #006600; /* bottom border on flyouts */
    vertical-align: top; /* 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: #006600;
    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: #006600;}
   
#left_bar ul a:hover {
    color: #000000;background: #006600;}

#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;}
/* */

.navi ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #FFFFD6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 12px;
}

.navi ul li ul {
	margin: 0px 0px 0px 0px;
} 

html>body .navi ul li ul {
	margin: 0px 0px 0px 0px;
}

.navi li {
/* label background */
	float: left;
	position: center;
	padding-right: 25px;
	background: #006600;
}

.navi li#nopadding {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

.navi ul li a {
	display: block;
	text-decoration: none;
	color: #006600
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 10px;
}

.navi li ul {

	display: none;
	position: absolute;
	left: 0;
	top: 0.5em;
	background: #006600;
	border-right: #000000 solid 1px;
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	font-size: 10px;
	width: 150px;
}

.navi li ul li {
	background: #006600;
	padding-right: 0px;
	width: 150px;
}

.navi li ul a {
	color: #FFFFD6;
	font-size: 11px;
	padding: 0;
	margin: 0px 0px 0px 3px;
}

.navi li > ul {
	top: auto;
	left: auto;
}

.navi li:hover ul, .navi li.over ul {
	display: block;
}

.navi li ul li a:hover {
	background-color: #FFFFD6;
	color: #006600;