/* histogram */ 

html{
  color: #dfdfdf;
  background-color:#020413;
  /*background-image:url("bgnew_small.gif");*/
  background-position: -10px 0px;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

body{
width: 100%;
margin:0; padding:0;
color: #444;
text-align:left;
font-size: 90%;
font: verdana, helvetica, sans-serif;
background-color:#020413;
/*background-image:url("bgnew_small.gif");*/
background-position: -10px 0px;
background-repeat: repeat-y;
}

.floatleft
{
    float:left;
    border:0px dotted #E1E1E1;
    border-bottom:10px solid #33526B;
    background:#222231;
    padding:20px;
    margin: 2em 2em 0 2em;
    color:#ccc;
    width:150px;
}

* html .floatleft  /* this is recognized by IE only */
  {
  width: 130px;  /* total width, only for IE5.x/Win */
  w\idth: 130px; /* content width for other IE */
  }

.files
{
    float:left;
    border-right: 5px solid #FF0099;
    /*border: 0px solid #E1E1E1;*/
    background-color:#f1f1f1;
    color:#000;
    padding:20px;
    width:600px;
    margin:25px;
}

.banner{border:1px;
    position:relative;
    left:30%;
}

img{border:1px solid #000;}

.floatimg{}

ul{margin:0;list-style-type:none;margin-top:3px;padding:0;}

.sub
{
    background-color:#e1e1e1;
    color:#000;
    margin:2px;
    border:0px dotted #000;
    border-bottom:10px solid #1F1F1F;
    padding:10px;
    float:left;
    display:block;
    width:auto;
}

.sub:hover{
    background-color:#E2CBC3;
    color:#000;
    margin:2px;
    border:0px dotted #000;
    border-bottom:10px solid #ECD0A8;
    padding:10px;
    float:left;
    display:block;
    width:auto;

}

.files a:hover{
    color: #FF0099;
    background-color:inherit;
    text-decoration: underline;
    font-weight:normal;
}

.files a{
    color:#386093;
    background-color:inherit;
    text-decoration:underline;
}

.files2{display:none;}

a {
    color: #fff;
    background-color:inherit;
    text-decoration: none;
    font-weight:normal;
}

a:hover {
    color: #FF0099;
    background-color:inherit;
    text-decoration: underline;
    font-weight:normal;
}

strong{text-decoration: underline;}