/*** layout.css print styles ***/

/* hide the left column when printing */
#pagewidth {
    width:100%!important;
}
#maincol {
    width:100%!important;
}
#leftcol {
    display: none;
}

#outer {
    border-left: 0;
}

/* hide the right column when printing */
#rightcol {
    display: none;
}

#outer {
    border-right: 0;
}

/* hide the header when printing */
#header {
    display: none;
}

#outer {
    border-top: 0;
}

/*** footer.css print styles ***/
div#footerRight a {
    display: none;
}

br {
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/*** special excludes ***/
div#newsticker {
    display: none;
}

div#content {
    width:100%!important;
    border:none!important;
}
h6.article-detail {
    display:none!important;
}
div.imageleft, div.imageright {
    display:none!important;
}
div#location_bar {
    display:none!important;
}
div#link-bar {
    display:none!important;
}
div.content {
    width:100%!important;
    font-family:verdana,times!important;
    font-size: 12pt;
}
div.content-content p {
    font-family:verdana,times!important;
    font-size: 12pt;
}
div#content * {
    font-family:verdana,times!important;
    font-size: 12pt!important;
}.
div.content-top {
    display:none!important;
}
div.content-bottom {
    display:none!important;
}
div#outer {
    padding-left:50px!important;
    padding-right:100px!important;
}
* {
    background:none!important;
    /*font-family:none!important;*/
    /*font-size:medium!important;*/
    font-family:verdana,times!important;
    font-size: 12pt;
    color:#000000!important;
}
body {
}

