html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    font-family: arial, times, helvetica, sans-serif;
    margin: 0px;
    width: 100%;
    background-color: #e8e8e8;
}

/* Links */
a {
    font-weight: 700;
}

a:link, a:visited, a:active {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #97cc4a;
    text-decoration: underline;
}

#pborder {
    width: 750px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* Begin Top Section */
#logo {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
}

#tnav {
    display: block;
    width: 100%;
    font-size: .9em;
    font-weight: 700;
    background-color: #005c94;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#tnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#tnav ul li {
    display: inline-block;
    color: #000000;
    background: #119400;
    margin:0;
    padding: 2px 5px;
    border-right: 1px dashed #000000;
}

#tnav ul li a {
    text-decoration: none;
    color: #ffffff;
}

#tnav ul li:first-child {
    border-left: 0;
}

#tnav ul li:hover {
    background-color: #005c94;
}
/*End Top Section */

#content {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.mcon {
    display: inline-block;
    width: 550px;
    float: left;
    padding-left: 10px;
}

#snav {
    display: inline-block;
    width: 125px;
    vertical-align: top;
    float: right;
}

#snav ul {
    list-style: square;
    margin: 0;
    padding: 15px 0 0 0;
    border: none;
}

#snav ul li {
    color: #000000;
}

#snav ul li a {
    text-decoration: none;
    color: #119400;
}

#snav ul li a:hover {
    text-decoration: none;
    color: #005c94;
}

#foot {
    display: block;
    width: 100%;
    font-size: .8em;
    border-top: 1px dashed #000000;
    padding: 5px 0;
}

#foot .copyright {
    display: inline-block;
    padding-left: 5px;
}

#foot .flinks {
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
}

#foot .flinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#foot .flinks ul li {
    display: inline-block;
    color: #000000;
    margin:0;
    padding: 2px 5px;
    border-right: 1px dotted #000000;
}

#foot .flinks ul li a {
    text-decoration: none;
    color: #119400;
}

#foot .flinks ul li a:hover {
    text-decoration: none;
    color: #005c94;
}

h1 {
    font-size: 1.4em;
    color: #005c94;
}

h2 {
    font-size: 1.2em;
}

.crumbs {
    display: block;
    width: 100%;
    font-size: .9em;
    font-weight: 700;
    padding-top: 5px;
}

.dark {
    font-weight: 700;
}

.slant {
font-style: italic;
}

.darkslant {
    font-weight: 700;
    font-style: italic;
}

.section {
    font-size: 1.6em;
    font-weight: 700;
    padding: 5px 0 5px 5px;
    color: #000000;
    border-bottom: 2px solid #003366;
}

.row {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d7cf;
    vertical-align: top;
}

.halfcol {
    display: inline-block;
    width: 48%;
    margin: 0;
    padding:0 10px 0 0;
    vertical-align: top;
}

.cols1, .cols2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 5px;
    margin-bottom: 25px;
    vertical-align: top;
    border-bottom: 2px dashed #000000;
}

.cols2 .col1 {
    display: inline-block;
    width: 48%;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: top;
}

.cols2 .col2 {
    display: inline-block;
    width: 48%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

p.shead {
    border-bottom: 2px solid #003366;
    border-left: 2px solid #003366;
    font-weight: 700;
    padding: 5px 0 5px 5px;
}
