/* PARAGRAPH FORMATTING STYLES */

    p.main-head
    {
        font-family: sans-serif;
        font-size: 180%;
        font-weight: bold;
        text-align: left;
        color: #000090;
        margin-top: 0px;
        margin-bottom: 12px;
        clear: left;
    }
    p.sect-head
    {
        font-family: sans-serif;
        font-size: 125%;
        font-weight: bold;
        color: #aa0000;
        margin-top: 16px;
        margin-bottom: 12px;
        clear: left;
    }
    p.subsect-head
    {
        font-family: sans-serif;
        font-size: 100%;
        font-weight: bold;
        color: #aa0000;
        margin-left: 40px;
        margin-top: 14px;
        margin-bottom: 12px;
        clear: left;
    }
    p.body
    {
        font-size: 100%;
        color: #000090;
        margin-left: 40px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    p.plain
    {
        font-size: 100%;
        color: #000090;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    p.right
    {
        font-size: 100%;
        text-align: right;
        color: #000090;
        margin-left: 40px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    p.course
    {
        font-size: 100%;
        color: #000090;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

/* UNORDERED LIST STYLES */

    ul.full-indent
    {
        font-size: 100%;
        color: #000090;
        margin-left: 40px;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    ul.half-indent
    {
        font-size: 100%;
        color: #000090;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 12px;
    }

/* LIST ITEM STYLES */

    li
    {
        color: #000090;
        margin-bottom: 12px;
        clear: left;
    }

/* DIVISION STYLES */

    div.left
    {
        float: left;
        /*color: #000090;*/
        margin-right: 9px;
    }
        
/* HYPERLINK STYLES */

    a
    {
        text-decoration: none;
        color: #0088dd;
    }
    a:hover
    {
        text-decoration: underline;
    }
