#topsection, #footer, #navi, #subnavi, #breadcrumbs {
         visibility:hidden;
         width:0px;
         height:0px;
}
#contentcolumn{
        margin: 25px 5px 0 5px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
        font-size: 18px;
}
h1:first-letter {
        text-transform: uppercase;
        font-size: 20px;
}
h2 {
        font-size: 15px;
}
h3 {
        font-size: 13px;
}
h4 {
         font-size: 12px;
  }
h5 {
         font-size: 11px;
}
h6 {
         font-size: 11px;
}
p, div, ul, li, a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 11px;
}

#header, #leftside {
        display: none !important;
        clear: none !important;
        float: none !important;
        }

#contentwide, #contentfull{
        text-align:left !important;
        margin:0 !important;
        padding:0 !important;
        clear: none !important;
        float: none !important;
        }

* {
        color: black !important;
        background-color: white !important;
        }