/* CSS Document */


#header ul {
    margin:0;
    list-style:none;
                width:100%;
    }

#header li {
    float:left;
    margin:0;
    padding:0;
    }

#header a {
    display:block;
                background-color:#2e006e;
    padding:5px 15px;
                text-decoration:none;
                color:white;
                border-left:1px dotted white;
                margin:auto;
    }

#header a:hover {
	background-color: #7B68EE;
}
  
#current a {
	background-color: #7B68EE;
}
  
table.search {
                font-family: verdana;
                font-size: 11pt;
                }

a.nell {
                font-family: verdana;
                font-size: 11pt;
                }

div.finding {
bgcolor: #FEF9B8;
 }

