h2 {
	color: #C8271D;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.5em;
}

p {
	padding: 3px;	
}

ul {
	padding-top: 0.5em;
}

ul.colList {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 1.3em;
}

ul.colList li.left {
	background: none repeat scroll 0 0 transparent;
	float: left;
	padding: 0;
	width: 48%;
}

ul.colList li.right {
	background: none repeat scroll 0 0 transparent;
	float: right;
	padding: 0;
	width: 48%;
}

div.contentCol {
	float: left;
	margin: 0;
	width: 100%;
}

.roundTop {
	background: url("../images/tr.gif") no-repeat scroll right top
		transparent;
}

.roundMiddle {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0 10px;
	min-height: 200px;
}

.roundBottom {
	background: url("../images/br.gif") no-repeat scroll right top
		transparent;
	margin-bottom: 1em;
	position: relative;
	top: -1px;
}

.clearfix {
	display: block;
}

ul.colList li p {
	margin-bottom: 1em;
}

a.important {
	color: #C8271D !important;
	text-decoration: underline;
}

a.more:link,a.more:visited {
	background: url("../images/arrow_list_red.gif") no-repeat scroll left
		center transparent;
	color: #C8271D !important;
	padding: 3px 0 3px 10px;
	text-decoration: underline;
}

img.corner {
	border: medium none;
	display: block !important;
	height: 10px;
	width: 10px;
}

.clearFloat {
	clear: both;
	display: block;
}
