/**********************************************************************************
=Global
**********************************************************************************/

.printonly{display:block;}
.noprint{display:none;}

/**********************************************************************************
=Layout
**********************************************************************************/

#outer
{
    width:100%;
    background:none;
}

#container
{
    width:100%;
    border: none;
    height:auto;
}

#menu
{
    display:none;
}
    
#left
{
    display:none;
}

#page_content
{
    float:left;
    width:100%;  
    height:auto;
}

#content_body
{
    width:100%;
    margin:0;
    height:auto;
}

#rightbar
{
    clear:both;
}

#subnav
{
    display:none;    
}

#footer{
    background:none;
    margin-top:20px;
    padding:0}
	
    #footer .copyright {
        float:left;
        text-align:left;
        margin:0;}
    
    #footer .links {display:none;}

/**********************************************************************************
=Info
**********************************************************************************/	
  
  .infobox_hidden
  {
    display:block!important;
  }
