@charset "utf-8";
/* CSS Document */


body{
	padding:0;
	margin:0;
	background:#deedf2 url(images/main-bg.jpg);
	background-repeat: repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------------------------------------body--------------------*/

.nav-bg {
	background-image: url(images/nav-center.jpg);
}
.nav-bg1 {
	background-image: url(images/nav-content-bg.jpg);
	background-repeat: no-repeat;
}
.content-bg {
	background-image: url(images/main-content-bg.jpg);
	background-repeat: no-repeat;
}
.header-bg1 {
	background-color:#ebeadf;
	height: 40px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #15597a;
	text-decoration: none;
}
.footer-bg {
	background: #ffffff url(images/footer-bg.jpg);
	background-repeat: no-repeat;
}
.lhs-bg {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-y;
}
.dots {
	background-image: url(images/dots.gif);
	height: 5px;
	background-repeat: repeat-x;
}
.nav {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #026994;
	text-decoration: none;
}
.nav A:hover{
	color: #026994;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #026994;
	text-decoration: none;
}
.footer A:hover{
	text-decoration: underline;
}
.curve-bg {
	background-color: #b9c2cb;
}
.header {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #026994;
	text-decoration: none;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	padding:10px 10px 10px 10px;
	color: #280000;
	text-decoration: none;
	text-align:justify;
}
.contentbg {
	background-color: #f0efea;
}
