html, body, h1, h2, div, p
    {
    font-family: verdana, helvetica, arial, sans-serif;
    }

html, body {
    margin: 0px 8px 0px 8px;
    }

h1 {
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    }

h2 {
    font-size: 18pt;
    font-weight: normal;
    }

.paddedcontent {
    margin: 0px 20px 0px 20px;
    }

.foot 
    {
    font-family : "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
    font-size :  0.60em;
    text-align: right;
    margin-top: 1em;
    }

.nav 
    {
    font-size: 12px;
    /* .Credit: Originally: 0.75em, but changed to pixels thanks to Zeldman tip:
    http://www.zeldman.com/daily/0502c.html#emz ;; */
    }


/*
Thank you to: A List Apart Magazine, Happy Cog Studios
http://www.alistapart.com/articles/practicalcss/
for the following styles:
*/

/*
div.row {
    
    clear: both;
    This has to be commented out because of a bug in IE5xMac. Use a "spacer" div instead.
    Apparently this fix isn't what killed the NS4 view of this page.
    }
*/

div.row div.left {
    float: left;
    text-align: left;
    }

div.row div.right {
    float: right;
    text-align: right;
    }

div.spacer {
    clear: both;
    }

