
body {
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #fff;
	background: #edf5f6;
	/* overflow: hidden; */
}

img {
	border: 0px;
}

/* mhws */
#header {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	height: 41px;
	background-image: url(images/HeadingBackground.gif);
	background-repeat: repeat-x;
	padding: 15px 20px 5px 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}

/* custom */
/*
#header {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	height: 41px;
	background: #71BA6D;
	border-bottom: 4px solid #5A9E54;
	padding: 15px 20px 5px 20px;
	margin-bottom: 0px;
}
*/

#body {
	padding: 20px 20px 20px 20px;
	background-image: url(images/body_bg_t.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#body ul {
	list-style-image: url(images/SquareBullet.gif);
}

.bodyTitleUnderlined {
	padding: 30px 0px 10px 0px;
	border-bottom: 1px solid #dbeaf2;
}

.bodyWhyQuestion {
	padding: 30px 0px 0px 0px;
}

.bodyWhyDivider {
	padding-right: 30px;
	border-bottom: 1px solid #DBEAF2
}

.bodyBioName {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #DBEAF2;
	font-size: 10px;
	line-height: 18px;
	color: #4891CE;
}

.bodyBioImage {
	border-bottom: 1px solid #DBEAF2;
}

.bodyBioContactInfo {
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #DBEAF2;
}

.bodyBioContactInfo a {
	color: #32659E;
	text-decoration: none;
}

.bodyBioContactInfo a:hover {
	text-decoration: underline;
}

.bodyBioText {
	padding: 15px 0px 40px 0px;
}

.bodyFaqQuestion {
	padding-top: 20px;
	color: #4891CE;
}

.bodyFaqDivider {
	padding-top: 20px;
	padding-right: 30px;
	border-bottom: 1px solid #DBEAF2;
}

.bodyLocationImage {
	float: left;
	padding-right: 20px;
}

.bodyLocationLinks {
	font-size: 11px;
	clear: both;
	padding: 10px 0px 20px 0px;
}

.bodyLocationLinks a {
	color: #4891CE;
	text-decoration: none;
}

.bodyLocationLinks a:hover {
	text-decoration: none;
}

#footer {
	padding-bottom: 20px;
}