﻿div#contactWrap
{
    width: 1010px;
    margin: 0px auto;
    padding: 30px 0;
}

#contactWrap h1
{
    margin-bottom: 10px;
    color: rgb(79,79,79);
    font-size: 20px;
    text-align: center;
}



#contactWrap .clm_top
{
    height: 20px;
    background-image: url('../_image/reg/col top.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#contactWrap .clm_mid
{
    background-image: url('../_image/reg/col_mid.png');
    background-repeat: repeat-y;
    background-position: center top;
}

#contactWrap .clm_btm
{
    height: 20px;
    background-image: url('../_image/reg/col_btm.png');
    background-repeat: no-repeat;
    background-position: center top;
}







#reg_lgn
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0 0;
    overflow: hidden;
}




div.div_hr
{
    background-position: top;
    height: 3px;
    width: 100%;
    margin-bottom: 20px;
    background-image: url('../_image/divider/divider_inset_hr.png');
    background-repeat: repeat-x;
}

div.div_vr
{
    background-position: left top;
    height: 380px;
    width: 3px;
    background-image: url('../_image/divider/divider_inset_vr.png');
    background-repeat: repeat-y;
    margin: 0 auto;
    margin-top: 100px;
}

div.col_top300
{
    background-image: url('../_image/course/col_top.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
}

div.col_mid300
{
    background-image: url('../_image/course/col_mid.png');
    background-repeat: repeat-y;
    background-position: center center;
}

div.col_btm300
{
    background-image: url('../_image/course/col_btm.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
}

#corcesTitle
{
    width: 250px;
    margin: 0 auto;
}

    #corcesTitle h3
    {
        color: rgb(79,79,79);
        font-size: 14px;
        font-weight: bold;
        font-family: Scada;
        text-align:left;
    }

    #corcesTitle a, #corcesTitle a:link, #corcesTitle a:visited, #corcesTitle a:active
    {
        font-size: 14px;
        margin: 5px auto;
        text-align: left;
        text-decoration: none;
        font-family: Scada;
        font-weight:normal;
        color:rgb(79,79,79);
        border:none;
        display:block;
    }

        #corcesTitle a:hover
        {
            text-decoration: underline;
        color:rgb(100, 100, 100);


        }
#courseDetailsWrpper > div
{
    margin-bottom:50px;
}
    #courseDetailsWrpper td 
    {
              color:rgb(79,79,79);

    }
    #courseDetailsWrpper td h2 
    {
        margin-top:20px;
        margin-bottom:10px;
              color:rgb(62, 62, 62);

    }
        #courseDetailsWrpper td h2 strong
        {
            color:rgb(62, 62, 62);
        }
