@import url("centresearch.css");

/* print specific style overrides */

#nav, #accessibility, #feeds, #footer2, a.print img, div.commentsDiv
{
    display: none;
}

a
{
    color: #000;
    text-decoration: none;
}

#header
{
    display:none;  

}

.key
{
    display:none;
}

.noprint
{
    display: none;
}

.printonly
{
    display: block;
}

#centre_search #searchResults h3.centres
{
    background: none;
    color: #000;
}

#centre_search #searchResults
{
    background: none;
}

#footer
{
    display: none;
}

#centre_search
{
    width: 900px;
}

#centre_search.result #searchResults .center_details
{
    border: 1px solid #999;
}


