﻿html
{
    background-attachment: fixed;
    background-color: #4b4a49; /* 333333 */
    background-image: url(/static/bkgFade.png);
    background-repeat: repeat-x;
    
    color: #ffffff;
    font-family: Sans-Serif;
    
    margin: 0;
    padding: 0;
}

body
{
    margin: 10px;
    padding: 0;
}

div#divTopBar
{
    background-color: #000000;
    
    text-align: right;
    
    margin: 0;
    padding: 0.5em;
}

div#divPage
{
    margin: 10px 0px 10px 20px;
    padding: 0;
}

div#divSkyscraper
{
    float: right;
    
    /*background-color: #333333;
    
    height: 600px;
    width: 160px;*/ /* Google AdSense Skyscrapers can be 120px or 160px wide */
    
    margin: 10px 0 10px 0;
}

    div#divSkyscraper object
    {
        display: block;
        overflow: hidden;
        
        height: 600px;
        width: 160px;
        
        margin: 0;
        padding: 0;
    }

div#divLogo
{
}

    div#divLogo a
    {
        display: block;
        
        background-image: url(/static/lgoListDirectory.png);
        background-repeat: no-repeat;
        
        height: 62px;
        width: 376px;
    }

    div#divLogo a img
    {
        border-style: none;
    }

div#divSiteMessage p
{
    display: block;
    
    background-color: #ffff66;
    
    color: #993333;
    font-weight: bold;
    font-size: smaller;
    
    margin: 10px 200px 10px 0;
    padding: 10px;
}

div#divContent
{
    background-color: #99cc66;
    
    color: #000000;
   
    margin: 10px 200px 10px 0;
    padding: 10px;
}

div#divBottomBar
{
    clear: both;
    
    background-color: #000000;
    
    height: 5px;
}

div#divFooter
{
    font-size: xx-small;
}

    div#divFooter ul, div#divFooter ul li
    {
        display: inline;
        float: left;
        
        list-style-type: none;
        
        margin: 2px;
        padding: 0;
    }
    
    div#divFooter div#divMAWD
    {
        float: right;
        
        text-align: right;
        
        margin: 2px;
        padding: 0;
    }


p
{
    margin: 2px 0 0 0;
    padding: 0;
}

a
{
    color: #006699;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
}

h1
{
    border-bottom: solid 2px #ccff99;
    
    color: #000000;
    font-size: large;
    font-weight: bold;
    
    margin: 0;
    padding: 0 0 2px 0;
}

h2, h3, h4, h5, h6, h7
{   
    margin: 10px 0 0 0;
    padding: 0 0 2px 0;
}

ul
{
    list-style-type: square;
}

img
{
	border: none;
}


/* Remove */
.PrintOnly
{
    display: none;
    float: none;
    overflow: hidden;
    visibility: hidden;
    
    height: 0;
    width: 0;
    
    margin: 0;
    padding: 0;
}




@media print
{
    /* Completely Remove */
    .ScreenOnly, div#divTopBar, div#divBottomBar, div#divSkyscraper, div#divSiteMessage, div#divFooter
    {
        display: none;
        float: none;
        overflow: hidden;
        visibility: hidden;
        
        height: 0;
        width: 0;
        
        margin: 0;
        padding: 0;
    }
    
    /* Resize, White Background */
    html, body, div#divPage, div#divContent, h1
    {
        background-color: #ffffff;
        
        color: #333333;
        font-family: Serif;
        
        height: auto;
        width: auto;
        
        margin: 0;
        padding: 0;
    }
    
    /* Display */
    .PrintOnly
    {
        display: block;
        overflow: auto;
        visibility: visible;
        
        height: auto;
        width: auto;
    }
    
    
}
