div#main_content {
    background: #FFF url('../images/content_bg.gif') no-repeat;
    width:779px;
    margin:auto;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
}
div.clearer {clear:both;}
div#splash_text {
    color:#fcffff;
    float:right;
    margin-right:100px;
    margin-top:15px;
    font-size:11pt;
    font-weight:bolder;
}
div#splash_text span {
    font-size:13pt;
}

#contents {
    width:775px;
    margin:auto;
    clear:both;
    font-family:Tahoma;
    height:550px;
}
#contents .contents_left h2.title {
    font-size:10pt;
    float:right;
    padding-right:180px;
    color:#2c2c2c;
}
#contents .contents_left {
    width:500px;
    float:left;
    padding-left:10px;
    padding-top:90px;
    clear:both;
}
#contents .contents_left .list_content {
    padding-top:60px;
}
#contents .contents_left .list_container {
    width:494px;
    height:99px;
    margin-bottom:5px;
}
#contents .contents_left .list_container  a {
    color:#f1c015;
    text-decoration:none;
}
#contents .contents_left .one {
    background: url('../images/list_container_one.gif') no-repeat;
    text-align: left;
}
#contents .contents_left .two {
    background: url('../images/list_container_two.gif') no-repeat;
    text-align: left;
}
#contents .contents_left .three {
    background: url('../images/list_container_three1.gif') no-repeat;
    text-align: left;
}
#contents .contents_left .list_container .content{
    float:left;
    padding-left:60px;
    padding-top:15px;
    font-size:10pt;
    color:#fff;
}
#contents .contents_left .list_container .content strong {
    color:#f1c015;
}
/* SPECIAL ADJUSTMENTS FOR LIST ITEM NO. 3 */
#contents .contents_left .three .content {
    padding-top:30px;
}


/** LEFT CONTENT + QUICKFORM **/
#contents .contents_right {
    float:right;
    width:230px;
    padding-left:5px;
    padding-right:10px;
    height:500px;
}
#quickform .getstarted {
    float:left;
    padding-top:50px;
    margin-left:5px;
}
#quickform #quick_form {
    clear:both;
    font-family:Tahoma;
    padding-top:10px;
    padding-left:5px;
}
#quick_form label {
    color:#5f5f5f;
    font-size:9pt;
    font-weight:bolder;
}
#quick_form .text {
    padding-bottom:2px;
    width:200px;
}
#quick_form .submit {
    width:145px;
    padding-left:30px;
}
#quick_form select {
    width:200px;
}

