/* CSS Document */

body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.page
{
    width: 100%;

    border: 0px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
}

.middle
{
    float: left;
}

a:link, a:active, a:visited
{
    color: #AC001A;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #000000;
}

h1
{
    font-weight: bold;
    font-size: medium;
    color: #AC001A;
}

h2
{
    font-weight: bold;
    font-size: small;
    color: #AC001A;
    display: inline;
}

h3
{
    color: #AC001A;
    font-size: 10px;
}

h4
{
    font-size: 50px;
    display: inline;
}

.white
{
    font-size: 35px;
}

.leftcolumn
{
    width: 160px;
    height-min: 600px;
    height: 150px;
    float: left;
    color: #027321;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

.header
{
    width: 100%;
    background-color: #83858B;
}

.footer
{
    float: none;
    margin: 0px;
    padding: 5px;
    width: 700px;
    border: thin solid #CCCC99;
    background-color: #999999;
}

.frontimage
{
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    vertical-align: middle;
    float: left;
}

.main
{
    height: 100%;
    float: left;
    width: 900px;
    overflow: hidden;
}

#maincontent
{
    width:100%;
    padding:0px;
}



/* override dh*/

#salvage_search_params, #salvage_search_tagline
{
  border:none;   
  font-size:75%;
}

.salvage_t
{
    border:none;   
}

.salvage_t tr
{
    background-color: Ivory;  
}

.salvage_t tr td
{
    border:none;
}

table.salvage_t th
{
  background-color: #D9251B;      
}

tr.grey
{
  background-color: MistyRose;  
}

#page_nums
{
    background-color: ivory;
}

