
#contentcontainer h2.item_title {
	font-size: 1.2em;
}

#contentcontainer h2.item_title a {
	color: #333;
}

#contentcontainer h2.item_title a:hover {
    color: #666;
}
.item {
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 1em !important;
    float: left;
    width: 100%;
}

.date {
	font-size: 0.9em;
	color: #666;
    margin: 0 2px;
}

.intro {
	line-height: 1.5em;
}

#contentcontainer a.more_info {
	text-decoration: underline;
}

#contentcontainer a.more_info:visited {
    color: #333;
}

#contentcontainer a.more_info:hover,
#contentcontainer a.more_info:active {
    color: #666;
}

#contentcontainer ul.no_bullets li h2 {
	font-size: 1.2em;
}

.three_items li.item_2,
.three_items li.item_3 {
	clear: none;
}

.module_items.two_columns li.item {
	overflow: visible;
}

#contentcontainer ul.no_bullets {
	list-style: none;
    padding-left: 0;
}

div.announcement table th {
    padding: 3px 8px;
}

div.comment {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}
