/* CSS Document */
body{
	padding:0; margin:0;
	font-family: tahoma;
	font-size: 11px;
	color: #0;
	}
a {	color: #185A9B;
	text-decoration: none;}
	
a:hover {   text-decoration: underline; }

.text {
	font-family: tahoma;
	font-size: 11px;
}
.input {
	font-family: tahoma;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
}

	

/*---TOP PANEL---*/
#topPan{width:778px; }
#topleftPan{width:750px; margin:0; float:left; background:url(images/header.jpg) 0 0 no-repeat #FDFDFC; color:#fff;}
#topleftPan h1{width:750px; height:131px; background:none; font:16px/22px tahoma; padding:80px 0 0 180px; }
#topPan img{ width:229px; height:102px; display:block; margin:0; position:absolute; top:72px; left:219px;}


#toprightPan{width:176px; height:151px; position:absolute; top:10px; right:160px;}
#toprightPan ul{width:117px; height:147px; margin:12px 0 0;}
#toprightPan ul li{height:20px; border-bottom:1px solid #CBCACA; line-height:15px;}
#toprightPan ul li a{width:170px; display:block; background:url(images/arrow-normal.gif) 0 50% no-repeat #fff; color:#3B3B3B; text-decoration:none; padding:0 0 0 20px;}
#toprightPan ul li a:hover{background:url(images/arrow-hover.gif) 0 50% no-repeat; text-decoration:none;}
#toprightPan ul li.underlinenone{height:20px; border-bottom:none; line-height:29px;}


/*---/TOP PANEL---*/

/*------------------------------------------------mid1--------------------*/	
#mid1 ul{
	background:url(images/mid1_link_bg.gif) left bottom no-repeat ##DCDCDC;
	width:180px;
	margin:0 0 0 0px;
	color:#000000;
	padding:0 0 0px 6px;
}
#mid1 ul li{
	border-bottom:#9C9B9B dashed 1px;
	height:20px;
	padding:0;
	margin:0;
}
#mid1 ul li.bdrNo{
	border-bottom:none;
	height:20px;
	padding:0;
	margin:0;
}
#mid1 ul li a{
	background:url(images/bullet_white.gif) 0 6px no-repeat;
	padding:0 0 0 15px;
	font:11px/20px tahoma;
	color:#104981;
	background-color:inherit;
	text-decoration:none;
	display:block;
}
#mid1 ul li a:hover{
	color:#000000;
	background:url(images/bullet_blue.gif) 0 6px no-repeat #ffffff;
}



/* nav */

#nav {
	position: absolute;
	top: 3px;   left: 2px;
	width: 765px; height: 0px;
	background: url(images/menu_cap.gif) top right no-repeat;
}

#nav li {
	float: left;
}

#b-nav {
	background: url(images/b_nav_r.jpg) top right no-repeat;
}

