﻿div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.top-outer {
    padding:0px;
    border:solid 1px #6077bb;
    background:#6077bb;
}

div.rounded div.top-outer div.top-inner {
    padding:0px;
    margin:0px;
}
div .top-outer h2{
    margin-left:7px;
    margin-top:2px;
    float:left;
}
div .top-outer img{
    margin-top:5px;
    float:right;
}
div.rounded div.top-outer div.top-inner div.top {
    height:23px;
    margin-right:9px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    border:solid 1px #000;
    clear:both;
    background-color:#ffffff;
}

div.rounded div.mid-outer div.mid-inner {
    margin:5px;
}

div.rounded div.mid-outer div.mid-inner div.mid {
    margin-right:0px;
}

div.rounded div.bottom-outer {
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    margin-left:8px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    font-size:.01em;
}