    /* Primary layout */

body    {
    margin: 0;
    border: 0;
    padding: 0;
    color: #000000;
    background: #dddddd;
    font-family: tahoma, verdana, sans-serif;
    }

img        {
    border: 0;
    }

img.logo    {
    position: absolute;
    left: 0px;
    top: 0px;
    }


    /* Navigation */

#sidenav    {
    margin: 0;
    padding: 20px;
    border: 0;
    background: #ffffff;
    width: 160px;
    position: absolute;
    left: 0px;
    top: 210px;
    text-align: left;
    }


    /* Layout */

#main    {
    width: 550px;
    position: absolute;
    left: 201px;
    top: 0px;
    padding: 50px;
    background: #ffffff;
    }

    
    /* Links */

a:link {
    font-weight : bold;
    text-decoration : none;
    color: #dc1b26;
    background: transparent;
    }

a:visited {
    font-weight : bold;
    text-decoration : none;
    color: #666666;
    background: transparent;
    }

a:hover {
    font-weight : bold;
    text-decoration : none;
    color: #000000;
    background: #edca42;
    }

a:active {
    font-weight : bold;
    text-decoration : none;
    color: #dc1b26;
    background: #edca42;
    }


    /* Typography */

#main p {
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 1em;
    }

#sidenav p {
    line-height: 150%;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 1em;
    }
    
.intro    {
    width: 550px;
    padding: 0 0 10px 0;
    font-size: 13px;
    font-style: normal;
    color: #000000;
    }

.subhead    {
    font-style: italic;
    font-weight : bold;
    color: #000000;
    }
    
.footer    {
    padding: 50px 0 20px 0;
    font-size: large;
    color: #dc1b26;
    text-align: center;
    }

h1 {
    margin: 25px 0 25px 0;
    padding: 0;
    }
        
h2, h3, h4, h5    {
    margin: 25px 0 0 0;
    padding: 0;
    }

ul li {
    line-height: 160%;
    list-style: circle outside;
    margin-top: 10px;
    margin-left: -25px;
    margin-bottom: 1em;
    }
