 /* print styles for Foxboro theme */

body {
   background: white;
   font-size: 12pt;
}
#foxboro_container {
   width: 940px !important;
   
   border: transparent none !important;

   margin: 0 2%;
   padding: 0;
   float: none !important;
   color: black;
}

#foxboro_header,
#foxboro_courtesy_links, 
#foxboro_top, 
#foxboro_menu, 
#foxboro_col1, 
#foxboro_col3,
#foxboro_submenu,
#foxboro_footer div.radmenu,
#foxboro_side-menu,
#foxboro_footer .footerContainer{
   display: block !important;
}
#foxboro_footer span{
 display:none !important;
}




#home{
    margin-top:50px !important;
    display:block !important;
}
#foxboro_three-eq-column #foxboro_col1{
    float:left !important;
    width:313px !important;
}
#foxboro_three-eq-column #foxboro_col2{
     float:left !important;
    width:313px !important;
}
#foxboro_three-eq-column #foxboro_col3{
    float:left !important;
    width:313px !important;
}



#foxboro_three-column #foxboro_col1{
    float:left !important;
    width:24.9%; !important;
}
#foxboro_three-column #foxboro_col2{
     float:left !important;
    width:50%; !important;
}
#foxboro_three-column #foxboro_col3{
    float:left !important;
    width:25%; !important;
}







div.submissions, 
div.Submissions, 
div.comments, 
p.postfoot {
   display: block !important;
}

pre, code {
white-space: pre-wrap; 
white-space: -moz-pre-wrap !important; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; 
}