﻿.main
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.topheader
{
    background-color: #555555;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 18px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}
.line
{
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #CCCCCC;
}
.right
{
    width: 150px;
    float: right;
    text-align: left;
    height: 20px;
}
.left
{
    float: inherit;
    width: auto;
    height: 20px;
    text-align: right;
}
.divmain
{
    width: 90%;
    text-align: center;
    margin: 0;
    padding: 4px;
    border: 1px solid #cccccc;
}
.border
{
    border: 1px solid #cccccc;
}
.paddincontact
{
    padding-right: 20px;
    padding-top: 20px;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 20px;
}
.rightpad
{
    padding-right: 10px;
}
.padbot
{
    padding: 10px 50px 10px 0px;
}
.conright
{
    background-image: url(../../images/t-contact-R.jpg);
    background-repeat: no-repeat;
    height: 29px;
     width:376px;
}
.conleft
{
    background-image: url(../../images/t-contact-L.jpg);
    background-repeat: no-repeat;
    height: 29px;
     width:376px;
}

