body {
margin:0px;
padding:0px;
/*background: #110C36;*/
}
div {
	padding:0px;
	margin:0px;
}

.header {
height: 148px;
width:100%;
background: url(images/header_bg.gif) no-repeat center top; 
}

.header1 {
height: 83px;
width:100%;
background: url(images/topHrd_bg.gif);
background-repeat:repeat-y;
background-position:center;
}

.base {
width:100%;
background: url(images/body_bg.gif) repeat-y center top; 
}

.footer {
height:158px;
width:100%;
background: url(images/footer_bg.gif) no-repeat center top; 
}

#logo {
cursor: pointer;
width: 145px;
height: 43px;
margin: 31px auto 0px auto;
background: url(images/logo.gif) no-repeat center;

}

#search {
	height:59px;
	width:228px;
	background:url(images/srch_button_bg.gif) no-repeat center bottom;
	text-align: center;
	vertical-align: middle;
}


/*------------input box---------------*/
input.bcg1 {
	background:url(images/textbox_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	/*background-color: #453B90;*/
	font-family: verdana;
	width:130px;
	font-size: 10px;
	color: #FFFFFF;
	border:none;
}
.pdtop {
	margin-top:5px;
}

.pdc {
/*margin-top:15px;*/
padding-left:7px;
}

input.bcg {
	background-color: #3C558E;
	font-family: verdana;
	width:138px;
	font-size: 12px;
	color: #FFFFFF;
	border:none;
}

input.wht {
	background-color: #ffffff;
	font-family: verdana;
	width:170px;
	font-size: 12px;
	color: #401A7E;
}

input.wht-sml {
	background-color: #ffffff;
	font-family: verdana;
	width:70px;
	font-size: 12px;
	color: #401A7E;
}


/*----------------White-----------------*/

.sml-wht {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;	
}

.wht-txt {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;	
}

.wht-txt-bld {
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;	
}

.wht-mid-bld {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;	
}
/*-----------------blue---------------*/

.sml-blue {
	font-family: verdana;
	font-size: 10px;
	color: #401A7E;
	text-decoration:none;
}

.sml-blue-bld {
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	color: #401A7E;
	text-decoration:none;
}

.sml-blu {
	font-family: verdana;
	font-size: 11px;
	color: #401A7E;
	text-decoration:none;
	padding-left:18px;
}

.sml-blu-uline {
	font-family: verdana;
	font-size: 11px;
	color: #401A7E;
	text-decoration:underline;
}
.footer_link {
	font-family: verdana;
	font-size: 10px;
	color: #401A7E;
	text-decoration:none;
}

.body-text {
	font-family: verdana;
	font-size: 12px;
	color: #401A7E;
	text-decoration:none;	
}

.blue-h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #401A7E;
	word-spacing: -2px;
	letter-spacing: -1px;
}

.blue-h2 {
	font-family: Verdana;
	font-size: 18px;
	color: #401A7E;
	font-weight: bold;
	text-decoration: none;
	word-spacing: -1pt;
}

.blue-h3 {
	font-family: verdana;
	font-size: 12px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}



/*---------------list----------------*/

.mid_li {
	font-family: verdana;
	font-size: 12px;
	color: #401A7E;
	text-decoration:none;
	list-style-position: inside;
	list-style-type: disc;
}


.sml_bld_li {
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	color: #401A7E;
	text-decoration:none;
	list-style-position: inside;
	list-style-type: disc;
	padding-top:5px;
}

/*-------------------grey-----------------*/

.grt-title {
	font-family: verdana;
	font-size: 9px;
	color: #604053;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}



/*--------------footer navigation------------*/

.bot-nav-text10 {
	font-family: Arial;
	font-size: 10px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}

.bot-nav-text11 {
	font-family: Arial;
	font-size: 11px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}

.bot-nav-text12 {
	font-family: Arial;
	font-size: 12px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}

.bot-nav-text13 {
	font-family: Arial;
	font-size: 13px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}

.bot-nav-text14 {
	font-family: Arial;
	font-size: 14px;
	color: #401A7E;
	font-weight:bold;
	text-decoration:none;	
}

/*----------------others----------------*/
.t-space {
	padding:0px 0px 5px 0px;
}














A {
	COLOR: #401A7E;
	text-decoration: none;
}
A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none;
}

A.sml-blu-uline {
	COLOR: #401A7E; 
	text-decoration:underline;
}

A.sml-blu-uline:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}

A.footer_link {
	COLOR: #401A7E; 
	text-decoration:none;
}

A.footer_link:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}

A.bot-nav-text11 {
	COLOR: #401A7E;
}

A.bot-nav-text11:hover {
	COLOR: #0E006A; TEXT-DECORATION: none;
}

