#aboutUs {
	text-align:left;
	font-size:12px;
	color:#333333;
	padding:20px;
	line-height:17px;
}
#aboutUs .topText {
	font-size:14px;
	padding-bottom:20px;
}
#aboutUs .bold {
	font-size:22px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#aboutUs .commitmentText {
	font-size:22px;
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#aboutUs .borderIMG {
	padding:10px;
	border:solid 1px #CCCCCC;
}
#aboutUs .leftIMG {
	margin-right:20px;
}
#aboutUs .rightIMG {
	margin-left:10px;
}
.threeItems {
	padding-top:10px;
}
.threeItems .item {
	margin-bottom:10px;
	overflow:hidden;
}
.threeItems .item .title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	padding-top:4px;
}
.threeItems .item .text {
	width:440px;
}
#aboutUs a {
	color:#2B5681;
	text-decoration:none;
}
#aboutUs a:hover {
	color:#1D3855;
	text-decoration:underline;
}
.getStartedButton {
	padding-top:7px;
	padding-bottom:7px;
	background-image:url(../images/navbgactive.jpg);
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #1A334D;
	text-decoration:none;
	color:#CCCCCC;
	margin:5px;
	}
.getStartedButton:hover {
	color:#FFFFFF;
	}
#charts {
	margin: 0px auto;
	width: 930px;
	}
.checkList_chart {
	float: left;
	margin: 10px 0px;
	border: 5px solid #B4D4EC;
	}
.checkList_chart td.label {
	color: black;
	font-weight: 900;
	text-align: left;
	}
.checkList_chart td {
	padding: 2px 6px;
	font-size: 12px;
	border-bottom: 1px solid #B4D4EC;
	color: red;
	text-align: center;
	}
.checkList_chart tr.labels {
	background-color: #154577;
	}
.checkList_chart tr.labels th {
	padding: 10px;
	font-size: 12px;
	color: white;
	}
h1.chart {
	margin-top: 20px;
	font-weight: 500;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	}