#content_header {
	width:778px;
	height:133px;
	background-image: url(../_images/about/about_header.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content_container {
	width:768px;
	background-image: url(../_images/content/backgroundFade.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

#content_text_1, #content_text_2 {
	float: left;
	width: 225px;
	margin-right: 9px;
	color: #525f6d;
}

#content_text_2 {
	float: left;
}

#content_image {
	float: left;
	padding-top: 10px;
}

#grey_box {
	background: #e8ecf2;
	width: 216px;
	height: 55px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 3px;
	border-style: dotted;
	border-width: 1px;
}


.title {
	font-size: 24px;
	color: #385198;
	font-family: Arial Narrow;
}

.subtitle {
	font-size: 14px;
	color: #385198;
	font-family: Arial Narrow;
}

p.spacer {
	margin-top: 30px;
}

ul.link {
	list-style: disc; 
	padding-left:15px;
	margin-left: 15px;
	margin-bottom: 20px;
}


