@charset "utf-8";
/* CSS Document */

/*CONTAINERS*/
#container{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	}
/*WRAPPERS*/
.body-wrapper{
	}
.top-wrapper{
	text-align:left;
	margin-bottom:10px;
	}

/*BOXES*/
.career-concepts-highlight-box{
	background:#d0d6e4;
	height:47px;
	border-left:#4F5675 solid 2px;
	border-right:#4F5675 solid 1px;
	padding:5px;
}
.top-bar-box{
	height:30px;
	background:#4f5675;
	margin-bottom:10px;
	}
