@CHARSET "UTF-8";

html {
    width: 100%;
    height: 100%;
}

body {
    magin: 12px 0px 0px 0px;
    padding: 0;
    background-color: #f2fafe;
    color: #494949;
    font-family: arial;
    font-size: 12px;
}

p {
    margin: 0px;
    padding: 0px;
}

img {
    vertical-align: bottom;
}

a {
    color: #494949;
}

h1, .h1 {
    font-size: 15px;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    color: #00a0e6;
}

h2 {
    font-size: 15px;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    color: #00a0e6;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.logo {
    position: relative;
    width: 980px;
    height: 70px;
    text-align: right;
    background-color: #ffffff;
}

.startImg {
    position: relative;
    width: 980px;
    background-color: #008cd1;
}

.language {
    position: relative;
    width: 980px;
    height: 29px;
    background-color: #0d3082;
}

.languageRedBorder {
    position: absolute;
    left: 198px;
    width: 12px;
    height: 29px;
    background-color: #bd0926;
}

.startBlue {
    position: relative;
    width: 980px;
    height: 140px;
    background-color: #e5f4fb;
}

.copyright {
    width: 980px;
    text-align: left;
    margin-top: 6px;
}

.blueBorder {
    position: relative;
    width: 980px;
    height: 20px;
    background-color: #008cd1;
}

.naviFrame {
    position: relative;
    width: 210px;
    background-color: #bee2f2;
    text-align: left;
}

.contentFrame {
    position: relative;
    width: 678px;
    background-color: #e6f3fb;
    text-align: left;
    padding: 41px 46px 0px 46px;
}

.naviButton1Off {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #494949;
}

.naviButton1On {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #cc0205;
}

.naviButton1Off:hover {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #cc0205;
}

.naviButton1 {
    width: 190px;
    height: 26px;
    line-height: 26px;
    padding-left: 16px;
    border: solid 1px #4bc3e9;
    margin-top: 5px;
    margin-bottom: 1px;
    overflow: hidden;
}

.naviButton2Off {
    text-decoration: none;
    font-size: 11px;
    color: #494949;
}

.naviButton2On {
    text-decoration: none;
    font-size: 11px;
    color: #cc0205;
}

.naviButton2Off:hover {
    text-decoration: none;
    font-size: 11px;
    color: #cc0205;
}

.naviButton2 {
    width: 183px;
    height: 20px;
    line-height: 20px;
    padding-left: 23px;
    overflow: hidden;
}

.naviButton3Off {
    text-decoration: none;
    font-size: 11px;
    color: #494949;
}

.naviButton3On {
    text-decoration: none;
    font-size: 11px;
    color: #cc0205;
}

.naviButton3Off:hover {
    text-decoration: none;
    font-size: 11px;
    color: #cc0205;
}

.naviButton3 {
    width: 178px;
    height: 20px;
    line-height: 20px;
    padding-left: 28px;
    overflow: hidden;
}