/* Standard components of web pages */

div#pageHeader { clear: both; }
div#pageTitle  { }
div#pageBody   { }
div#pageSegment   { }
div#projectSegment   { }
div#pageFooter { clear: both; }

/* Styling the navigation bar -- part of pageHeader */


/* Link badges -- currently used in the pageFooter */

.badge
{
    float: right;
    line-height: 110%;
    padding: 2px;
    margin-right: 2px;
    /* font-style: italic; */
}

.badge:hover { background-color: #ccccff; }

/* Floating elements */

.floatRight
{
    float: right;
    margin-left: 1em;
}

/* Abstracts of papers */

div.abstract
{
    /*
    font-family: sans-serif;
    font-size: 83.33%;
    */
    font: 11px/14px Georgia, serif;
    text-align: justify;
    margin-left: 2em;
    margin-right: 1em;
    margin-top: 1ex;
}
