div#top {
    background-color: white;
}

div#content {
    width: 1020px;
    height: 700px;
    position: relative;
    margin: auto;
}

div#mid {
    width: 992px !important;
    width: 994px;
    padding: 0px 10px;
    height: 540px; 
    margin: 110px 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: auto;
}


div#bottom {
    width: 1014px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url("footer.png");
    background-color: white;
}

a {
    text-decoration: none;
    color: #0061AF;
    border: 0px;
}
a img {
    border: 0px;
}

a:hover {
    color: #001177;
}
div.topbar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1014px;
    height: 35px;
    background-image: url("header.png");
}

div.topmenu {
    position: absolute;
    top: 0px;
    right: 10px;
    background-image: url("/images/top_menu.png");
    font-size: 13px;
    padding-top: 5px;
    padding-right: 10px;
}

a.topmenu_item {
    font-weight: bold;
}

div.topinfo {
    position:absolute;
    text-align: right;
    top: 5px;
    right: 10px;
}

div.bottommenu {
    position: absolute;
    right: 0px;
    text-align: right;
    font-size: 13px;
    padding-top: 15px;
    padding-right: 35px;
}

div.window div.win_top {
    width: 410px;
    background-image: url("/images/top_mid.png");
}

div.window div.win_bottom {
    width: 450px;
    height: 10px;
    background-image: url("/images/bottom_mid.png");
    background-position: top;
    background-repeat: no-repeat;
}

div.window div.win_mid {
    width: 448px;
}



div.win_pad {
    padding: 20px;
}

