
body {    
        
    background: url(images/Back.gif); margin: 0px; padding: 0px; vertical-align: top;
    color: #000;
}

a {
    color: #023356;
    border: none; text-decoration: none;   
}

a:hover {
    color: #ff7e00;
    border-bottom: 1px dashed #ff7e00;
}

a.bMenu 
{
    color: #fff; font-size: 11px; font-family: Arial, Tahoma, Courier New;
    text-decoration: none; border-bottom: 1px dashed #fff;
}

a.bMenu:hover
{
    color: Yellow; font-size: 11px; font-family: Arial, Tahoma, Courier New;
    text-decoration: none; border-bottom: 1px dashed  Yellow;
}


.hoverimg {
    border: none;
}
.hoverimg:hover {
    border: none;
}

div.leftHdrBox {
     margin-bottom: 20px;
     margin-left: 10px;
     float: left;
     width: 608px; height: auto;
     background-image: url(images/HeaderLeft.gif);
     background-repeat: no-repeat;
     border-bottom: 1px solid #CCC;
     border-left: 1px solid #CCC;
     border-right: 1px solid #CCC;
     border-top: none;
}

div.leftHdrBoxHeader
{
     text-align: left;
     position: relative; margin: 10px 0px 15px 5px;
     color: #000;
     font-family: Arial, Courier New;
     font-size: 14px;
     font-weight: bold;
     font-style: italic;
     height: 25px; width: 580px;
}

div.leftHdrBoxBody {
     text-align: left;
     position: relative; margin: 5px 0px 15px 5px;
     color: #000;
     font-family: Tahoma, Arial, Courier New;
     font-size: 12px;
     height: auto; width: 580px;
}


div.rightHdrBox {
    margin-bottom: 20px;
    margin-right: 10px;
    float: right;
    width: 318px;
    background-image: url(images/HeaderRight.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: none;
}

div.rightHdrBoxHeader {
     text-align: left;
     position: relative; margin: 15px 0px 15px 5px;
     color: #FFF;
     font-family: Arial, Courier New;
     font-size: 14px;
     font-weight: bold;
     font-style: italic;
     height: 25px; width: 280px;
}

div.rightHdrBoxBody {
     text-align: left;
     position: relative; margin: 5px 0px 15px 5px;
     color: #000;
     font-family: Tahoma, Arial, Courier New;
     font-size: 12px;
     height: auto; width: 280px;
}

td.contactHdrTD 
{
    background: #fff9f4;
    padding: 3px; margin: 2px;
    font-size: 12px; font-family: Arial, Tahoma, Courier New;
    font-style: italic; font-weight: bold;
    color: #000;
}

td.contactValTD 
{
    background: #fff;
    padding: 3px; margin: 2px;
    font-size: 12px; font-family: Arial, Tahoma, Courier New;
    font-style: italic; font-weight: bold;
    color: #000;
}