A.bot-nav-text12 {
	COLOR: #401A7E;
}
A.bot-nav-text12:hover {
	COLOR: #0E006A; TEXT-DECORATION: none;
}


A.bot-nav-text13 {
	COLOR: #401A7E;
}
A.bot-nav-text13:hover {
	COLOR: #0E006A; TEXT-DECORATION: none;
}


A.bot-nav-text14 {
	COLOR: #401A7E;
}
A.bot-nav-text14:hover {
	COLOR: #0E006A; TEXT-DECORATION: none;
}


/* ---------------new tab menu -------------------*/

#tabsF {
      /*float:left;*/
      /*width:100%;*/
      background:#C7C8E4;
      font-size:10px;
	  font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#453B90;
	  /*border: solid 1px #CC0000;
	  text-align:right;*/
      }
    #tabsF ul {
	  margin:0px;
	  padding:0px;
	  /*padding:0px 10px 0 50px;*/
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
	  background:url(images/tab_lft.gif) no-repeat left top;
      margin:0;
      padding-left: 9px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
	  background:url(images/tab_rgt.gif) no-repeat right top;
      padding:5px 12px 5px 5px;
      color:#453B90;
	 
      } 
	  #tabsF a:hover span {
	  cursor:pointer;
      color:#FFF; 
      }

/* ---------------end of new tab menu------------------*/
/* ---------------new body tab------------------*/

#tabsF1 {
      float:left;
      background:#C7C8E4;
      font-size:10px;
	  font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#453B90;
	  margin:0px auto;
	  padding:0px;
      }
    #tabsF1 ul {
	  margin:0px;
	  padding:0px;
	  list-style:none;
	  
      }
    #tabsF1 li {
      margin:0px;
      padding:0px;
      }
    #tabsF1 a {
      float:left;
	  background:url(images/tab_lft1.gif) no-repeat left top;
      margin:0px;
      padding-left: 5px;
      text-decoration:none;
      }
    #tabsF1 a span {
      float:left;
      display:block;
	  background:url(images/tab_rgt1.gif) no-repeat right top;
      padding:5px 12px 7px 2px;
      color:#453B90;
	 
      } 
	  #tabsF1 a:hover span {
	  cursor:pointer;
      color:#FFF; 
      }  	  

#demo {
	padding:0px;
	margin:0px;
	float:left;
	background:#C7C8E4;
}
#demo1 {
	padding:0px;
	margin:0px;
	border:solid 1px #00FF00;
	/*float:left;
	background:#C7C8E4;*/
}
.t {background: url(images/dot.gif) 0 0 repeat-x; width: 212px}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/con_bl.gif) 0 100% no-repeat}
.br {background: url(images/con_br.gif) 100% 100% no-repeat}
.tl {background: url(images/con_tl.gif) 0 0 no-repeat}
.tr {background: url(images/con_tr.gif) 100% 0 no-repeat; padding:10px}
/*--------------------end of new body tab---------------------*/
/*------------------*/
#tabsF2 {
      float:left;
      background:#C7C8E4;
      font-size:10px;
	  font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#453B90;
	  margin:0px auto;
	  padding:0px;
      }
    #tabsF2 ul {
	  margin:0px;
	  padding:0px;
	  list-style:none;
	  
      }
    #tabsF2 li {
      margin:0px;
      padding:0px;
      }
    #tabsF2 a {
      float:left;
	  background:url(images/tab_lft2.gif) no-repeat left top;
      margin:0px;
      padding-left: 5px;
      text-decoration:none;
      }
    #tabsF2 a span {
      float:left;
      display:block;
	  background:url(images/tab_rgt2.gif) no-repeat right top;
      padding:5px 12px 14px 5px;
      color:#453B90;
	 
      } 
	  #tabsF2 a:hover span {
	  cursor:pointer;
      color:#FFF; 
      }
/*------------------*/

/*------------------*/
#tabsF3 {
      float:left;
      background:#C7C8E4;
      font-size:10px;
	  font-weight:bold;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#453B90;
	  margin:0px auto;
	  padding:0px;
      }
    #tabsF3 ul {
	  margin:0px;
	  padding:0px;
	  list-style:none;
	  
      }
    #tabsF3 li {
      margin:0px;
      padding:0px;
      }
    #tabsF3 a {
      float:left;
	  background:url(images/tab_lft2.gif) no-repeat left top;
      margin:0px;
      padding-left: 5px;
      text-decoration:none;
      }
    #tabsF3 a span {
      float:left;
      display:block;
	  background:url(images/tab_rgt2.gif) no-repeat right top;
      padding:5px 12px 7px 2px;
      color:#453B90;
	 
      } 
	  #tabsF3 a:hover span {
	  cursor:pointer;
      color:#FFF; 
      }
/*------------------*/
