/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contentDiv {
	width:719px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
}

.logoDiv {
	position:relative;
	width:760px;
	background-image:url(images/logoDiv.jpg);
	background-repeat:no-repeat;
	height:11em;
}

.middlecontentDiv {
	position:relative;
	width:720px;
}

.pathwayDiv {
	position:absolute;
	background-image:url(images/pathway.jpg);
	background-repeat:no-repeat;
	width: 689px;
	height:405px;
	margin-left:35px;
	margin-top:-5px;
}

.linkDiv {
	position:relative;
	float:left;
	height:50px;
	width:280px;
}

.servicesDiv {
	position:relative;
	float:right;
	width:400px;
}

h1 {
	font-size:16px;
	font-weight:300;
}

h2 {
	font-size:16px;
	font-weight:bold;

}

li {
	list-style:none;
}

.maincontentDiv {
	width:689px;
	position:relative;
	margin-left:30px;
}

.footerDiv {
	position:relative;
	width:719px;
}

a {
	text-decoration:none;
	color:#000000;
}

.benefits {
	list-style:disc;
	font-size:12px;
}

.services {
	list-style:disc;
	font-size:14px;
	text-decoration:underline;
	color:#FFFFFF;
	line-height:18px;
}