/* channel wise css */

body{
	margin: 46px 0 10px 0;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
		
.header{
	background-image: url(../images/header.jpg);
	height:168px;
	width:835px;
	background-repeat: no-repeat;
	background-position: left bottom;
	}

/* Navigation */
.navigation{
	background-image:url(../images/bg_navi.jpg);
	height: 221px;
	width: 206px;
	background-repeat:no-repeat;
	}
.navigation ul{
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
.navigation li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 36px;
	text-shadow: #0e3138 1px 1px 1px;
	}
.navigation ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	display: block;
	}
.navigation li a:hover{
	background-image: url(../images/bg_hover.jpg);
	height: 36px;
	}

/* Content Page */
.bg-page{
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	height: 1px;
	background-position: left top;
	}
.bg-page-bottom{
	background-image: url(../images/bg_page_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	}
.heading{
	font-family: "trebuchet MS", arial, tahoma;
	font-size: 26px;
	color: #000000;
	}
.heading-blue{
	font-family: "trebuchet MS", arial, tahoma;
	font-size: 26px;
	color: #1484b9;
	}
.heading-blue-Small{
	font-family: "trebuchet MS", arial, tahoma;
	font-size: 16px; 
	font-weight:bold ;
	color: #1484b9;
	}
.Error-Font{
	font-family: "trebuchet MS", arial, tahoma;
	font-size: 12px; 
	font-weight:bold ;
	color: Red;
	}
.main-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515352;
	font-weight: normal;
	line-height: 18px;
	}
.question{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515352;
	font-weight:   normal; font-style:italic ;
	line-height: 18px;
	}
.answer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515352;
	font-weight: bold;
	line-height: 18px;
	}
.main-text-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1484b9;
	font-weight: normal;
	line-height: 18px;
	}
.line-height{
	height: 8px;
	}
/* Footer */
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515352;
	font-weight: normal;
}
