/********* Print Style Sheet *********/

body {
    font-family: 'Avenir', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}

body:before{
  background:url('logo.png');
  width: 255px;
  height: 66px;
  display:block;
}
header, .banner, footer, .navcol, #respond, #feedback, .ssba {
    display:none;
}
a {
    color: #007a3b;
    text-decoration: none;
}

.newsthumblg {
    float: right;
    margin: 0 0 30px 30px;
    max-width: 40%;
}
.articlebanner {
    margin: 0 0 30px 0;
    width: 100%;
}
.archivethumb {
    display: block;
}
.alignright {
    float: right;
    margin: 20px 0 30px 35px;
    max-width: 50%;
}
.alignleft {
    float: left;
    margin: 20px 35px 30px 0;
    max-width: 50%;
}
.aligncenter {
    display: block;
    margin: 20px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.alignnone {
    width: 100%;
    height: auto;
}
#disqus_thread {
     display: none;
}
