﻿body, html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #808285;
    font-family: Arial, serif;
    font-size: 12px;
}
a {
    color: #808285;
    text-decoration: none;
}
#maindiv {
left:50%;
margin-left:-450px;
position:absolute;
top:0;
width:880px;
}
#consultantdiv {
    float: right;
    width: 177px;
    height: 40px;
    background: url(/custom/amstartpage/consultant.gif) no-repeat;
}
#logodiv {
    width: 213px;
    height: 73px;
    background: url(/custom/amstartpage/amlogo.gif) no-repeat;
    background-position:center;
}
#hdrdiv {
    font-size: 18px;
}

#boxtopdiv {
    background: url(/custom/amstartpage/boxtop.jpg) no-repeat;
    height: 16px;
}
#boxbtmdiv {
    background: url(/custom/amstartpage/boxbtm.jpg) no-repeat;
    height: 16px;
}
#boxloopdiv {
    background: url(/custom/amstartpage/boxloop.jpg);
    height: 424px;
}
.mnuwrap {
    display: none;
    position: relative;
    width: 154px;
    color: #FFFFFF;
}
.mnuwrap a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.mnuwrap a:hover {
    color: aqua;
}
.mnutop {
    height: 12px;
    background: url(/custom/am_start_page/mnutop2.png) no-repeat;
    font-size:8px;
}
.mnubtm {
    height: 12px;
    background: url(/custom/am_start_page/mnubtm2.png) no-repeat;
    font-size:8px;
}
.mnuloop {
    background: url(/custom/amstartpage/mnuloop.png);
    padding: 0 5px;
    text-align: right;
    height: 100px; overflow: auto;
}
