body {
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
/*	margin: 0px auto; */
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


.container {
	width: 770px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.navBG {
	background-image: url(/images/structure/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
}
.casestudyBG {
	background-image: url(/images/structure/casestudy-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 219px;
}
.greyRtVert {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}
.caseStudyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 15px;
}
.contentTable {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
a.casestudy:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.casestudy:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.casestudy:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.casestudy:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mentoringTable {
	border: 1px dashed #999999;
}
