#columntopic.reg {
    width: 50%;
    float: left;
    height: auto;
    margin: 40px 1% 20px 2%;
    padding: 15px;
    background: #ffffff;
}

#columntopic h1 {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #005572;
    text-align: center;
    text-decoration: underline;
}

#columntopic h2 {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 80%;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 5px;
    background: #005572;
    border: 3px solid #c1c5e5;
    border-radius: 5px;
}

#columntopic p {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    color: #005572;
}

#columntopic.reg a {
   color: #97A0E5;
   background: #ffffff;
   border-bottom: 1px dotted #97A0E5; 
}

#columntopic.reg a:hover {
   color: #ffffff; 
   background: #7B99C1;
   border-bottom: 1px solid #c1c5e5;
}

.register {
   font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    line-height: 1.5em;
    color: #7B99C1;
    text-align: left;
    border-bottom: 4px double #7B99C1;
    padding: 5px 5px 10px 20px;
    margin-bottom: 30px;
}