html {
    background-color: #E7E7E7;
    border-top: 10px solid #08587A;
}
body {
    margin: 0;
    padding: 0;
}
.container1 {
    width: 100%;
    height: auto;
    background-color: #0A6288;
}
.content {
    width: 985px;
    height: auto;
    margin: 0 auto;
}
.container2 {
    width: 100%;
    height: auto;
    background-color: #2B2E32;
}
ul li {
    color: white;
    font-family: sans-serif;
} 
.nav {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 0;
}
.nav li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Helvetica';
    padding: 1px 18px;
    margin-left: -4px;
    border-right: 1px solid #999;
    color: #999;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    vertical-align: baseline;
    font-variant: inherit;
}
.nav li a {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Helvetica';
    color: #999;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    vertical-align: baseline;
    font-variant: inherit;
    text-decoration: none;
}
.nav li:first-child {
    border-left: 1px solid #999;
}
.nav li:last-child {
    border-right: none;
}
.nav li:hover {
    color: #FF6600;
    cursor: pointer;
}
.nav li a:hover {
    color: #FF6600;
    cursor: pointer;
}
.container3 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.w {
    width: 100%;
    height: auto;
}
.centrat {
    display: block;
    margin: 0 auto;
}
.copy {
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-style: normal;
}
.copy:hover {
    text-decoration: underline;
    cursor: pointer;
}
.content2 {
    width: 945px;
    height: auto;
    margin: 0 auto;
    background-color: #2F3236;
    padding: 20px;
}
p {
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
}
h1 {
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
}
h2 {
    color: #FF6825;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}