#promo {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}
.cols-left {
	float: left;
	width: 300px;
	margin-right: 40px;
}
.cols-middle {
	float: left;
	width: 300px;
}
.cols-right {
	float: right;
	width: 300px;
}
.cols-left p, .cols-middle p, .cols-right p  {
	line-height: 200%;
	text-indent: 24px;
}
#LeftNavBox {
	float: left;
	width: 180px;
}
#LeftNavBox #LeftNavBoxLinks{
	font-size: 14px;
	line-height: 30px;
}
#LeftNavBox  #LeftNavBoxLinks  li a {
	letter-spacing: 2px;
	color: #666666;
	text-decoration: none;
	outline: none;
	height: 30px;
	width: 140px;
	display: block;
	background-image: url( bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	padding-left: 20px;
	margin-top:5px;
}
#LeftNavBox  #LeftNavBoxLinks  li a:hover {
	background-image: url( bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left -30px;
}
#LeftNavBox #LeftNavBoxLinks a.current {
	background-image: url( bg-leftnav.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}
#content {
	float: right;
	width: 800px;
	font-size: 14px;
	line-height: 200%;
}
#content p {
	text-indent: 24px;
	margin-bottom: 10px;
}
.icon-pb {
	float: left;
	padding-bottom: 30px;
	margin-right: 10px;
}
#awards-index-left {
	float: left;
	width: 650px;
}
#awards-index-left .cols-left p, #awards-index-left .cols-middle p {
	text-indent: 0px;
}
#awards-index-right {
	float: right;
	width: 280px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e4e4e4;
}
#content   #list  p {
	text-indent: 0px;
}
#content  #list  .icon-pb {
	padding-bottom: 20px;
}
#content table.job th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content table.job td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content table.job tr:hover {
	background-color: #fcfcfc;
}
#content #phomelink td {
	font-size: 12px;
	text-align: left;
}