@charset "utf-8";
/* CSS Document */
/* Common ******************/

#curriculum{
background-color :#ECE9D8;
padding :10px;
margin-top :10px;
margin-bottom :10px;
}

#titlenumber{
    text-align :left;
    color :#246592;
    font-weight :bold ;
    margin:0;
    font-size :14px;
}
#titlenumber img{
    vertical-align :middle;
}

#titlenumber hr{
    border: 1px #7D7D7D dotted; 
    height: 1px;
    clear :both ;
    margin:0;
    padding:0;
}
#programstepleft{
    margin-right: 10px; 
    float:left ;
    width :280px;
}
#programstepright{
    float:left ;
    width :280px;
}