﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #5B5B4F;
    color: #333333;
    font: 13px Arial, Verdana, Sans-serif;
}

th {
    padding: 3px 4px 0px;
    text-align: right;
    vertical-align: top;
}

h1 {
    margin: 0px 0px 15px;
    font-size: 16px;
}

h1 span {
    color: #6D6C34;
}

h1.underline {
    padding: 0px 0px 8px 5px;
    border-bottom: 2px solid #666666;
    font-variant: small-caps;
}

h2 {
    margin: 0px 0px 10px;
    font-size: 14px;
}

hr {
     margin: 10px 0px;
     border-top: 2px solid #CCCCCC;
     border-right: none;
     border-bottom: none;
     border-left: none;
     height: 2px;
}

a, img {
    border: none;
    outline: 0px;
}

a:link, a:visited {
    color: #6D6C34;
}

a:hover, a:active {
    color: #666666;
    text-decoration: none;
}

li {
    list-style-type: square;
}

dl {
    margin: 10px;
}

dt {
    margin: 8px 0px 0px 0px;
    font-weight: bold;
}

dd {
    margin: 0px 0px 0px 10px;
}

#menu {
    float: left;
    width: 979px;
    height: 45px;
    margin: 0px;
    padding: 0px;
    background: url(../images/buttonGrad.jpg) repeat-x top left;
    font-family: Verdana;
    font-variant: small-caps;
}

#menu ul {
    margin: 12px 0px 0px;
    padding: 0px;
    text-align: center;
}

#menu li {
    display: inline;
    list-style-type: none;
    margin: 0px 10px 0px;
    padding: 0px;
}

#menu a:link, #menu a:visited {
    color: #EEEEEE;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    color: #D7C063;
    text-decoration: none;
}

.newsArticle {
    margin: 20px 10px;
}

.newsArticle h1, .newsSnippet h1 {
    margin: 0px 0px 5px;
    color: #777;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: normal;
}

.newsArticle .date, .newsSnippet .date {
    display: block;
    margin: 0px 0px 5px;
    font-weight: bold;
}

.newsArticle .body, .newsSnippet .body {
    display: block;
    margin: 5px;
    font-style: italic;
}

.newsArticle .link, .newsSnippet .link {
    display: block;
    margin: 5px 0px 0px;
    text-align: right;
}

.imgButton {
    vertical-align: -1px;
}
