

#header{
    padding-top: 25px;
    padding-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
    width: 1000px;
    margin: 0px auto;
    background: url(../media/test6.gif ) top left no-repeat;
    /*background: url(../gopub_images/bg-header.jpg ) top left no-repeat;*/
    border: 0;
}

#searchresults {
    margin: 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    background-image: url(/media/images/backgroundimage.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    font-family: 'Trebuchet MS', Arial;
    
    width: 1000px;
    min-height: 380px;
}

#pagenum
{
    text-align: center;
    color: blue;
    padding-left: 10px;
    padding-right: 10px;
    color: #999999;
    font-weight: bold;
    font-size: .9em;
}

#footer
{
    background-image: url(/images/bg-footer.png) ;
    background-repeat: no-repeat;
    font-family: 'Trebuchet MS', Arial;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    height: auto;
}

.rightmargin{
    text-align: right;
    padding-right: 10px;
}

h1 {font-size: 1.3em; font-weight: bold; line-height: 1.5em; }

h2
{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
}

.clear{
    clear: both;
}

#insidebox{
    padding-left: 40px;
    padding-right: 10px;
}

h3{
    
}

.center {
    text-align: center;
}

.box_outer
{
    border: 1px solid;
    position: relative;
    height: 179px;
    width: 560px;
    margin-top: 75px;
}
.box_body
{
    position: absolute;
    top: 22px;
    left: 20px;
    color: #333;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
}
.searchbox
{  
    background: url(/images/bg_search.jpg ) top left no-repeat;
    border: 4px outset;
    position: relative;
    height: 210px;
    width: 175px;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

table.listTable { border-collapse: collapse; width: 96%; }

table.listTable th
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-weight: bold;
    font-size: .9em;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF68F;
}

table.listTable td
{
    
    vertical-align: top;
    border-bottom: 1px solid #999999;
    color: #333;
    font-size: .99em;
    padding-top: 2px;
    padding-bottom: 2px;
}
