/*** Modifications to exsisting styles from common.css ***/
div#content{
	background-image: none;
}
h2{
	padding-bottom: 10px;
}
div#lCol h2, div#rCol h2{
	padding-left: 20px;
}
/******************** HTML Tag Styles ********************/
img{
	padding: 2px;
}
hr {
	width: 100%;
	clear: both;
	float: none;
	border: 1px dotted #edb76c;
	margin-top: 25px;
	margin-bottom: 15px;
	height: 1px;
}
/*********************** Div Styles **********************/
div#boxContainer{
	padding: 20px;
}
div#lCol{
	width: 25%;
	float: left;
	clear: left;
	margin-right: 3%;
}
div#cCol{
	width: 47%;
	float: left;
	clear: right;
}

div#rCol{
	width: 25%;
	float: right;
	clear: right;
}
/******************** Special Classes ********************/
a.title{
	font-weight: bold !important;
}
div.item{
	float: left;
	clear: right;
	height: 130px;
	margin-top: 15px;
}
div.spacer{
	float: left;
	clear: right;
	height: 100px;
	margin-top: 15px;
}
div.details{
	padding-bottom: 10px;
	color: #666666;
	font-size: 10px;
}

