#topNav
{
    background-image:url("../images/topNavSlice.jpg");
    background-repeat: repeat-x;
}
#bottomNav
{
   background-image:url("../images/bottomslice.jpg");
   background-repeat: repeat-x;
   height: 46px;
}

#TOC
{
    background-image:url("../images/toc.jpg");
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    margin: 9px 335px 0px 18px;
    float: left;   
    cursor: pointer;
}
#logo
{
    background-image:url("../images/nasdaqlogo.gif");
    float: left;
    z-index: 100;
    width: 197px;
    height: 58px;
}
#pagesDisplay
{
    background-image:url("../images/pagesBox.jpg");
    width: 80px;
    height: 24px;
    text-align: center;
}
#searchBox
{
    float: left;
    background-image:url("../images/searchBox.jpg");
    margin: 17px 10px 0px 0px;
    
}
#searchControls
{
    float: right;
}
#searchButton
{
    background-image:url("../images/searchButton.jpg");
    float: left;
    width: 61px;
    height: 23px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}
#firstPage
{
    background-image:url("../images/firstpage.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    margin: 17px 40px 0px 0px;
    cursor: pointer;
}
#prevPage
{
    background-image:url("../images/prevpage.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    margin: 17px 40px 0px 0px;
    cursor: pointer;
}
#pagesDisplay
{
    margin: 12px 40px 0px 0px;
    float: left;
}
#nextPage
{
    background-image:url("../images/nextpage.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    margin: 17px 40px 0px 0px;
    cursor: pointer;
}
#lastPage
{
    background-image:url("../images/lastpage.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 12px;
    height: 12px;
    margin: 17px 100px 0px 0px;
    cursor: pointer;
}
#print
{
    background-image:url("../images/print.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 25px;
    height: 26px;
    margin: 10px 40px 0px 0px;
    cursor: pointer;
}
#send
{
    background-image:url("../images/send.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 25px;
    height: 26px;
    margin: 10px 40px 0px 0px;
    cursor: pointer;
}
#download
{
    background-image:url("../images/download.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 25px;
    height: 26px;
    margin: 10px 40px 0px 0px;
    cursor: pointer;
}
