

/* **********css for webSite header begin********** */
#header { 
	width:900px; 
	height:100px;
	text-align:center;
}
#header-nav { 
	width:900px; 
	height:60px; 

}
#header-logo { 
	width:236px;
	height:50px; 
	margin-top:5px; 
	margin-bottom:5px; 
	float:left;
	background:url(../images/logo.gif) no-repeat;
}
#header-cen {
	width:200px; 
	height:50px; 
	float:left; 
	margin-top:5px; 
	margin-bottom:5px; 
	text-align:left; 
	background:url(../images/name1.gif) no-repeat;
}
#addr { 
	width:400px; 
	margin:35px 10px 5px 10px; 
	padding-right:5px;
	float:right; 
	line-height:25px; 
	text-align:right; 
	
}
#tabs3 { 
	width:890px;  
	background-color:#007B91;
	overflow:hidden;
	width:100%;
}
#tabs3 ul {
     margin:0;
     padding:0;
     list-style:none;
}
#tabs3 li {
   display:inline;
   margin:0px;
   padding:0px;
}
#tabs3 a {
   display:block;
   float:left;
   margin-top:3px;
   margin-left:6px;
   padding-left:.8em;
   padding-right:.8em;
   height:22px;
   line-height:22px;
   text-decoration:none;
   color:#FFF;
   font-size:10pt; 
   _display:inline;
}
#tabs3 a:hover {
   text-decoration:underline;
}
#tabs3 #current a {
	color:#000;
   	background-color:#fff;
	font-weight:bold;
}
/* ==========css for webSite header end========== */



/* **********css for webSite footer begin********** */
#foobar { 
	border-top:1px solid #cccccc;
}

#foobar1 { 
	margin:5px 5px 0px 5px; 
	padding-top:10px;
	text-align:center;
	background:#EEEEEE; 
}
#foobar1 p {
	margin:0;
	padding:0;
	line-height:25px;
}
#foobar1 p  {
	color:#666666;
}
#foobar1 p  a {
	color:#666666;
}
#foobar1 p  a:hover {
	color:#666666; 
	text-decoration:underline;
}
/* ==========css for webSite footer end========== */
