﻿body 
{
    background-color: #FFFFFF;
}

#header, 
#leftColumn,
#rightColumn,
#linksFooter,
#trainFooter,
#mainColumn .content .printThisPage 
{ 
    display: none; 
}

#printHeader 
{ 
    width: 605px !important;
    display: block; 
    margin: 0 0 15px 0; 
}

#content
{
    overflow: visible;
}

#mainColumn 
{
    display: block;
    float: none !important;
    overflow: visible !important;
    position: relative;
    width: 605px !important; /* To deal with IE6's maximum width of 605px (haven't tested this fully but appears to be accurate) */
}

#mainColumn .content 
{
    padding: 0; 
    background-image: none; 
    overflow: visible !important;
    position: relative;
}

/************************ NEWS - DEFAULT COLLECTION ************************/
#newsArticles .newsItems .item
{
    width: 100%;
}

#newsArticles .newsItems .item .details
{    
    width: 80%;
}

/************************ LINKS RELATED ************************/
#links .item
{
    width: 100%;
}

#links .item .details 
{
    width: 80%;
}

/************************ FREQUENTLY ASKED QUESTIONS ************************/
#mainColumn .frequentlyAskedQuestions a.question
{
    padding-left: 0;
    padding-right: 0;
}

.frequentlyAskedQuestions .answer
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

