body
    {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    background-color: #fff;
    }
    
#centered
    {
    width: 820px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    }

#body
    {
    width: 100%;
    }
    
#preload_overlay
    {
    position: absolute;
    display: block;
    background: #fff url(../images/system/inner_div_bg.png) no-repeat center center;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    }
    
#inner_preload_div
    {
    width: 100%;
    height: 100%;
    background: transparent url(../images/system/loading2_choice.gif) no-repeat center center;
    }
    
div.hilight_img
    {
    z-index: -10;
    display: block;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    opacity: 1;
    }

#list
    {
    font-size: 11px;
    color: #666;
    font-family: tahoma, arial, verdana;
    }

#copyright
    {
    position: absolute;
    display: block;
    z-index: 100;
    width: 100%;
    font-family: tahoma, arial;
    font-size: 11px;
    color: #999;
    background-color: transparent;
    }
    
#maps
    {
    z-index: 20;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 820px;
    height: 615px;
    background-color: transparent;
    }

IMG.out
    {
    width: 45px;
    height: 45px;
    border: 0;
    margin: 4px;
    border: 1px solid #999999;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }

IMG.over
    {
    width: 45px;
    height: 45px;
    border: 0;
    margin: 4px;
    border: 1px solid #999999;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    }
    
#mouse_out_layer
    {
    z-index: 5;
    position: absolute;
    height: 615px;
    width: 820px;
    top: 0px;
    left: 0px;
    }
    
A, A:visited
    {
    text-decoration: none;
    color: #FFA300;
    border-bottom: 0;
    }
    
A:hover
    {
/*    border-bottom: 1px dotted #FFA300; */
    }
    
IMG A
    {
    color: #fff;
    }
    
span.pageTitle
    {
    color: #8dafd9;
    font-weight: bold;
    font-size: 14px;
    font-family: tahoma, verdana;
    }
    
input.mailFormButton
    {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #de8d12;
    font-size: 11px;
    }

