@charset "UTF-8";
/* CSS Document */

body  {
    text-align: center;
}

#call_wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}#LeftC {
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
}
#centerC {
	width: 230px;
	float: left;
}
#CallList {
	float: right;
	width: 415px;
	position: relative;
}
#RightC {
	float: right;
	width: 230px;
}
#BizCalls {
	margin-bottom: 15px;	
}
#BizCalls ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #003366;
	display: inline;
	list-style-type: none;
}
#BizCalls li {
	float: left;
	width: 180px;
	padding-left: 15px;
	padding-bottom: 7px;
}
#BizCalls a {
	font-weight: bold;
	color: #000033;
}
#TrainingCalls {
	margin-bottom: 15px;	
}
#TrainingCalls ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #003366;
	display: inline;
	list-style-type: none;
}
#TrainingCalls li {
	float: left;
	width: 180px;
	padding-left: 15px;
	padding-bottom: 7px;
}
#TrainingCalls a {
	font-weight: bold;
	color: #000033;
}
#ProductCalls {
	margin-top: 15px;
}
#ProductCalls ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #003366;
	display: inline;
	list-style-type: none;
}
#ProductCalls li {
	float: left;
	width: 180px;
	padding-left: 15px;
	padding-bottom: 7px;
}
#ProductCalls a {
	font-weight: bold;
	color: #000033;
}
.clear {
	clear: both;
}
#CallList h6 {
	font-size: 16px;
	font-style: oblique;
	color: #993333;
	margin-left: 75px;
}
.callsSum {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #003366;
}
#BizCalls a {
	font-weight: bold;
	color: #000033;
}
.highlight {
	font-weight: bold;
}

