@charset "utf-8";

#topics {
display: inline;
margin-left: 20px;
width: 587px;
float: left;
}

#topics .year {
margin:30px 20px 0;
}

#topics .year h3 {
padding: 0 10px;
border-left: 5px solid #0E4C7F;
color: #0E4C7F;
}

#topics .year h4 {
margin-top:10px;
color:#0d4d82;
background-color:#e5f1fa;
padding:5px 10px;
}

#topics .year h5 img {
margin:10px 0;
}

#topics .year span#topicDate {
float:right;
clear:both;
}

#topics .year dl {
margin-left:10px;
padding:10px 0 10px 5px;
border-bottom:1px dashed #999999;
}

#topics .year dl dt {
display:block;
width: 90px;
float:left;
}

#topics .year dl dd {
display:block;
padding-left:0px;
width: 440px;
float:left;
}

#topics .year p {
padding:10px;
}

#topics ol{
margin-left:10px;
}

#topics ul{
margin-left:10px;
}