body {
    background-color: transparent;
}

#container {
    width: 100%;
    padding: 0px;
    background-color: transparent;
}

#header {
    background-image: none;
    width: auto;
    height: 66px;
    margin-bottom: 20px;
}

#header h1 {
    left: 0px;
    top: 0px;
    bottom: 0px;
}

#header img#printH1 {
    width: 155px;
    height: 41px;
}

img#printFooterLogo {
    width: 143px;
    height: 38px;
    display: block;
    margin: 20px auto 10px;
}

#contactUs {
    bottom: 10px;
    right: 0px;
    color: #000;
}

#contactUs h2 {
    border-right: 2px solid #999;
}

#header a.loginLink {
    display: none;
}

#contentArea {
    border-top: 1px solid #666;
    padding-top: 20px;
    width: auto;
}

#sideNav {
    display: none;
}

#insideRightColumn {
    width: auto;
    float: none;
    padding: 0px 0px 40px 0px;
    background-image: none;
    position: static;
}

#insideRightColumn img {
    display: none;
}

#footerStrip {
    width: auto;
    height: auto;
    margin: 0px;
}

#footerStrip ul {
    display: none;
}

h4#footerLogo {
    background-image: none;
    height: 61px;
}

p.printLink {
    display: none;
}

#insideRightColumn h3 {
    color: #000;
}

#insideRightColumn a {
    color: #000;
}

ul#teamList li strong {
    color: #000;
}

#insideRightColumn #rightColumnContent form {
    display: none;
}

