div#abs_top {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    left: 0px;
    right: 0px;
    top: 0px;
    height: 80px;
}
div#abs_search {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    right: 230px;
    bottom: 0px;
    height: 50px;
    width: 200px;

    vertical-align: bottom;
}
div#abs_search input {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    height: 22px;
    font-size: 12px;
    border-style: solid;
}
div#abs_search form {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    vertical-align: bottom;

    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
input#abs_box {
    left: 2px;
    width: 160px;
}
input#abs_img {
    top: 2px;
    right: 2px;
}

div#abs_topmenu {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    left: 0px;
    right: 0px;
    top: 78px;
    height: 22px;

    border-bottom: 1px solid #000000;

    background-color: #00467F;
}
div#abs_topmenu table {
    width: 100%;
}
div#abs_topmenu td {
    border-style: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 1px auto;
    padding: none;
    text-align: center;
}
div#abs_topmenu a {
    display: block;
    width: 100%;
    height: 21px;
    text-decoration: none;
    color: white;
    margin: 0px;
}
div#abs_topmenu a:hover {
    background-color: #FF0000;
    text-decoration: underline;
}

div#abs_side {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    left: 0px;
    width: 200px;
    top: 101px;
    bottom: 40px;

    border-right: 1px solid #000000;

    background-image: url(White/Right-10x1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
div#abs_side table {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: auto;

    left: 5px;
    right: 15px;
    top: 5px;
}
div#abs_side td {
    background-image: url(White/BottomRight-10x10.gif);
    background-repeat: no-repeat;
    background-position: left top;

    border-style: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: none;
}
div#abs_side td a {
    margin: 1px;
    margin-left: 10px;
    text-decoration: none;
    color: #00467F;
}
div#abs_side td a:hover {
    text-decoration: underline;
}

div#abs_main {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: auto;

    left: 200px;
    right: 0px;
    top: 101px;
    bottom: 40px;
}
div#abs_main h1 {
    margin: 5px;
    margin-top: 30px;
}
div#abs_main h2 {
    margin: 5px;
    margin-top: 15px;
}
div#abs_main h3 {
    margin: 5px;
    margin-top: 10px;
}
div#abs_main p {
    margin: 5px;
}
div#abs_main pre {
    margin: 10px;
}
div#abs_bottom {
    position: absolute;
    padding: none;
    border-style: none;
    overflow: hidden;

    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;

    background-color: #DDDDEE;
    border-top: 1px solid #000000;
}
div#logo_tl {
    position: absolute;
    left: 0px;
    top: 1px;
}
div#logo_tr {
    position: absolute;
    right: 0px;
    top: 1px;
}
a img {
    border-style: none;
}
p {
    margin: 10px;
}
address {
    margin: 5px;
}
address p {
    margin: 0px;
    text-align: center;
}

div.w2y {
    border: solid 1px #FFFF00;
    background-color: #FFFFFF;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(white2yellow-100x100.gif);
    color: #00467F;
    margin: 10px;
}

div.bluebox {
    border-style: none;
    background-color: #00467F;
    background-position: left;
    background-repeat: repeat-y;
    background-image: url(Blue/Blue-Drop-Middle-390x1.gif);
    width: 390px;
    margin: 0px auto;
    padding: 0px;
}
div.bluebox div.header {
    border-style: none;
    background-color: #00467F;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(Blue/Blue-Drop-Top-390x14.gif);
    width: 390px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}
div.bluebox div.content {
    border-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 15px;
    color: white;
    padding: 0px;
}
div.bluebox div.footer {
    border-style: none;
    background-color: #00467F;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(Blue/Blue-Drop-Bottom-390x18.gif);
    width: 390px;
    height: 18px;
    margin: 0px;
    padding: 0px;
}
