        body {
            background:#bbd5cc url("../images/bg_green_full1.jpg") repeat-x scroll center top;
        }
        
        #logo {
            background:transparent url(../images/Banner.Welcome.Green.small.jpg) no-repeat scroll 0 0;
            height:153px;
            left:12px;
            position:absolute;
            top:17px;
            width:789px;
        }
        
        #nav {
            /*background:transparent url(../images/xnav-bg.png) no-repeat scroll center top;*/
            font-size:0.95em;
            font-weight:bold;
            height:32px;
            margin:0;
            padding:0 0 0 1px;
            text-transform:uppercase;
        }
        #dateLoginSearch {
            /*background:transparent url(../images/xdate-login-search-bg.png) no-repeat scroll 0 0;*/
            font-size:0.9em;
            font-weight:bold;
            height:42px;
            margin:0 0 16px;
            padding:0 0 0 12px;
        }
        
        .teaserContent .contentType.article {
            /*background:transparent url(../images/icon-article.png) no-repeat scroll center top;*/
            color:#565656;
            margin-top:7px;
            padding-top:29px;
            margin-left:2px;
            /*height:150px;
            width:75px;*/
        }

        .teaserContent .contentType.article ul {
            color:#333;            
            
        }
        
        .teaserContent .contentType.article li {
            padding:5px 1px 5px 1px;
            background-color:rgb(196,215,205);
            border-bottom:1px solid #787878;
            
        }
        
        
        .teaserContent .contentType.video {
            /*background:transparent url(../images/icon-article.png) no-repeat scroll center top;*/
            color:#565656;
            margin-top:7px;
            padding-top:29px;
            margin-left:2px;
            /*height:150px;
            width:75px;*/
        }

        .teaserContent .contentType.video ul {
            color:#333;            
            
        }
        
        .teaserContent .contentType.video li {
            padding:5px 1px 5px 1px;
            background-color:rgb(196,215,205);
            border-bottom:1px solid #787878;
            
        }

        
        #subsectionBox {
            padding:1px 0 3px 10px;
        }
        
        #relatedContent {
            /*position:absolute;
            top:170px;
            left:689px;*/
            min-width:257px;
        }
        
        #headerLeadForm {
            height:150px;
            position:absolute;
            right:5px;
            top:17px;
            width:269px;
            font-size:14px;
            background-color:#fff;
        }
        
        .button {
            background-color:rgb(196,215,205);
            margin-top:10px;
            font-size:12px;
        }
        
        .required {
            color:red;
            padding-right:3px;
        }
