html {
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #4ba5da;
}

a:hover {
    color: #7bcd5f;
}

body {
    background: #4ba5da;
    color: #282828;
    font: normal 10px Tahoma, sans-serif;
    padding-top: 20px;
}

p,
code,
ul {
    padding-bottom: 1.2em;
}

li {
    list-style: none;
}

h1 {
    font: 22px Tahoma, sans-serif;
}

h2 {
    font: bold 17px sans-serif;
}

h3 {
    font: bold 1em Tahoma, sans-serif;
}

form,
input {
    margin: 0;
    padding: 0;
    display: inline;
}

code {
    background: #FFF;
    border: 1px solid #EEE;
    color: #666;
    display: block;
    font: normal 1em Tahoma, sans-serif;
    line-height: 1.6em;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

h1,
h2,
h3 {
    padding-top: 6px;
    color: #4ba5da;
    margin-bottom: 4px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearer {
    clear: both;
    font-size: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.inner-container {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #b1b1b1;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 auto;
    padding: 15px;
    width: 960px;
}

.outer-container {
    background: #b5d3ef url('../images/bg.jpg') repeat-x;
    padding-bottom: 24px;
}

.header {
    background: #222 url("../images/headnew.jpg") no-repeat scroll 0 0 / cover;
    height: 300px;
    margin-bottom: 0;
    text-align: center;
}

.header .title {
    color: #fff;
    padding-top: 58px;
}

.header .title .name a {
    color: #ffffff;
    font-family: "Times New Roman";
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 200px;
    padding-top: 100px;
    text-align: center;
    text-decoration: none;
}

.header .title a:hover {
    border-color: #F60;
}

.header .title .tag {
    font-family: "Times New Roman";
    font-size: 30px;
    font-style: italic;
    letter-spacing: 0.15em;
    padding-left: 190px;
    padding-top: 0;
    text-align: center;
}

.navigation {
    box-sizing: border-box;
    float: left;
    width: 270px;
}

.navigation h2 {
    color: #7bcd5f;
    font: bold 1.6em Tahoma, sans-serif;
    line-height: 30px;
    margin: 0;
    padding-left: 11px;
}

.navigation ul {
    padding-bottom: 10px;
    border-top: 1px solid #7bcd5f;
}

.navigation li {
    border-bottom: 1px solid #b1b1b1;
}

.navigation li a {
    font-size: 1.1em;
    color: #7c7c7c;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    width: 95%;
}

.navigation li a:hover {
    background: #c7c7c7;
    color: #282828;
}

.main {
    background: #ffffff;
    padding: 0px 10px 0 0;
}

.content {
    box-sizing: border-box;
    float: left;
    padding: 10px 15px;
    width: 650px;
}

.content p {
    font-family: "Lucida Sans Unicode", sans-serif;
}

.footer {
    background: #7bcd5f none repeat scroll 0 0;
    color: #f7f7f2;
    font: bold 1em sans-serif;
    margin-top: 5px;
    padding: 15px 12px;
    text-align: left;
}

.footer a {
    color: #F7F7F2;
    text-decoration: none;
}

.footer a:hover {
    color: #282828;
}

.valid {
    text-align: center;
    padding-top: 5px;
}