body
{
    background-color: #FFFFFF;
}

#div-main
{
    margin: 0 auto;
    border: solid 1px #c3d9ff;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 800px;
    _width: expression(document.body.clientWidth <= 799 ? '100%' : '800px'); /* IE6 */
    height: 1%;
}

#content-box
{
    background-color: #FFFFFF;
    background-image: url(/img/bg/bg-blue-top.jpg);
    background-repeat: repeat-x;
    height: 1%;
}

#content
{
    font-size: 11pt;
    line-height: 125%;
    margin: 15px 15px 5px 15px;
    border: dotted 1px gray;
    padding: 15px 15px 15px 15px;
}

.contentTitle
{
    color: rgb(153, 51, 0);
    font-size: 16pt;
    font-weight: bold;
    font-family: Verdena, Helvetica, Arial,sans-serif;
    text-align: center;
}

.contentSubTitle
{
    color: rgb(153, 51, 0);
    font-size: 12pt;
    font-weight: bold;
    font-family: Verdena, Helvetica, Arial,sans-serif;
}

.contentAuthor
{
    font-size: 10pt;
    font-family: Verdena, Helvetica, Arial,sans-serif;
    color: #04A7DF;
    padding-top: 10px;
    padding-bottom: 15px;
}

.authorInfo
{
    color: #666666;
    font-style: italic;
    color: #669999;
    font-size: 10pt;
}

#imgCCMHomePage480 
{
    display: none;
}

@media only screen and (max-width: 480px) {
/* Switch head banner at width of 480px */
    #imgLogo-1, #imgLogo-2
    { 
	    display: none;
    }
    
    #imgCCMHomePage480 
    {
        display: block;
    }
    
/* Reduce margin and padding at width of 480px */
    #content, .contentAuthor
    {
        margin: 1%;
        padding: 1%;   
    }
}