body {
    background-color: #f3f3f3;
}
#logo_container {
    margin: 0; padding: 0;
    border: 0;
    width: 950px;
    height: 166px;
    z-index: 1;
}

#search_box {
    margin: 0;
    padding: 0 .25em;
    background: transparent;
    text-align: right;
}

#main_container {
    z-index: 1;
}

#survey_link {
    display: none;
    padding: 6px;
    margin: 1em auto;
    border: 1px solid #ccc;
    background-color: #eee;
    width: 500px;
    font-size: 1.1em;
    text-align: center;
}

#nav {
    z-index: 2;
}
#content {
    background: white;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    z-index: 1;
}

h1, h2, h3 {
    color: #333;
}

h2.title {
    border-bottom: 1px solid #eee;
    text-shadow: 0px 1px 2px #ccc;
}
div.linkpage_item h3 {
    font-size: 1.2em;
    line-height: 1.5em;
}
#content a:link {
    color: #223ba9;
    font-weight: bold;
}
#content a:visited {
    color: #324b89;
}
#content a:hover {
    color: #0000ff;
}
#content a:active {
    color: #c00;
}
#content .expand-full-text {
    cursor: pointer;
}
#content .byline {
    color: #aaa;
    font-size: .95em;
    margin-top: 0; margin-bottom: 0;
    padding-top: 0; padding-bottom: 0;
}
.article h3 {
    margin-bottom: .5em;
}
.article_date {
    /*font-variant: small-caps;*/
    font-size: smaller;
    text-transform: uppercase;
}
#footer {
    color: #444;
}
