    /* Primary layout */

body    {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    color: #404040;
    background: #A1C0D1 url(images/tile.gif) repeat-y;
    font: small verdana, helvetica, arial, sans-serif;
    }

img        {
    border: 0;
    display: block;
    }


    /* Sidebar */

#sidebartag    {
    margin: 0;
    padding: 0;
    border: 0;
    width: 142px;
    position: absolute;
    left: 10px;
    top: 112px;
    text-align: center;
    }

#sidebar    {
    margin: 0;
    padding: 0;
    border: 0;
    width: 142px;
    position: absolute;
    left: 10px;
    top: 270px;
    text-align: left;
    font-size: 70%;
    }


    /* Wrapper */

#wrapper    {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 587px;
    position: absolute;
    left: 173px;
    top: 0;
    text-align: left;
    font-size: 85%;
    }
    


    
    /* Inner layout */

#content    {
    padding: 0;
    }
    

#nav-home    {
    width: 587px;
    position: absolute;
    top: 228px;
    }

#nav-sub    {
    width: 587px;
    position: absolute;
    top: 101px;
    }

#intro    {
    width: 408px;
    position: absolute;
    left: 110px;
    top: 105px;
    padding: 0 0 10px 0;
    }

#main    {
    width: 408px;
    position: absolute;
    left: 110px;
    top: 270px;
    padding: 0 0 10px 0;
    }


    
    /* Bottom layout */

#footer    {
    text-align: left;
    margin: 0;
    padding: 50px 0 20px 0;
    font-size: x-small;
    color: #999;
    }
    


    /* Default links     */

a:link, a:visited {
    font-weight : bold;
    text-decoration : none;
    color: #004F75;
    background: transparent;
    }

a:hover {
    font-weight : bold;
    text-decoration : underline;
    color: #004F75;
    background: transparent;
    }

a:active {
    font-weight : bold;
    text-decoration : none;
    color: #004F75;
    background: transparent;
    }

a.footer:link, a.footer:visited {
    font-weight : normal;
    text-decoration : none;
    color: #004F75;
    background: transparent;
    }

a.footer:hover {
    font-weight : normal;
    text-decoration : underline;
    color: #004F75;
    background: transparent;
    }

a.footer:active {
    font-weight : normal;
    text-decoration : none;
    color: #004F75;
    background: transparent;
    }

    
    /* Typography */
    
#intro p {
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 16px; 
    line-height: 18px; 
    font-family: "Times New Roman", Times, Georgia, serif;
    font-style: italic;
    color: #004F75; 
    }

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

#sidebartag p {
    margin-top: 10px;
    color: #FFF;
    font-size: 80%;
    }

#sidebar p {
    line-height: 150%;
    color: #004F75;
    margin-top: 10px;
    margin-bottom: 1em;
    }

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

h2    {
    font-size: large;
    }

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



