@charset "utf-8";
body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	background:#034379;
	font-family:tahoma;
	font-size:11px;
	color:#232323;
}
td{
	font-family:tahoma;
	font-size:11px;
	color:#232323;
	line-height:16px;
}
div{
	font-family:tahoma;
	font-size:11px;
	color:#232323;
	line-height:16px;
}
.leftstyle{
	float:left;
}
.rightstyle{
	float:right;
}
p{	`
	padding:0px;
	margin:10px 0px 10px 0px;
}
p.text_align{
	padding-bottom:0px;
	padding-top:0px;
}
.main_tab{
	background:url(../images/curve_middle_bg.jpg);
	background-repeat:repeat-y;
	width:927px;
	vertical-align:top;
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	line-height:16px;
}
.top_curve{
	background:url(../images/curve_top_index.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:11px;
	vertical-align:top;
}
.bottom_curve{
	background:url(../images/cuvre_btm.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:57px;
	vertical-align:top;
}
#footer{
	padding:18px 50px 0px 50px;
	float:left;
	color:#b0e1ff;
	font-size:10px;
	width:820px;
}
a.footerlink {
	color:#b0e1ff;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
a.footerlink :hover{
	color:#b0e1ff;
	text-decoration:underline;
	padding-left:4px;
	padding-right:4px;
}
a.btmlink{
	color:#f3fafe;
	text-decoration:none;
}
a.btmlink:hover{
	color:#b0e1ff;
	text-decoration:underline;
}

.menubg{
	background:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:42px;
	vertical-align:top;
	width:927px;
	text-align:center;
}
ul.mainmenu{
	margin:0px;
	padding:0px 30px 0px 30px;
}
ul.mainmenu li{
	background:url(../images/menu_sep.jpg) no-repeat 3px 3px;
	padding:3px 3px 3px 20px;
	display:inline;
	list-style-type:none;
	color:#1580cc;
	font-weight:bold;
}
ul.mainmenu li.first{
	background:none;
	padding:3px 3px 3px 20px;
	display:inline;
	list-style-type:none;
	color:#1580cc;
	font-weight:bold;
}
ul.mainmenu li a{
	color:#1580cc;
	text-decoration:none;
}
ul.mainmenu li a:hover{
	color:#787878;
	text-decoration:none;
}
/* Dropdown Menu */
.dropdownmenu{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
}

.dropdownmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.dropdownmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background:url(../images/menu_sep.jpg) no-repeat;
	color:#1580cc;
	font-weight:bold;
	padding:0px 7px 0px 7px;
	margin:0px;
}
.dropdownmenu ul li.first{
	position: relative;
	display: inline;
	float: left;
	background:none;
	color:#1580cc;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	margin:0px;
}

/*Top level menu link items style*/
.dropdownmenu ul li a{
	display: block;
	color: white;
	padding:0px 5px 0px 5px;
	color:#1580cc;
	text-decoration: none;
}

* html .dropdownmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display:block;
}

.dropdownmenu ul li a:link, .dropdownmenu ul li a:visited{
	color:#1580cc;
}

.dropdownmenu ul li a:hover{
/*tab link background during hover state*/
	color:#787878;
}
	
/*1st sub level menu*/
.dropdownmenu ul li ul{
	position: absolute;
	visibility: hidden;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #badcf8;
	border-left:1px solid #badcf8;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.dropdownmenu ul li ul li{
	display: list-item;
	background:#d6eefc;
	text-align:left;
	font-family:tahoma;
	font-size:11px;
	width:250px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #badcf8;
}
.dropdownmenu ul li ul li.last{
	display: list-item;
	background:#d6eefc;
	text-align:left;
	font-family:tahoma;
	font-size:11px;
	width:250px;
	margin:0px;
	padding:0px;
	border-bottom:0px solid #badcf8;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.dropdownmenu ul li ul li ul{
	top: 0px;
	margin:0px;
	padding:0px;
}

/* Sub level menu links style */
.dropdownmenu ul li ul li a{
	color:#000000;
	background:url(../images/menu_arr_normal.gif) no-repeat 6px 6px;
	font-family:tahoma;
	font-size:11px;
	padding:0px 3px 3px 21px;
	font-weight:normal;
	margin:0px;
	background-color:#d6eefc;
}

.dropdownmenu ul li ul li a:hover{ /*sub menus hover style*/
	color:white;
	background:url(../images/arrow_white.gif) no-repeat 6px 6px;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	padding:0px 3px 3px 21px;
	margin:0px;
	background-color:#0b4a7c;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
/*Dropdown Menu*/
.logobg{
	background:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	width:241px;
	height:251px;
	vertical-align:top;
	border-left:21px solid white;
	text-align:center;
}
.logopad{
	text-align:center;
	width:223px;
	margin:auto;
	padding-top:5px;
}
.top_menu{
	width:180px;
	margin:auto;
	margin-top:40px;
}
.icon_pad{
	width:45px;
	float:left;
	text-align:center;
}
.icon_pad1{
	width:45px;
	float:left;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}
a.topmenu{
	color:#00467f;
	text-decoration:none;
}
a.topmenu:hover{
	color:#ca991d;
	text-decoration:none;
}

.index_banner{
	vertical-align:top;
	border-right:21px solid white;
	width:644px;
}
.index_com{
	padding-bottom:0px;
	padding-top:7px;
}
.welcome_bg{
	background:url(../images/wel_bg.jpg);
	background-repeat:repeat-x;
	height:151px;
	float:left;
	width:661px;
}
.welcome_left{
	background:url(../images/wel_left_curve.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:151px;
	float:left;
}
.welcome_right{
	background:url(../images/wel_right_curve.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:151px;
	float:right;
}
.mandatory_bg{
	background:url(../images/mandatory_middle_bg.jpg);
	background-repeat:repeat-x;
	height:162px;
	float:left;
	width:661px;
}
.mandatory_left{
	background:url(../images/mandatory_left_curve.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:162px;
	float:left;
}
.mandatory_right{
	background:url(../images/mandatory_right_curve.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:162px;
	float:right;
}
.mandatory_right1{
	background:url(../images/mandatory_right_curve1.jpg);
	background-repeat:no-repeat;
	width:86px;
	height:162px;
	float:right;
}
.mandatory_txt_pad{
	float:left;
	padding-top:15px;
}
.news_bg{
	width:224px;
	float:left;
	background:url(../images/news_middle.jpg);
	background-repeat:repeat-y;
	float:left;
}
.news_btm{
	background:url(../images/news_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:224px;
	height:11px;
	float:left;
}
.news_top{
	background:url(../images/news_top_curve.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:50px;
	background-position:top;
	float:left;
}
.therlinks_top{
	background:url(../images/other_links_top.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:29px;
	background-position:top;
	float:left;
}
.news_pad{
	float:left;
	height:90px;
}
.otherlinks_pad{
	float:left;
}
ul.newslist{
	margin:0px 0px 0px 20px;
	padding:0px;
}
ul.newslist li{
	list-style-type:none;
	padding:0px;
}
ul.clickhere{
	margin:10px 0px 0px 20px;
	padding:0px;
}
ul.clickhere li{
	list-style-type:none;
	color:#7d1616;
}
ul.clickhere li a{
	list-style-type:none;
	background:url(../images/arrow_gray.gif) no-repeat 3px 4px;
	color:#7d1616;
	text-decoration:none;
	padding:0px 0px 0px 15px;
}
ul.clickhere li a:hover{
	list-style-type:none;
	background:url(../images/arrow_browm.gif) no-repeat 3px 4px;
	color:#646362;
	text-decoration:none;
	padding:0px 0px 0px 15px;
}
.index_tittle{
	float:left;
	width:603px;
	margin-bottom:8px;
}
.welcome_cnt_pad{
	float:left;
	padding:10px 5px 10px 10px;
	width:603px;
}
.rowspace{
	height:5px;
}
.mandatory_pad{
	float:left;
	padding-left:25px;
}
ul.mandatory_list{
	margin:0px;
	padding:10px 0px 10px 0px;
}
ul.mandatory_list li{
	background:url(../images/arrow_blue.gif) no-repeat 3px 10px;
	padding:3px 3px 3px 16px;
	color:#FFFFFF;
	list-style-type:none;
}
ul.otherlinks{
	margin:2px 5px 0px 15px;
	padding:0px;
}
ul.otherlinks li {
	background:url(../images/arrow_blue.gif) no-repeat 3px 6px;
	padding:0px 4px 0px 15px;
	color:#155e91;
	list-style-type:none;
	line-height:15px;
}
ul.otherlinks li a{
	color:#155e91;
	text-decoration:none;
}
ul.otherlinks li a:hover{
	color:#a70304;
	text-decoration:none;
}
.download_bg{
	background:url(../images/download_index.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:102px;
	float:left;
}
.download_bg p{
	padding:25px 60px 5px 20px;
	color:#155e91;
	line-height:13px;
	margin:0px;
}
.download_bg a{
	color:#053e6e;
	font-size:10px;
	text-decoration:underline;
	padding-left:20px;
}
.download_bg a:hover{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding-left:20px;
}

.placement_bg{
	background:url(../images/placement_index.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:102px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
.placement_bg p{
	padding:25px 60px 5px 20px;
	color:#155e91;
	line-height:13px;
	margin:0px;
}
.placement_bg a{
	color:#053e6e;
	font-size:10px;
	text-decoration:underline;
	padding-left:20px;
}
.placement_bg a:hover{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding-left:20px;
}
.admission_bg{
	background:url(../images/admission_index.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:102px;
	float:left;
}
.admission_bg p{
	padding:25px 60px 5px 20px;
	color:#155e91;
	line-height:13px;
	margin:0px;
}
.admission_bg a{
	color:#053e6e;
	font-size:10px;
	text-decoration:underline;
	padding-left:20px;
}
.admission_bg a:hover{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding-left:20px;
}
.inner_leftside{
	width:241px;
	vertical-align:top;
}
.inner_rightside{
	width:644px;
	vertical-align:top;
}
.left_links_bg{
	background:url(../images/linkg_mid_bg.jpg);
	background-repeat:repeat-y;
	width:241px;
	float:left;
}
.left_link_topcurve{
	background:url(../images/links_top_curve.jpg);
	background-repeat:no-repeat;
	width:241px;
	height:11px;
	float:left;
}
.left_link_btmcurve{
	background:url(../images/links_btm_curve.jpg);
	background-repeat:no-repeat;
	width:241px;
	height:13px;
	background-position:bottom;
	float:left;
}
.left_links_pad{
	width:222px;
	float:left;
}
.otherinner_link_topcurve{
	background:url(../images/otherlinks_top_inner.jpg);
	background-repeat:no-repeat;
	width:241px;
	height:29px;
	float:left;
}
.inner_cntbg{
	background:url(../images/inner_cnt_bg.jpg);
	background-repeat:repeat-y;
	float:left;
	width:644px;
	text-align:justify;
}
.inner_cnt_topcurve{
	background:url(../images/inner_cnt_topcurve.jpg);
	background-repeat:no-repeat;
	width:644px;
	height:11px;
	float:left;
}
.inner_cnt_btmcurve{
	background:url(../images/inner_cnt_btmcurve.jpg);
	background-repeat:no-repeat;
	width:644px;
	height:10px;
	float:left;
	background-position:bottom;
}
.inner_cnt_topbg{
	background:url(../images/inner_cnt_topbg.jpg);
	background-repeat:no-repeat;
	width:590px;
	float:left;
	background-position:top;
	padding:0px 22px 20px 32px;
	text-align:justify;
}
.tittle_pad{
	width:590px;
	margin-bottom:20px;
}
.tittle_pad1{
	width:590px;
	margin-bottom:0px;
}

ul.subtittle_list{
	margin:0px;
	padding:0px 0px 0px 5px;
	background:#e3f5ff;
	border-bottom:1px solid #d6eefc;
}
ul.subtittle_list li{
	background:url(../images/bullet_orange.gif) no-repeat 3px 6px;
	padding:3px 3px 3px 23px;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#0c4c80;
}
.highlights{
	background:#f2faff;
	border:1px solid #e9eaea;
	padding:10px 10px 10px 15px;
	color:#1467aa;
}
.highlights b{
	border-bottom:1px solid #c9e9fc;
	color:#000000;
}
.highlights ul{
	margin:0px;
	padding:0px;
	}

.highlights ul li{
	list-style-type:none;
	display:inline;
}

.highlights ul li  a{
	font-weight:bold;
	color:#4f5255;
	text-decoration:underline;
	text-transform:capitalize;
	background:url(../images/arrow_browm.gif) no-repeat 3px 5px;
	padding:0px 15px 0px 15px;
	line-height:20px;
}
.highlights a:hover{
	font-weight:bold;
	color:#1467aa;
	text-decoration:none;
	text-transform:capitalize;
	background:url(../images/arrow_gray.gif) no-repeat 3px 5px;
	padding:0px 15px 0px 15px;
	line-height:20px;
}
ul.innerlink_list{
	margin:0px;
	padding:0px;
	background:#f2faff;
	border:1px solid #e9eaea;
	padding:10px 10px 10px 15px;
	color:#1467aa;
	}

ul.innerlink_list li{
	list-style-type:none;
}

ul.innerlink_list li  a{
	font-weight:bold;
	color:#4f5255;
	text-decoration:underline;
	text-transform:capitalize;
	background:url(../images/arrow_browm.gif) no-repeat 3px 5px;
	padding:0px 15px 0px 15px;
	line-height:20px;
}
ul.innerlink_list li a:hover{
	font-weight:bold;
	color:#1467aa;
	text-decoration:none;
	text-transform:capitalize;
	background:url(../images/arrow_gray.gif) no-repeat 3px 5px;
	padding:0px 15px 0px 15px;
	line-height:20px;
}
ul.inner_list{
	margin:0px;
	padding:10px 0px 0px 0px;
}
ul.inner_list li{
	background:url(../images/arrow_inner1.gif) no-repeat 3px 8px;
	padding:2px 2px 2px 18px;
	list-style-type:none;
}
ul.inner_list li a{
	color:#0a487a;
	text-decoration:underline;
	font-weight:bold;
}
ul.inner_list li a:hover{
	color:#6d6d6d;
	text-decoration:none;
	font-weight:bold;
}


.back{
	float:right;
}
.back a{
	font-weight:bold;
	color:#af4905;
	text-decoration:underline;
}
.back a:hover{
	font-weight:bold;
	color:#00000;
	text-decoration:none;
}
ul.sitemap{
	margin:0px;
	padding:0px;
}
ul.sitemap li{
	background:url(../images/arrow_sitemap.gif) no-repeat 3px 8px;
	padding:3px 3px 7px 23px;
	list-style-type:none;
	color:#000407;
	font-weight:bold;
	border-bottom:1px dashed #c5e8fc;
	width:200px;
}
ul.sitemap li a{
	color:#00457e;
	text-decoration:none;
}
ul.sitemap li a:hover{
	color:#b81414;
	text-decoration:none;
}
ul.sitemap li ul{
	margin:0px;
	padding:0px;
}
ul.sitemap li ul li{
	background:url(../images/arrow_browm.gif) no-repeat 0px 9px;
	padding:3px 3px 3px 12px;
	border-bottom:0px dashed #aeb1b4;
	text-align:left;
	font-weight:normal;
}

.txt_red{
	color:#FF0000;
	}
.txtbox{
	background:#FFFFFF;
	border:1px solid #d6eefc;
	width:165px;
	height:17px;
	font-size:11px;
	}
.txtarea{
	background:#FFFFFF;
	border:1px solid #d6eefc;
	width:165px;
	height:50px;
	font-size:11px;
	}
.button{
	background:#0c4d82;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #dbe7f0;
	font-size:11px;
	cursor:pointer;
	padding:2px;
	}
