    body {
    		background: none;
    		color: #999999;
    		font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    		font-size: 11px;
    		line-height: 1.7;
    }

    #overallContainer, #overallContainerWrapper, #header {
        background: none;
    }

    #header,  #leftNav, #footer, .mainContentCenterTopImage, div.detailsReturn, #paging, .projectExpericenceTopImage {
        display: none;
    }

    .mainContentCenterForm legend, .mainContentCenterForm fieldset {
        border: none;
    }

    .mainContentCenterForm div label {
        display: block;
    }

    #careerDetails li span.fieldName, #careerListing .careerTitle, #careerListing .careerLocation {
        display: block;
    }

    #projectListing ul {
         list-style: none;
    }

    #projectListing li {
      list-style-image: none;
    }

    #projectListing li a {
      display: block;
    }

    #projectListing li a {
      text-decoration: none;
      color: #666;
    }

    #projectListing li a img {
      border: none;
      float: left;
    }

    #projectListing li .projectListingDesc {
      margin-top: 0px;
      float: left;
    }

    #projectListing li .projectListingDesc h4, #projectListing li .projectListingDesc p {
      margin: 0px;
    }
