      body{
            background-color: #ddf;
            font-family: "Open Sans";

        }
        a{
            text-decoration:none;
            color:grey;
            font-weight: bold;
        }
        a:hover{
            color:black;

        }
        li{
            list-style-type: none;
            margin:5px;
        }
        .small {
            font-size:8pt;
            font-style: italic;
            display:block;
        }
        h1{
            position:absolute;
            font-size:0pt;
            background-image: url("SmallLogo.png");
            width:179px;
            height:128px;
            z-index:5;
        }
        h3{
            color:dimgray;
        }
        .content {
            background-color:#eef;
            padding:10px;
            clear:both;
            top: -20px;
            position:relative;
            display:table;
            min-width:800px;
            display:table;
            margin-left:auto;
            margin-right:auto;

        }
        .gradientBar{
            height:128px;
            width:820px;
            background-image:url("SmallGradient.png");
            background-repeat: repeat-x;
            display:table;
            margin-left:auto;
            margin-right:auto;
        }
        .clearfix {
            content: "";
            display: table;
            clear:both;
        }
        .mainMenu {
            padding-left: 175px;
            display:block;
            position: relative;
            height:47px;
            width:645px;
            left:0px;
            top: 40px;
            background-image:url("MainMenuGradient.png");
            background-repeat: repeat-x;
            
        }
        .menuDivider {
            display:inline-block;
            position: relative;
            height:48px;
            width:2px;
            background-image:url("MainMenuDivider.png");
            background-repeat: repeat-x;
            
        }
        .container {
            min-width:800px;
            margin:auto;
        }
        .stepButtonHighlight{
            height:150px;
            display:inline-block;
            background-position: 0px 0px;
        }
        .stepButton{
            height:150px;
            display:inline-block;
            background-position: 0px 149px;
        }
        .stepButton:hover{
            background-position: 0px 0px;
        }
        .menuItem{
            color:grey;

            display:inline-block;
            position:relative;
            top:-15px;
            left:-4px;
            height:48px;
            padding-top:5px;
            padding-left:25px;
            padding-right:25px;

            font-size:20pt;
            text-decoration: none;
        }
        .highlightMenuItem{
            background-image:url("MainMenuHighlight.png");
            background-position: 0px 0px;
            background-repeat: repeat-x;
            color:white;

            display:inline-block;
            position:relative;
            top:-15px;
            left:-4px;
            height:42px;
            padding-left:20px;
            padding-right:21px;
            padding-top:5px;

            font-size:20pt;
            text-decoration: none;
            margin-right:-8px;
        }
        .highlightMenuItem:hover {
            background-position: 0px -48px;
            color:white;
        }
        .menuItem:hover{
            color:black;
        }

        .copy{
            width:400px;
            left: 320px;
            padding:5px;
            position:relative;
        }
        .samplesContent{
            position:relative;
            top: -30px;
            padding:5px;
            background-color: #ddf;
        }
        .samplesHeader{
            position:relative;
            background-color: #ccf;
            padding:5px;
            margin-bottom: 20px;
        }
        .samples{
            position:absolute;
            top:25px;
            width:300px;
            float:left;
            background-color: #ddf;
        }