@charset "utf-8";
/* CSS Document */
#ll_wrapper{
	width: auto;
}
.ll_row{
	position: relative;
	clear: left;
	width: auto;
	height: auto;
	border-bottom: 1px solid #dddddd;
	overflow: auto;
	padding: 5px 0px 5px 0px;
}
.ll_row#bottom{
	border: none;
}
.ll_halfrow{/*each half row is 3 columns of 100px*/
	position: relative;
	padding: 10px;
	float: left;
	width: 295px;
}

.ll_halfrow#left{/*add right-side border on left side halfrows*/
	border-right: 1px solid #dddddd;
}
.ll_halfrow#right{/*add right-side border on left side halfrows*/
	left: -1px;
	border-left: 1px solid #dddddd;
}

.ll_column{/*each half row is 3 columns of 100px*/
	float: left;
	width: 95px;
}
.ll_head{
	clear: left;
	font-family: arial;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#862600;
}
.ll_subhead{
	clear: left;
	font-family: arial;
	padding: 2px 0px 2px 0px;
	font-size: 13px;
	font-weight: bold;
	color:#B60303;
}
.ll_links{
	font-family: verdana;
	line-height: 15px;
	font-size: 10px;
}
.ll_links a{
	padding-left: 5px;
	color:#510B00;
	text-decoration: none;
}
.ll_links a:hover{
	color:#D80601;
	text-decoration: underline overline;
}
