body {
	color: #7f7f7f;
	font-size: 16px;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a, a:link {
	color: #7f7f7f;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
p {
	margin: 0 0 15px;
}
/* Color CSS */
.blue {	
	color: #365F91;
}
.green {
	color: #00B050;
}
.green a {
	color: #00B050;
}

/* Page CSS */
.header h1 {
	margin: 10px 0 0;
	font-size: 48px;
	font-weight: bold;
}
.header h1 .small-text {
	font-size: 22px;
	font-weight: normal;
}
.header .desi {
	margin: 0;
	font-size: 28px;
	font-family: "Garamond", serif;
	font-style: italic;
}

.heading {
	color: #948A54;
	padding: 18px 0 10px;
	font-size: 25px;
	text-align: center;
}
.photo {
	float: left;
	max-width: 30%;
	margin: 0 12px 2px 0;
}
.dr-hemali-p {
	max-width: 35%;
} 
.photo img {
	max-width: 100%;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul {
	margin-bottom: 15px;
}

ul li {
	padding-left: 20px;
	background: url(../img/icon.png) no-repeat left 4px;
}

.section-tree .blue {
	display: block;
}

.footer {
	margin-top: 10px;
	padding: 15px 0;
	border-top: 1px solid #ABABAB
}

@media (max-width: 767px) { 
	.header h1 .small-text {
		display: block;
		margin-bottom: 10px;
	}
}