

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

table {
    width: 100%;
    border: 0;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    border:0;
}

#navigation {
    height: 80px;
    background: url(cache/images/9ba0f27ddbcb426a5f551e2b6bfad852d41d8cd98f00b204e9800998ecf8427e.gif) #1F84A2 top left repeat-x;
    position: relative;
    z-index: 15;
}

#shadow {
    position: absolute;
    z-index: 18;
    height: 10px;
    background: url(cache/images/8bc66853b6050498e1c45c8eea7167bfd41d8cd98f00b204e9800998ecf8427e.png) transparent top left repeat-x;
    width: 100%;
    top: 80px;
}

#content {
    background-color: #00CCFF;
    height: 100%;
    position: relative;
    z-index: 5;
}

#flash {
    height: 100%;
    position: relative;
    z-index: 10;
}

#logo {
    position: absolute;
    margin-top: -10px;
}

#license {
    position: absolute;
    z-index: 12;
    bottom: 0;
    font-family: Arial;
    font-size: 10px;
    margin: 10px 13px;
    color: #152E1D;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

#menu {
    height: 63px;
    width: 862px;
    margin: 17px auto 0;
    position: relative;
    z-index: 20;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: 'Arial Narrow Bold', 'Arial Narrow', Arial;
    font-size: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#menu ul {
    list-style-type: none;
    margin-left: 130px;
}

#menu ul li {
    width: 183px;
    height: 53px;
    display: block;
    float: left;
    vertical-align: middle;
}

#menu ul li a {
    width: 169px;
    padding: 10px 11px 22px 3px;
    height: 21px;
    display: block;
    background: url(cache/images/fcea3baf191bd7d99ac7f4c8da462495d41d8cd98f00b204e9800998ecf8427e.png) transparent left top no-repeat;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}

#menu ul li a.hover, #menu ul li a:hover {
    background: url(cache/images/4ca2dd0c42e77c4fd4247f540381036fd41d8cd98f00b204e9800998ecf8427e.png) transparent left top no-repeat;
    color: #FFFFFF;
}

#menu ul ul {
    width: 162px;
    display: none;
    margin: -8px 0 0 7px;
    text-transform: none;
    padding: 3px 0 13px;
    background: #7EB0B9;
    font-weight: normal;
    letter-spacing: 0;
    font-family: Arial;
}

#menu ul ul li {
    width: 162px;
    height: auto;
    padding-top: 4px;
    background: #7EB0B9;
    float: none;
}

#menu ul ul li a {
    width: 146px;
    padding: 0 8px;
    display: block;
    text-align: left;
    height: auto;
    vertical-align: bottom;
    background-image: none;
    background: #7EB0B9;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 11px;
}

#menu ul ul li a.hover, #menu ul ul li a:hover {
    background: #F47E24;
    color: #FFFFFF;
}