









/*
 * $Id: content.css.jsp,v 1.5 2006/10/18 17:10:20 wliu Exp $
 *
 * Content related CSS
 */


#contentArea { 
    margin-top: 30px;
    min-height: 555px;
    height: auto;
    width: 716px;
    background-image: url('../../images/metro/backgrounds/content.png');
    background-repeat: no-repeat;
}

#disclaimerArea{
    position: absolute; 
    top: 565px; 
    left: 258px;
}

#disclaimer { 
    width: 650px;
}

#contentArea .contentAreaPosition { 
    padding: 25px 27px 15px 27px;
}

#contentArea #titleBox { 
    width: 656px;
    height: 131px;
}

#contentArea #titleBox .position { 
}

#contentArea #titleBox img { 
    display: block;
}

#contentArea #titleBox .position { 
    font-size: 10pt;
    width: 445px;
}


#contentBox { 
    width: 656px;
    height: 328px;
}

#whatIsInfo, #whyInfo, #getStarted { 
    width: 656px;
    height: 325px;
    background-image: url('../../images/metro/backgrounds/wideBox.png');
    background-repeat: no-repeat;
    margin-top: 4px;
}


#whyInfo, #getStarted { 
    padding: 20px 40px 0px 0px;
}

#whyInfo td, #whyInfo q, #getStarted td, #getStarted q { 
    font-size: 10pt;
}

#whyInfo td, #getStarted td { 
    padding: 20px;
}

.text{
    font-size: 7pt;
}

