body {
    background-color: #294118;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    color: white;
}

h4 { 
    margin-top: 15px;
    margin-bottom: 15px;
}

h5 {
    float: center;
    display: inline;
    margin-right: 15px;
    font-size: 13px;
    font-weight: bold;
}

h6 {
    font-size: 13px;
    font-weight: normal;
    margin: 5px;
}

li { list-style: none; }

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

a:hover {
    color: #CD0000;
    text-decoration: none;
}

#main {
    width: 980px;
    margin: 0px auto;
}

#description {
    font-size: 15px;
}

#topbanner {
    margin-bottom: 20px;
}

#left {
    float: left;
    margin-left: 50px;
    margin-right: 52px;
    width: 170px;
}

#center {
    float: left;
    width: 435px;
    text-align: left;
}

.rss-title {
    line-height: 15px;
    background-color: #294118;
}

#right {
    overflow: hidden;
    margin-left: 438px;
    width: 170px;
}

#footer {
    padding-top: 15px;
}

#footer li {
    display: inline;
}

#error {
    width: 250px;
    padding: 5px;
    margin-left: 400px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 13px;
    color: red;
    border: 1px solid red;
}

#success {
    width: 250px;
    padding: 5px;
    margin-left: 400px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 13px;
    color: green;
    border: 1px solid green;
}
