body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: normal;
    background-color: white;
    color: black;
}

a {
    color: darkgray;
    background-color: inherit;
    font-weight: bold;
}

a:visited {
    color: black;
    background-color: inherit;
}

a:hover {
    color: white;
    background-color: darkgray;
}

a:active {
    color: darkgray;
    background-color: inherit;
}

/*******************************************************************************
 MAIN CONTENT AREAS
 ******************************************************************************/
div#header {
    border-bottom: 1px solid #808080;
    height: 80px;
    width: 100%;
    background-color: #FFF;
    font-family: Utopia, Times, serif;
    font-style: oblique;
}

div#header h1 {
    font-weight: bold;
    font-size: 2em;
    padding: 0;
    color: #000;
    background-color: transparent;
    vertical-align: bottom;
}

div#header h1 img {
    width: 80px;
    text-align: left;
    margin-right: 10px;
    float: left;
}

div#header span.subtitle {
    font-family: Utopia, Times, serif;
    font-size: .66em;
}

div#header p#userinfo {
    width: 30%;
    float: right;
    text-align: right;
}

#nav {
    position: absolute;
    right: 0;
    width: 200px;
    border-left: 1px solid black;
    margin-left: 5px;
    padding-left: 5px;
    background-color: #FFF;
    color: #000;
    font-family: Utopia, Times, serif;
    font-size: 0.8em;
}

#nav h2 {
    border-top: 1px solid black;
    padding-top: 2px;
    padding-left: 5px;
}

#nav ul {
    display: block;
}

#nav ul li {
    display: block;
    text-indent: -1em;
    margin: -1em;
    line-height: 1.6em;
    padding-bottom: 0.8em;
}

#nav ul li a {
    color: black;
    text-decoration: none;
}

#nav ul li a:hover {
    background-color: gray;
    color: white;
    text-decoration: none;
}

#nav dl dt {
    padding-left: 5px;
}

#nav p {
    padding-left: 5px;
}

div#content {
    margin-right: 200px;
    padding: 5px 5px 5px 5px;
}

div#footer {
    width: 100%;
    border-top: 1px solid black;
    margin: 1em auto 0.5em auto;
    padding: 5px;
    text-align: center;
    font-family: Utopia, Times, serif;
    font-size: 0.8em;
}

div#footer a {
    color: black;
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
}

div#footer a:hover {
    color: white;
    background-color: gray;
}

/*******************************************************************************
 FORM SETTINGS
 ******************************************************************************/
fieldset {
    border: solid 1px darkgray;
    margin: 0.5em;
    padding: 0.5em;
    /* width: 300px;*/
}

fieldset legend {
    font-size: 120%;
    font-weight: bold;
    color: darkgray;
}

label {
    display: block;
    font-size: 80%;
    font-weight: bold;
    clear: both;
    margin-bottom: 2em;
}

label input {
    font-weight: normal;
    float: right;
    width: 150px;
    margin-left: 1em;
}

label.nf {
    font-weight: normal;
}

label.nf input {
    float: none;
    margin: 0;
    width: auto;
}

fieldset.article {
    border: solid 1px darkgray;
    margin: 0.5em;
    padding: 0.5em;
    width: 450px;
}

/*******************************************************************************
 PAGER CLASSES
 ******************************************************************************/
div.pager {
    text-align: center;
}

div.pager span.current {
    font-weight: bold;
    color: black;
}

/*******************************************************************************
 MISCELLANEOUS CLASSES
 ******************************************************************************/
.center {
    text-align: center;
}

h1, h2, h3, h4 {
    font-family: Utopia, Times, serif;
    font-weight: bold;
}

table.list_articles {
    border: 1px solid darkgrey;
    margin: 1em auto;
}

table.list_articles tr.header {
    font-family: Utopia, Times, serif;
    font-size: 1.2em;
}

table.list_articles tr.header a {
    color: darkgray;
    background-color: inherit;
}

table.list_articles tr.header a:hover {
    color: white;
    background-color: darkgray;
}

table.list_articles tr.odd td, table.list_articles tr.even td {
    vertical-align: top;
    padding: 5px;
}

table.list_articles tr.odd td a, table.list_articles tr.even td a {
    color: black;
    font-weight: bold;
}

table.list_articles tr.odd td a:hover, table.list_articles tr.even td a:hover {
    color: white;
    font-weight: bold;
}

table.list_articles tr.odd td {
    background-color: lightgray;
}

table.list_artciles tr.even td {
    background-color: inherit;
}

div.section {
    margin-bottom: 5px;
    /* border-top: 1px solid darkgray; */
}

div.section h2 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: darkgray;
    color: white;
    font-weight: bolder;
    padding: 3px;
}

div.section h2 a {
    color: white;
}

div.item {
    border-top: 1px solid darkgray;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.item h4 {
    margin-top: 5px;
    font-size: 1.2em;
    font-style: normal;
    text-decoration: none;
    padding-bottom: none;
}

div.item h4 a {
    text-decoration: none;
}

div.item p.aside {
    padding-top: 0.2em;
    margin-top: 0;
    font-style: oblique;
}
