body {
	background-color: #F9F8F7;
	padding: 0;
	margin: 0;
	text-align:justify;
}

body, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #69655C;
	font-size: 11px;
	text-align:justify;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 14px;
	line-height: 18px;
}

.ptable {
	margin-bottom: 14px;
	line-height: 18px;
}

a {
	color: #36335E;
	text-decoration: none;
}

a:hover {
	color: #36335E;
	text-decoration: underline;
}

.clear-both {
	clear: both;
	height: 25px;
}


/******************************
Inner Pages Skeleton
*******************************/

#inner-container {
	width: 770px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	margin: 0 auto;
	padding: 20px 0;
}

#content-container {
	background-color: #FFFFFF;
}

#content {
	padding: 20px;
	height: 1%;
}

#back {
	padding: 10px 0 20px 0;
	border-top: 1px solid #E2E1DE;
	clear: both;
}

.staff-listing {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #E2E1DE;
}

.staff-listing .img {
	float: left;
}

.staff-listing .text {
	margin-left:155px;
	padding-bottom: 40px;
	/*list-style-image: url(../images/core/bullet-blue2.gif);*/
}

.staff-listing .popout-text {
	padding: 10px 0;
	border-top: 1px dashed #E2E1DE;
	border-bottom: 1px dashed #E2E1DE;
	margin-bottom: 10px;
	height: 1%;
}

/*#staff-listing ul {
	list-style-image: none;
	padding: 10px 0 15px 0;
	margin: 0;
}
#staff-listing li {
	background-image:  url("../images/core/bullet-blue2.gif");
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 34px;
	padding-bottom: 8px;
}*/


.staff-bullet {
	padding: 8px 8px 0 15px;
}









/******************************
Footer
*******************************/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #929295;
	width: 600px;
	margin: auto;
	padding: 15px 0;
	font-size: 9px;
	text-align: center;
	line-height: 16px;
}

#footer a {
	color: #929295;
	text-decoration: none;
}
#footer a:hover {
	color: #36335E;
	text-decoration: underline;
}


#footerMotto
{
	float:right;
	color:#999999;
	font-size:14px;
	letter-spacing:2px;
	clear:both;
}

.clrGreen {  color:#b2bb1e;  }
.clrBlue { color:#0076c0; }
.clrYellow { color:#eeb111; }
