/* 
    Document   : homepage
    Created on : Aug 4, 2009, 11:50:15 PM
    Author     : Dave McVittie
    Description:
        Purpose of the stylesheet follows.
*/
#content{
    height:512px;
}
#leftshadow{
    float:left;
    width:10px;
    background-image: url("/images/tsc_home_shad_left.jpg");
    height:100%;
    height:100%;
}
#rightshadow{
    float:right;
    width:10px;
    background-image: url("/images/tsc_home_shad_right.jpg");
    height:100%;
}
#newsticker{
    height:41px;
}
#innercontainer{
    height:100%;
}
#newstext{
    position:absolute;
        margin-left:115px;
        margin-top:18px;
        color:#0f2e4d;
        font-size:11px;
}
#newstext a{
    color:#0f2e4d;
    font-size:11px;
    text-decoration:none;
}
#newstext a:hover{
    text-decoration:underline;
}
#bottomfeatures{
    height: 147px;
}
#bottomfeatures .feature{
    float:left;
}

#bottomfeatures .feature a img{
    border-width:0;
    border:none;
}



