/* Default Settings for Digital Matrix Home Page
--------------------------------------------------------------------------*/

/* Settings for Left Content Box
---------------------------------------------*/
.contentBoxLeft
{
    height: 270px;
    width: 377px;
    float: left;
    margin-bottom: 10px;
    padding: 15px;
}
.contentBoxLeft li
{
    color: #000000;
    font-size: 0.75em;
    margin-bottom: 1em;
    list-style-type: none;
    padding-right: 50%;
}
/* Settings for Right Content Box
---------------------------------------------*/
.contentBoxRight
{
    height: 280px;
    width: 387px;
    background: url(images/boxLarge.png) no-repeat;
    float: right;
    margin-bottom: 10px;
    padding: 10px;
}
.contentBoxRight table
{
    margin-top: 140px;
}
.contentBoxRight th
{
    text-decoration: underline;
    text-align: center;
    padding-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
}
.contentBoxRight td
{
    font-weight: bold;
}
.rightBoxIndent
{
    padding-left: 1.5em;
}
/* Settings for Bottom Content Boxes
---------------------------------------------*/
.contentBox01
{
    width: 238px;
    height: 170px;
    clear: left;
    float: left;
    padding: 15px;
}
.contentBox01 p
{
    color: #ffffff;
}
.contentBox02
{
    width: 238px;
    height: 170px;
    margin-left: 10px;
    float: left;
    padding: 15px;
}
.contentBox01 p, .contentBox02 p
{
    margin-bottom: 1em;
    font-size: 0.75em;
    color: #000000;
}
.contentBoxFirstP
{
	margin-top: 50px;
}
.contentBox03
{
    width: 238px;
    height: 130px;
    float: right;
    padding: 60px 10px 10px 20px;
    font-weight: bold;
}