/* Base */
body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    color: #000000;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}
a img {
    border: none;
}

/* Links */
a:link {
    color: #0057b8;
    text-decoration: underline;
}
a:visited {
    color: #003f7f;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

/* Container */
.container {
    width: 960px;
    background-color: #ffffff;
    margin: 0 auto;
}

/* Header */
header {
    background-color: #0057b8;
    padding: 10px 0;
}

/* Columns */
.sidebar1 {
    float: left;
    width: 180px;
    background-color: #e6f2ff;
    padding-bottom: 10px;
}
.content {
    padding: 10px 0;
    width: 600px;
    float: left;
}
aside {
    float: left;
    width: 180px;
    background-color: #e6f2ff;
    padding: 10px 0;
}

/* Content lists */
.content ul, .content ol {
    padding: 0 15px 15px 40px;
}

/* Navigation */
nav ul {
    list-style: none;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
}
nav li {
    border-bottom: 1px solid #ccc;
}
nav a, nav a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    width: 160px;
    text-decoration: none;
    background-color: #0057b8;
    color: #ffffff;
}
nav a:hover, nav a:active, nav a:focus {
    background-color: #003f7f;
    color: #ffffff;
}

/* Footer */
footer {
    padding: 10px 0;
    background-color: #e6f2ff;
    position: relative;
    clear: both;
}

/* Floats & clears */
.fltrt {
    float: right;
    margin-left: 8px;
}
.fltlft {
    float: left;
    margin-right: 8px;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* HTML5 support */
header, section, footer, aside, article, figure {
    display: block;
}
