#leftcontent {
float: left;
clear: left;
padding-right: 50px;
}

#rightcontent {
/* padding-top: 50px; */
}

legend {
color: #00237B;
font-weight: bold;
padding-bottom: 10px;
}

fieldset {
margin-bottom: 20px;
}

fieldset p {
font-size: 12px;
padding-left: 10px;
}

#leftcontent a {
color: blue;
}

#rightcontent a {
color: blue;
}

#leftcontent a:hover {
background-color: #fff9c4;
color: red;
}

#rightcontent a:hover {
background-color: #fff9c4;
color: red;
}