/* CSS Document */
<style type="text/css">

/*text styles */

#code {
	font-size:10px;
	font-style:normal;
	font-family:"Courier New", Courier, monospace;
}





/*layout styles */

body {
	margin:9px 9px 0 9px;
	padding:0;
	font: bold 11px/1.5em Verdana;
	background-color: #000000;
}

#level0 {
	margin:0px;
	padding:0;
	height:100%;
	background-color:#000;
}
	
#level1 {
    margin-left:200px;
    padding-left:9px;
    background:#000;}
	
#level2 {
    background:#000;}

#level3 {
    margin-right:43px;
    padding-right:9px;
    background:#000;}

#main {
    margin-right:9em;
    padding-right:9px;
	color:#FFFFFF;
    background:#666;}

	
#lftBar {
	position:absolute;
	width:200px;
	top:161px;
	left:5px;
}

#rgtBar {
	position:absolute;
	width:143px;
	top:161px;
	right:9px;
	height: 66px;
}



h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
      width:100%;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../Graphics/layout/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../Graphics/layout/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }


#menu4 {
        width: 200px;
        margin: 5px;
        border-style: solid solid none solid;
        border-color: #000;
        border-size: 1px;
        border-width: 1px;
        }

#menu4 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu4 li a:link, #menu4 li a:visited {
        color: #CCC;
        display: block;
        background:  url(../Graphics/layout/menu4.gif) 0 -32px;
        padding: 8px 0 0 5px;
        }

#menu4 li a:hover, #menu4 li #current {
        color: #FFF;
        background:  url(../Graphics/layout/menu4.gif);
        padding: 8px 0 0 5px;
        }

</style>

