body {
    background-color: #FFFFFF;
    background-image: url(http://htedge.arcostream.com/000036/arcostream/graphics/interface/bgtile.png);
    background-repeat:repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.body-long{
    background-image: url(/images/bgtile_long.png);
    background-repeat:repeat-x;
}
#phone {
        position:absolute;
        width:750px;
        height:26px;
        overflow:hidden;
        margin: 0px;
        display: block;
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #666666;
        top: 70px;
        left: 65px;
}

#midlink {
    position:absolute;
    width:850px;
    height:36px;
    text-align:center;
    overflow: hidden;
    background: url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_0.gif);
    background:no-repeat;
    background: transparent;
    overflow: hidden;
    display: block;
    z-index: 4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    top: 97px;
}
#main_menu {
    padding:0;
    list-style-type:none;
    width:850px;
    height:36px;
    background:url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_0.gif) no-repeat top right;
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
}
#main_menu li {float:left; display:inline; width:120px; background:url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_1.gif);}
#main_menu li a, #main_menu li a:visited {
    color:#ddd;
    font-weight: normal;
    font-size:16px;
    text-decoration:none;
    line-height:32px;

    display:block;
    width:120px;
    height:36px;
    background-image: url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_0.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

#main_menu li a:hover {
    color:#000;
    background-image: url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_1.gif);
    background-repeat: no-repeat;
}
#main_menu li a.chosen, #main_menu li a.chosen:visited,  #main_menu li a:active, #main_menu li a:focus {
    color:#fff;
    background-image: url(http://htedge.arcostream.com/000036/arcostream/graphics/menu/grey_2.gif);
    background-repeat: no-repeat;
}
#main_menu li a.green {
    color:#00FF00
}
#main_menu li a.green:hover {
    color:#000;
}

#main_menu li a.blue {
    color:#239CD1
}
#main_menu li a.blue:hover {
    color:#000;
}

#main_menu li a.red {
    color: #FF0000
}
#main_menu li a.red:hover {
    color:#000;
}
.doc_no_height {
   min-height: 1024px;
}
.doc_with_height {
    height: 1024px;
}

.doc {
    /*background-image: url(http://htedge.arcostream.com/000036/arcostream/graphics/arcostream.jpg);*/
    background-position: left top;
    background-repeat: no-repeat;
    visibility: visible;
    width: 850px;
    text-align:left;
    padding: 0px;
    overflow:hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    clear: left;
    display: block;
    color: #444466;
}

/*#doc a p{*/
a p{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    padding-left: 8px;
}

/*#doc .ft a.ft .bd{*/
.ft a.ft .bd{
    position:relative;
    float: left;
    text-align: center;
    width: 100%;
    border: none;
    padding: 0px;
    overflow: hidden;
    height: 60px;
}

