#footerHolder, #breadcrumbs, #sideNav, #headerNav {
    display: none;
}

h1, h2, h3, h4, h5, h6, .sectionTitle a {
    color: #444 !important;
}

body {
    background: transparent;
    padding-top: 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

img {
    height:auto;
}

#headerMain {
    background-color: transparent;
}

#headerLogo {
    margin: 20px;
}

#headerbrandMessage {
    margin: 0px 0;
}

.subheader {
    padding-top: 15px;
    background-color:transparent;
}

#mainContent {
    float:none;
    margin:0;
    width:100%;
}

table {
    border-collapse:collapse;
}

table td, table th {
    border:1px solid #bbb;
    padding:5px 10px;
}