/* style.css */
/* This is the cascading style sheet page that links to any HTML page
holding a LINK to it */


body {
    background-image: url(images/bg.jpg);
}

table.main {
    /*background-image: url(images/silver-bkgrd.jpg);
    background-color: #BEC6DF; */
    width: 804px;
}

td.spacer {
    background-image: url(images/spacer.jpg);
    width: 1px;
}

table.bottom-search {
    background-image: url(images/bg-search.jpg);
    width: 150px;
    height: 150px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

td.bottom-search {
    background-image: url(images/bg-search.jpg);
    width: 150px;
    height: 150px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

img.center {
    float: center;
    margin-right : 0px;
    margin-left : 0;
}


h1.top {
    color: navy;
    font-family: Arial;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1.top-sm {
    color: navy;
    font-family: Arial;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1.middle {
    color: navy;
    font-family: Arial;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.normal {
    color: navy;
    font-family: Arial;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

font.italic {
    color: navy;
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
}

ul.normal {
    color: navy;
    font-family: Arial;
    font-size: 13px;
    margin-top: 0px;
    }


dt.nav {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 0px;
}

dd.nav {
    font-family: Arial;
    font-size: 10pt;
    margin-left: 0px;
    margin-right: 0px;
}

a.nav {
    font-family: Arial;
    color: navy;
    font-size: 9pt;
    text-decoration: underline;
}

dt.nav-lg {
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
}

dd.nav-lg {
    font-family: Arial;
    font-size: 12pt;
    margin-left: 15px;
    margin-right: 0px;
}

.hbuttons a {
    /*display: block;*/
    background-image: url(images/tabsquare.jpg);
    text-decoration: none;
    text-align: center;
    font: bold 13px Arial;
    color: black;
    /*width: 180px; */
    /*height: 23px; */
    float: center;
    /* display: inline;*/
    /*margin-right: 4px;*/
    /*margin-left: 4px;*/
    margin-right: auto;
    margin-left: auto;
    /*background-repeat: no-repeat;*/
    padding-top: 4px;
}

.hbuttons a:hover {
    background-image:url(images/tabsquareover.jpg);
    margin-right: auto;
    margin-left: auto;
}


.gallerycontroller {
    width: 0px;
}

.gallerycontent {
    width: 470px;
    height: 175px;
    background-color: white;
    padding: 0px;
    display: block;
}
