/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermasterTitle
{
    width: 100%;
    border-right: #8f9092 0px solid;
    border-top: #8f9092 0px solid;
    border-left: #8f9092 0px solid;
    border-bottom: #8f9092 0px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    background: transparent none norepeat;
}
.containerrow_Title
{
    background-color: transparent;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.Title_Title
{
    color: #000;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: Bold;
    letter-spacing: 0em;
    text-align:Left;
    padding-left: 0px;
    padding-bottom: 2px;
}
.RedTitle .Title_Title
{
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}
.HealthyContent
{
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}
