@media screen {
    /* Content */
    #divContent {
        float:left;
        margin-bottom:30px;
        margin-left:80px;
        padding-top:40px;
        width:580px;
    }
    #divContent p {
        margin-bottom:20px;
    }
    .button {
        background:url(../Images/download_bg.png);
        color:#5e5e5e;
        display:block;
        line-height:19px;
        height:19px;
        text-align:center;
        text-decoration:none;
        width:103px;
    }
    #divContent .contentImage {
        float:left;
        margin-bottom:5px;
        margin-right:10px;
    }

    /* ContentFooter */
    #divContentFooter {
        background:url(../Images/bg_dotted.gif) repeat-x;
        line-height:30px;
        height:30px;
        margin-top:10px;
    }
    #divContentFooter a  {
        color:#c5c6c7;
        float:left;
        font-size:110%;
        text-decoration:none;
    }
    #divContentFooter a:hover { color:#444444; }
    #divContentFooterLeft {
        float:left;
    }
    #divContentFooterRight {
        float:right;
    }
    #divContentFooterLeft a {
        background:url(../Images/contentFooter_top.png) no-repeat left;
        padding-left:18px;
    }
    #divContentFooterRight a {
        background:url(../Images/contentFooter_right.png) no-repeat right;
        padding-right:18px;
    }

    /* Colors */
    #divContainer h1.blue, .blue h1, .blue h1 a, .blue #divSubMenu a.active { color:#67bee7; }
    #divContainer h1.orange, .orange h1, .orange h1 a, .orange #divSubMenu a.active { color:#fdc600; }
    #divContainer h1.green, .green h1, .green h1 a, .green #divSubMenu a.active { color:#cbd300; }
    #divContainer h1.grey, .grey h1, .grey h1 a, .grey #divSubMenu a.active { color:#5f6062; }

    /* SubMenu */
    #divSubMenu {
        
    }
    #divSubMenu ul {
        list-style-type: none;
    }
    #divSubMenu li {
        line-height:30px;
        height:30px;
        background:url(../Images/bg_dotted.gif) repeat-x bottom;
    }
    #divSubMenu li a {
        text-decoration:none;
    }

    /* ContentTables */
    .contentTable {
        width:100%;
    }
    .contentTable td  {
        vertical-align:bottom;
    }
    .leftColumn {
        padding-right:20px;
        width:100px;
    }
    .rightColumn {
        padding-left:20px;
        width:103px;
    }

	/* Sitemap */
    .sitemapContainer {
        margin-top:30px;
        padding:0px 10px;
    }
    .sitemapRow  {
        clear:both;
        vertical-align:top;
    }
    .sitemapContent  {
        float:left;
        padding:10px;
        width:22%;
    }
    .sitemapContent h1 {
        font-size:110%;
        text-transform:uppercase;
    }
    .sitemapContent h1 a {
        text-decoration:none;
    }
    .sitemapContent a {
        font-size:110%;
        text-decoration:none !important;
    }
    
    /* SearchResults */
    .searchResults h2 {
        background:none;
        font-size:110%;
        margin-bottom:20px;
    }
    
    .searchResults dt {
        margin-top:10px;
    }
    
    .searchResults dt a {
        font-size:110%;
        text-decoration:none;
    }
    
    .searchResults em {
        font-style:normal;
    }
    
    .searchResults dt, .searchResults dd {
        font-size:110%;
    }
    
    .searchResults dt {
        background:url(../Images/bg_dotted.gif) repeat-x top;
        display:block;
        line-height:30px;
    }
}
