* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: left;
}

img {
	border: 0;
}

html {
	font-size: 14px;
}

body {
	font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #393a37;
	font-size: 0.85rem;
	overflow-x: hidden;
}

p {
	font-size: 1rem;
	color: #393a37;
}

.link a, ul a {
	color: #0000ff;
	text-decoration: underline;
}


p strong {
	font-weight: bold;
}

h1 {
	font: bold 24px "Lucida Sans Unicode";
	color: #003b80;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 8px 0 0;
}

h1 span {
	font: bold 8px "Trebuchet MS";
	color: #fff;
	letter-spacing: 0;
	padding: 0 0 0 10px;
}

h1 a {
	color: #003b80;
	text-decoration: none;
}

h2 {
	font: bold 24px "Georgia";
	color: #003b80;
}

h3 {
	font: bold 12px "Georgia";
	font-size: 0.85rem;
	color: #fff;
	/* height: 34px; */
	background: #003b80 url(../../assets/main-image/ih3bg.gif) repeat-x;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	line-height: 33px;
}

h4 {
	font: bold 12px "Georgia";
	color: #2569b8;
}

h5 {
	font: normal 11px "Lucida Sans Unicode";
	color: #649ee2;
}

.header, #b, #c, #d, #da {
	width: 100%;
	min-width: 780px;
}

.header {
	height: 229px;
	background: #007eb3 url(../../assets/main-image/iabg.jpg) repeat-x;
	overflow: hidden;
	display: flex;
}

.header__logo {
	min-width: 232px;
	height: 229px;
	padding-top: 20px;
	margin: 0 0 0 8px;
	background: #fff url(../../assets/main-image/iaabg0.jpg) repeat-x;
}

.header__title {
	width: 60%;
	min-width: 700px;
	height: 190px;
	background: transparent url(../../assets/main-image/iabus.jpg) no-repeat 0 32px;
}

.header__title {
	font: bold 12px "Georgia";
	margin: 16px 0 0 12px;
	letter-spacing: -1px;
	color: #2569b8;
	text-transform: capitalize;
}

.header__title-main a {
	color: #2569b8;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-transform: capitalize;
	font-size: 20px;
}

.header__title-main {
	display: flex;
	justify-content: space-between;
}

#main .left-menu {
	min-width: 223px;
	margin-left: 10px;
}

.left-menu h3 {
	color: #3f463a;
	height: auto;
	background: #d0d6cd;
	padding: 0 0 0 10px;
	line-height: 32px;
}

.right-menu {
	width: 240px;
	float: right;
	background: transparent url(../../assets/main-image/icaabg.gif) repeat-y right;
	padding: 0 0px 20px 20px;
}

.right-side p {
	font-size: 0.8rem;
	color: #74796f;
}

.right-side p a {
	font-size: 12px;
}

.header__logo-image {
	margin: 0 0 0 50px;
}

@media (max-width:1000px) {
  .header__title-main a {
	font-size: 15px;
}
}




