﻿BODY {
    background-color: #0098B9;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: medium;
    margin: 0px;
    padding: 0px;
}
IMG {
    border: none;
}
H1 {
    margin-top: 0px;
    color: #0086B3;
    font-size: 180%;
}
H2 {
    color: #0086B3;
    font-size: 160%;
}
H3 {
    color: #0086B3;
    font-size: 120%;
}
A:link {
    color: #0099CC;
}
A:visited {
    color: #004A62;
}
A:hover {
    color: #0000ff;
}
STRONG, .strong {
    font-weight: bold;
}

DIV#main {
    margin: 130px 10px 10px 189px;
    padding: 0px;
    font-size: 90%;
}
DIV#main #top {
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    background-image: url(gfx/MainTop.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: right;
}
DIV#main DIV.inner {
    background-color: #ffffff;
    border-left: solid 2px #00CCCC;
    border-right: solid 2px #00CCCC;
    padding: 0px 20px 0px 20px;
    font-size: 85%;
}
DIV#main #bottom {
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    background-image: url(gfx/MainBottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: right;
}
DIV#header1 {
    position: absolute;
    left: 0px;
    top: 0px;
}
DIV#header2 {
    position: absolute;
    left: 0px;
    top: 110px;
}
DIV#menu {
    position: absolute;
    left: 0px;
    top: 130px;
    background-image: url(gfx/MenuTop.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 189px;
}
DIV#menu A:link {
    color: #000000;
    text-decoration: none;
}
DIV#menu A:visited {
    color: #000033;
    text-decoration: none;
}
DIV#menu #menuin {
    min-height: 160px;
    padding-top: 30px;
}
DIV#menu .box {
    width: 155px;
    margin: 0px 0px 10px 20px;
    font-size: 70%;
    line-height: 70%;
}
DIV#menu .box UL {
    margin: 0px;
    padding: 0px;
    line-height: 160%;
}
DIV#menu .box UL LI {
    margin-left: 20px;
}
DIV#menu .box .inner {
    background-color: #E4EFF1;
    padding: 0px 10px 0px 10px;
    border: none;
}
DIV#lastmod {
    text-align: center;
    font-size: xx-small;
    color: #9999FF;
}
LI.current {
    color: #0099CC;
}
IMG.icon {
    width: 88px;
    height: 31px;
    margin: 10px 0px 0px 10px;
    }