#new{
	position:absolute;
	left:0;
	top:0;
	background-image:url(images/new.png);
	height:210;
	width:150;
	z-index:99;
	visibility:visible;
	}
	img{border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


a {
	color:#9696C8;
	text-decoration:none;
}

a:hover {
	color: #ff9933;
	text-decoration:none;
	
}

a.on {
	color: #FEFE00;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	color:#366AAB;
}

h3 {
	color:#366AAB;
}

h4 {
	color:#366AAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h5 {
	color:#366AAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	margin-left:10px;
	margin-right:10px;
}

.norm {
	font-family:"Century Gothic", Century, "Century Schoolbook", Arial;
	font-size:10px;
	color:#333366;
}

.norm_w {
	font-family:"Century Gothic", Century, "Century Schoolbook", Arial;
	font-size:10px;
	color:#FFFFFF;
}

.rel_docs {
	color: #333366;
	font-size: 12px;
	font-weight: bold;
}

.standard {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	margin-right:10px;
}

.text_white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
}

.text_white_head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}

.text_contacts {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.text_blue_head {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#366AAB;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

.footlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#23456F;
}

.news_pic {
	border:#E6EEFF solid 1px;
}

table.colour {
	border:#E6EEFF solid 1px;
}
	tr.bac_colour {
	
	background-color:#E6EEFF;
	
	}
	
	td.b_col {

		border:#E6EEFF solid 1px;
	}

	td.bac_col {

		background-color:#EDF1FA;
	}
	td.bac_high {

		border:#ff9933 solid 1px;
	}

/*- Side Menu --------------------------- */
	
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border-bottom: 1px solid #ff9933;
  padding: 0 6px;
  display: block;
  background: #5191CD;
  color: #FFFFFF;
  font: 12px/22px Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #ff9933;
  color: #366AAB;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	border-left: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
  	background: #5191CD;
  	color: #FFFFFF;
	font-size:10px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #ff9933;
  color: #366AAB;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/*news scroller */
	
#pscroller2{
width: 550px;
height: 50px;
border: 0px;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}

 /*border round 1px corner*/
  table.ctab { 
    align: center;
  }

  td.ctab-top { 
    height: 13px;  
    background-image: url(images/c_top.gif);
  }

  td.ctab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/c_t_right.gif);
  }

  td.ctab-right { 
    width: 13px; 
    background-image: url(images/c_right.gif);
  }

  td.ctab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/c_b_right.gif);
  } 

  td.ctab-bottom { 
    height: 13px;
    background-image: url(images/c_bottom.gif);
  }

  td.ctab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/c_b_left.gif);
  } 

  td.ctab-left { 
  	width: 13px;
    background-image: url(images/c_left.gif);
  }

  td.ctab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/c_t_left.gif);
  }      

  td.ctab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  background-color:#5191CD;
  font-size:10px;
  }
  
    /*border round corner*/
  table.btab { 
    align: center
  }

  td.btab-top { 
    height: 13px;  
    background-image: url(images/b_top.gif)  }

  td.btab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/b_t_right.gif)  }

  td.btab-right { 
    width: 13px; 
    background-image: url(images/b_right.gif)  }

  td.btab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/b_b_right.gif)  } 

  td.btab-bottom { 
    height: 13px;
    background-image: url(images/b_bottom.gif)  }

  td.btab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/b_b_left.gif)  } 

  td.btab-left { 
  	width: 13px;
    background-image: url(images/b_left.gif)  }

  td.btab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/b_t_left.gif)  }      

  td.btab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  }
  
   /*border round corner transparent*/
  table.stab { 
    align: center
  }

  td.stab-top { 
    height: 15px;  
    background-image: url(images/s_top.gif)  }

  td.stab-topRight { 
    width: 17px;
    height: 15px;
    background-image: url(images/s_t_right.gif)  }

  td.stab-right { 
    width: 17px; 
    background-image: url(images/s_right.gif)  }

  td.stab-bottomRight { 
    width: 17px; 
    height: 21px; 
    background-image: url(images/s_b_right.gif)  } 

  td.stab-bottom { 
    height: 21px;
    background-image: url(images/s_bottom.gif)  }

  td.stab-bottomLeft { 
  	width: 17px;
    height: 21px;
    background-image: url(images/s_b_left.gif)  } 

  td.stab-left { 
  	width: 17px;
    background-image: url(images/s_left.gif)  }

  td.stab-topLeft { 
    width: 17px; 
    height: 15px; 
    background-image: url(images/s_t_left.gif)  }      

  td.stab-center { 
 
  }  
 
     /*border round corner*/
  table.dtab { 
    align: center
  }

  td.dtab-top { 
    height: 13px;  
    background-image: url(images/d_top.gif)  }

  td.dtab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/d_t_right.gif)  }

  td.dtab-right { 
    width: 13px; 
    background-image: url(images/d_right.gif)  }

  td.dtab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/d_b_right.gif)  } 

  td.dtab-bottom { 
    height: 13px;
    background-image: url(images/d_bottom.gif)  }

  td.dtab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/d_b_left.gif)  } 

  td.dtab-left { 
  	width: 13px;
    background-image: url(images/d_left.gif)  }

  td.dtab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/d_t_left.gif)  }      

  td.dtab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  background-color:#ccccff;
  }
  
      /*border round corner orange */
  table.otab { 
    align: center
  }

  td.otab-top { 
    height: 13px;  
    background-image: url(images/o_top.gif)  }

  td.otab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/o_t_right.gif)  }

  td.otab-right { 
    width: 13px; 
    background-image: url(images/o_right.gif)  }

  td.otab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/o_b_right.gif)  } 

  td.otab-bottom { 
    height: 13px;
    background-image: url(images/o_bottom.gif)  }

  td.otab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/o_b_left.gif)  } 

  td.otab-left { 
  	width: 13px;
    background-image: url(images/o_left.gif)  }

  td.otab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/o_t_left.gif)  }      

  td.otab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  background-color:#FF9933;
  }
  
  /*border round corner line */
  table.ltab { 
    align: center
  }

  td.ltab-top { 
    height: 13px;  
    background-image: url(images/l_top.gif)  }

  td.ltab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/l_t_right.gif)  }

  td.ltab-right { 
    width: 13px; 
    background-image: url(images/l_right.gif)  }

  td.ltab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/l_b_right.gif)  } 

  td.ltab-bottom { 
    height: 13px;
    background-image: url(images/l_bottom.gif)  }

  td.ltab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/l_b_left.gif)  } 

  td.ltab-left { 
  	width: 13px;
    background-image: url(images/l_left.gif)  }

  td.ltab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/l_t_left.gif)  }      

  td.ltab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  background-color:#ffffff;
  }
  
     /*border round corner transparent*/
  table.ftab { 
    align: center;
  }

  td.ftab-top { 
    height: 23px;  
    background-image: url(images/f_top.gif);
	background-repeat:repeat-x;
  }

  td.ftab-topRight { 
    width: 22px;
    height: 55px;
    background-image: url(images/f_t_right.gif)  }

  td.ftab-topRight2 { 
    width: 22px;
    height: 23px;
    background-image: url(images/f_t_right2.gif)  }

  td.ftab-right { 
    width: 22px; 
    background-image: url(images/f_right.gif)  }

  td.ftab-bottomRight { 
    width: 22px; 
    height: 23px; 
    background-image: url(images/f_b_right.gif)  } 

  td.ftab-bottom { 
    height: 23px;
    background-image: url(images/f_bottom.gif)  }

  td.ftab-bottomLeft { 
  	width: 22px;
    height: 23px;
    background-image: url(images/f_b_left.gif)  } 

  td.ftab-left { 
  	width: 22px;
    background-image: url(images/f_left.gif)  }

  td.ftab-topLeft { 
    width: 22px; 
    height: 55px; 
    background-image: url(images/f_t_left.gif)  }      

  td.ftab-topLeft2 { 
    width: 22px; 
    height: 23px; 
    background-image: url(images/f_t_left2.gif)  }     

  td.ftab-center { 
 	background-repeat:no-repeat;
	background-position:left;
  }  
  
  td.ftab2-center { 
 	background-repeat:no-repeat;
	background-position:right;
  }  
  
   /*border round corner transparent*/
  table.xtab { 
    align: center
  }

  td.xtab-left { 
    width: 32px;
    height: 44px;
    background-image: url(images/x_left2.gif);
  }
  
  td.xtab-right { 
    width: 32px;
    height: 44px;
    background-image: url(images/x_right2.gif);
  }

  td.xtab-mid { 
    height: 44px; 
    background-image: url(images/x_mid2.gif);
  }
  
       /*border round corner*/
  table.etab { 
    align: center
  }

  td.etab-top { 
    height: 13px;  
    background-image: url(images/e_top.gif)  }

  td.etab-topRight { 
    width: 13px;
    height: 13px;
    background-image: url(images/e_t_right.gif)  }

  td.etab-right { 
    width: 13px; 
    background-image: url(images/e_right.gif)  }

  td.etab-bottomRight { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/e_b_right.gif)  } 

  td.etab-bottom { 
    height: 13px;
    background-image: url(images/e_bottom.gif)  }

  td.etab-bottomLeft { 
  	width: 13px;
    height: 13px;
    background-image: url(images/e_b_left.gif)  } 

  td.etab-left { 
  	width: 13px;
    background-image: url(images/e_left.gif)  }

  td.etab-topLeft { 
    width: 13px; 
    height: 13px; 
    background-image: url(images/e_t_left.gif)  }      

  td.etab-center { 
  font:Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;
  background-color:#EDF1FA;
  }
 
   /*border round corner transparent*/
  table.xxtab { 
    align: center
  }
  
  td.xxtab-mid { 
    height: 50px;
	width:640; 
    background-image: url(images/head_back.gif);
	background-position:right;
  }
  
 
 /*- Menu Tabs J--------------------------- */
 
 #tabsJ {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
	  /*border-bottom:1px solid #5594CE;*/
      }
    #tabsJ ul {
	margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(images/tableftJ.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(images/tabrightJ.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#000000;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	  
/*calender*/

.tabletype{
background-color:#E6EEFF;
}

.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#366AAB;
font-size:12px;
font-weight:bold;
margin-left:5px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
color:#336699;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/* border: 1px solid #E6EEFF;*/
color: #336699;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #336699;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ff9933;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/* border: 1px solid #E6EEFF; */
width: 650px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.back_calendar {
	background-image: url(images/calendar_1.jpg);
	background-repeat:no-repeat;
}

/*Nkhani Zathu*/
  table.nkhani { 
    align: center
  }

  td.nkhani_cover { 
    width: 595px;
    height: 715px;
    background-image: url(nkhani_zathu/cover_page.jpg);
	background-repeat:no-repeat;
  }
  
   td.nkhani_inside { 
   width: 585px;
   height: 418px
  }
  
   td.nkhani_text1 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	color:#ff9933;
	margin-right:0px;
  }
    
   td.nkhani_text { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	color:#ffffff;
	margin-right:0px;
  }
  
   td.nkhani_text2 {
   	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#DEDEDE;
  }
  
  table.unplus { 
    align: center;
  }

  td.unplus-top { 
    height: 57px;  
    background-image: url(unplus/unplus_banner.gif);
  }

  td.unplus-left { 
    width: 175px;
    background-image: url(unplus/bright_left.jpg);
	background-repeat:no-repeat;
  }

 table.unfamily { 
    align: center;
  }
  
td.unfamilyday {
	height:756px;
	width:564px;
	background-image: url(../images/un_familyday_07.png);
	background-repeat:no-repeat;
}