@charset 'utf-8';
/* CSS Document */

.col3 h4 { font: bold 12px Georgia; margin-bottom: 10px; }
.col3 ul, .col3 ul li  { display: block; float: left; width: 250px; }
.col3 ul li { margin-bottom: 20px; padding-bottom: 15px; }
.col3 ul li ul li { border-bottom: 1px dashed #989061; display: block; clear: both; float: left; margin-bottom: 10px; padding-bottom: 0; }
.col3 ul li ul li span { width: 48px; height: 40px; display: block; float: left; margin: 0 7px 7px 0; }

.january { background: url(../images/months/january.png) no-repeat; }
.february { background: url(../images/months/february.png) no-repeat; }
.march { background: url(../images/months/march.png) no-repeat; }
.april { background: url(../images/months/april.png) no-repeat; }
.may { background: url(../images/months/may.png) no-repeat; }
.june { background: url(../images/months/june.png) no-repeat; }
.july { background: url(../images/months/july.png) no-repeat; }
.august { background: url(../images/months/august.png) no-repeat; }
.september { background: url(../images/months/september.png) no-repeat; }
.october { background: url(../images/months/october.png) no-repeat; }
.november { background: url(../images/months/november.png) no-repeat; }
.december { background: url(../images/months/december.png) no-repeat; }

