@charset "UTF-8";

#home #content_padder {
	padding: 0 0 30px;
}

#flash {
	height: 207px;
	margin-bottom: 30px;
}

#title {
	text-align: center;
	margin-bottom: 30px;
}
#title h2 {
	margin-bottom: 16px;
	display: block;
}
#title #lead1 {
	margin-bottom: 32px;
	color: #666;
	font-size: 10px;
}
#title #lead2 {
	margin-bottom: 36px;
	color: #ed5436;
	font-size: 14px;
	font-weight: bold;
}
#title #lead3 {
	font-size: 10px;
}

/* Topics */
#topics {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#topics h4 {
	text-indent: 0;
	display: block;
	font-size: 12px;
	color: #069;
	padding-bottom: 4px;
	border-bottom: 2px solid #699;
	margin-bottom: 4px;
}
#topics h5 a {
	color: white;
	font-weight: bold;
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 150%;
}
dl {
	padding: 4px 0 0;
	border-bottom: 2px solid #ccc;
}
dt {
	color: #666;
}
dd {
	margin-bottom: 4px;
}

.block {
}
.block .date {
	color: #666;
}
.block .text {
}
.block h4, .block h4 a {
	font-size: 11px;
	font-weight: bold;
	color: #4c51a0;
}
