﻿
body {
    padding: 0px;
    margin: 0px;
    font: .8em/1.4em Arial, Helvetica, Sans-Serif;
    text-align: center;
    color: #004990;
    background: #3F66A1;
}

#page {
    position: relative;
    width: 760px;
    margin: 10px auto;
    padding: 0px;
    text-align: left;
    border: solid 1px #fff;
    border-width: 0px 1px;
    background: #fff;
}

#header {
    position: relative;
    background: #004A8C;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

#header h1 {
    width: 282px;
    height: 75px;
    background: transparent url("images/kcee.gif") 14px 10px no-repeat;
    padding: 0px; 
    margin: 0px;
}

#homelink {
    display: block;
    width: 282px;
    height: 75px;
    text-decoration: none;
}

#header h1 span {
    font-size: .1em;
    position: absolute;
    top: -1000px;
}

#navigation {
    position: absolute;
    top: 0px;
    right: -1px;
}

#navigation ul {
    margin: 0px;
    padding: 3px 0px;
}

#navigation li {
    display: inline;
    list-style: none;
    color: #fff;
    padding: 4px 8px 2px;
    border-right: solid 1px #fff;
    font-size: .9em;
}

#navigation li a {
    color: #fff;
    text-decoration: none;
}

#navigation li a:hover {
    text-decoration: underline;
}

#content {
    position: relative;
    border-top: solid 10px #3F66A1;
    padding: 20px;
}

#logoSection {
    position: relative;
    width: 180px;
    height: 160px;
    float: left;
}

#logo {
    position: absolute;
    top: -40px;
    left: -30px;
}



/** SECTION INDEX PAGES **/

#sectionIndex {
    margin-left: 188px;
}

#sectionImage {
    float: right;
}


#footer {
    font-size: .85em;
    padding: 10px 20px;
    color: #fff;
    background: #3F66A1;
    border-bottom: solid 1px #fff;
}

#footer a {
    color: #fff;
}





h1 {
    color: #4AA942;
    font: 2.1em Arial, Helvetica, Sans-serif;
    margin: 10px 0px;
    padding: 0px;
}

h2 {
    color: #004990;
    font: 1.6em Arial, Helvetica, Sans-serif;
    margin: 10px 0px;
    padding: 0px;
}

p {
    margin: 20px 0px;
    padding: 0px;
}

.break {
    clear: both;
}




