﻿body
{
    font-family: Tahoma,Verdana,Arial;
    font-size: small;
    margin: 10px;
    background-color: white;
}

#TLImage{
    width:185px;
    height:195px;
    position:absolute;
    background-image:url(images/collage.gif);
    background-repeat:no-repeat;
    }
    
#header {
    background-image:url("images/logo_large.jpg");
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    text-align:center;
    left:200px;
    width:585px;
    /*border:1px solid;*/
    height:95px;
    overflow:auto;
    }
    
#menu{
    top:210px;  
    /*border:1px solid;*/
    position: absolute;
    /*margin: 10px;*/
    width: 185px;
    text-align: justify;
}

a
{
    color:Green;    
    }
a:hover
{
    color:red
    }

    
 
a.menu
{
    display: block;
    min-height:17px;
    margin:5px;
    /*padding: 5px 5px 2px 5px;*/
    color: #cc0033;
    background-color:white;
    text-decoration: none;
    border: 1px solid #cc0033;
    vertical-align: middle;
    font-weight: bold;
    font-family: Tahoma;
}
    
a.menu:hover
{
    color: #006600;
    vertical-align: middle;
	border: 1px solid #006600;
    background-image: url(images/smallkey2.gif);
    background-position:right;
    background-repeat: no-repeat;
}

a.menu:followed{
	border: 1px solid #006600;}
	
#callus
{
    /*top:395px;*/  
    background-image:url(images/localrate.gif);
    position: absolute;
    height: 60px;
    /*margin: 10px;*/
    width: 185px;
    overflow: auto;
}   	

#main {   
    padding: 5px 5px 5px 5px;
    left:200px;
    top: 110px;
    /*border:1px solid;*/
    position:absolute;
    width: 585px;
    min-height: 340px;
    text-align:justify;
    background-color:white;
    /*overflow:auto;*/
    }

#MainBody {
    top: 50px;
    left: 10px;
    width:585px;
    height:270px;
    position:absolute;
    /*border: 1px solid green;*/
    }
#HDHeader {
    top: 50px;
    left: 415px;
    width:150px;
    height:270px;
    position:absolute;
    /*border: 1px solid green;*/
    overflow:auto;
    }
#HDMo, #HDRemo {
    top: 0px;
    left: 0px;
    width:130px;
    height: 120px;
    margin:8px 0px 0px 5px;
    position:relative;
    border: 1px solid red;
    }
h2.offer{
    color: #cc0033;
    font-weight:bold;
    font-size:small;
    }

li {
    text-align:left;
    font-weight:bold;
    font-size:small;
    color:Green;
    margin-bottom:0px;
    }
li.main {
    text-align:left;
    font-weight:bolder;
    font-size:large;
    color:Green;
    list-style-position:inside;
    list-style-image: url(images/smallkey2.gif);
    margin-bottom:16px;
    }
div.indented {
    margin-left:25px;
    }
    

#footer
{
    max-height: 100px;
    position: relative;
    left: 200px;
    width: 585px;
    vertical-align: middle;
    font-size: smaller;
    background-color: white;
    text-align: center;
    color: #003300;
    overflow: auto;
}
a.footer{
    color: #003300;
    text-decoration:none;
}
    
a.footer:hover{
    text-decoration:underline;
}
/*
a.footer:followed{
	color:Gray;}*/
        
img{border:none;}

table,tr,td{
    border-collapse:collapse;
    vertical-align: top;
    border:1px solid rgb(210,210,210);    
    }   
tr.header{
    font-weight:bold;
}
td.link{
    width:5%;
}
table.menu{
    border:none;
}
td.menu,tr.menu{
    border:none;
    margin: -10px -10px -10px -10px;
    padding:  -10px -10px -10px -10px;
    
}
    