@charset "utf-8";

body {
    font-family: Verdana, sans-serif;
    font-size:0.8em;
    padding:0;
    margin:0;
    background-color: #666666;
    color: #666666;
}

img { border:0; }

h1 {
    text-align: center;
}

#header {
    text-align: right;
    height: 50px;
    padding: 10px;
    position: relative;
}
#header a {
    background-position: left;
    text-align: left;
    float: left;
    width: 20%;
}
#navigation {
    height: 25px;
    left: 0px;
    background-color: #FD7000;
    padding: 5px;
    border-top-color: #2C1971;
    border-bottom-color: #2C1971;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
}
#content {
    left: 0px;
    padding: 5px;
    position: relative;
}
#body {
    width: 950px;
    margin:auto;
    border-left:2px solid black;
    border-right:2px solid black;
    background-color: #FFFFFF;
}
#footer {
    background-color: #DDDDDD;
    border-top-color: #2C1971;
    border-bottom-color: #2C1971;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    color: #000000;
}
#body #navigation ul {
}
#body #navigation a {
    font-weight: bold;
    color: #FFFFFF;
}

a {
    color: #005FB1;
    text-decoration: none;
}

a:visited{
    color: #FD7000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.bggray {
    background-color: #EEEEEE;
}

#sidebar {
    width: 260px;
    float: right;
}

#articles {
    width: 660px;
    float: left;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.article {
    margin-top: 10px;
}

.article_title {
    font-size: 120%;
}

.article_summary {
    background-color: #EEEEEE;
    color: #000000;
    border-bottom-color: #005FB1;
    border-bottom-width: thin;
    border-bottom-style: solid;
}
