#pagewidth {
    max-width: 1024px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#leadimage {
    text-align: center;
}

#banner {
    position: relative;
    height: 100px;
    background-color: white;
    width: 100%;
    overflow: hidden;
}

#top_nav {
        font-family: DejaVuSans,Arial, Helvetica, sans-serif;
    position: relative;
    height: 55px;
    background-color: white;
    width: 100%;
}

#headline {
    #background-color: white;
}

#colcontainer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFF;
}

#content {
    padding: 10px;
    font-size: small;
}

p{
font-size: 90%;
 line-height: 140%;
 }

#leftcol {
    width: 33%;
    float: left;
    position: relative;
    #background-color: #F8F8F8;
    overflow: hidden;
}

#rightcol {
    width: 33%;
    float: right;
    position: relative;
    #background-color: #F8F8F8;
    overflow: hidden;
}

#centercol {
    width: 33%;
    float: left;
    display: inline;
    position: relative;
    #background-color: white;
    overflow: hidden;
}

#article_left {
    width: 25%;
    float: left;
    position: relative;
    background-color: white;
    #background-color: #FFFFCC;
    overflow: hidden;
}

#article_right {
    width: 75%;
    float: right;
    position: relative;
    background-color: white;
    overflow: hidden;
}

#footer {
    float: left;
    position: relative;
    height: 100px;
    #background-color: #FFFFCC;
    width: 100%;
    #border-top: 1px dotted black;
}

h1 {
    font-family: DejaVuSans,Arial,Helvetica,"Times New Roman", Times, serif;
    font-size: 1.5em;
    font-style: bold;
    color: #797746;
    margin: 0px;
}

h2 {
        font-size: 1.6em;
        font-family: DejaVuSans,Arial,Helvetica,"Times New Roman", Times, serif;
        margin-bottom: 15px;
        color: #BCBB9F;
}

h3 {
        font-family: DejaVuSans,Arial,Helvetica,"Times New Roman", Times, serif;
        margin-top: 5px;
        color: #595726;
        font-size: 1.5em;
        background-color: #dfdec9;
        padding: 4px;
        margin-bottom: 20px;
}

h4 {
        font-family: DejaVuSans,Arial,Helvetica,"Times New Roman", Times, serif;
        color: #595726;
        font-size: 1em;
        background-color: #dfdec9;
        padding: 4px;
        text-align: left;
}

pre
{
margin-top: 10px;
margin-bottom: 10px;
border-style: solid;
border-width: thin;
border-color: #ccc;
padding: 5px;
}


a:link

{
color: #6C6A41;
text-decoration: none;
}

a:visited {color: #333333;
text-decoration: none;
}  /* visited link */

a:hover 
{
}   /* mouse over link */

a:active {color: #000000;
text-decoration: none;
}   /* selected link */

.float_left {float: left;
              margin-right: 6px;}

body {
    font-family: Georgia, "Times New Roman", "Adobe Times", "Times", "serif";
    float: center;
    #margin: 0px auto;
    #text-align: center;
}

#headerasdf {
        background-repeat: no-repeat;
        height: 1px;
        padding-right: 10px;
        background-color: #575857;
        margin-bottom: 1px;
        text-align: right;
        color: #CCCCCC;
        padding-top: 1px;
}

.header_txt {
        color: #FFFFFF;
        background: none;
}

#footerasdf {
        font-size: 1.2em;
        background-color: #f9f9f9;
        border-top: 1px dotted #CCCCCC;
        border-bottom: 1px dotted #CCCCCC;
        text-align: center;
        padding: 15px;
        clear: both;
}


#navcontainerasdf
{
        margin-bottom: 1em;
        overflow: hidden;
        width: 100%;
        font-size: 1.2em;
        font-style: italic;
        border-bottom: 1px solid #999999;
        border-top: 1px solid #999999;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9f9f9;
}

li{
line-height: 160%;
 }

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#menu {
        padding:0;
        margin:0;
        color:#fff;
        white-space:nowrap;
        list-style-type:disc;
        font-size: 14px;
}

#menu li {
        display:inline;
}

#menu li a {
        padding:0.2em 1em;
        background:#9f9878;
        color:#000;
        text-decoration:none;
        float:left;
        font-weight: normal;
        margin-left: 3px;
}

#menu li a:hover {
    background:#ebc405;
    color:#000;
    font-weight: normal;
}

img {
    border: none;
}

#quickLinks {
    font-size: 13px;
    padding: 5px 5 5px 5;
}
