@charset "utf-8";
body {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	font-family:"trebuchet MS";
}
a {
	text-decoration:none;
}
.bold {
	font-weight:bold;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
img {
	border:none;
}
.clrred { color:#FF0000;}
.pad10 {
	padding:10px;
}
h1, h2, h3, h4 {
	margin:0px;
	padding:0px 0px 10px 0px;
}
.fnt11 { font-size:11px;}
p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
.boxbg {
	background:url(../images/boxbg.jpg) repeat-x left top;
	padding-top:20px;
}
h2 { font-size:17px; font-weight:normal; color:3000000;}

#leftside {
	width:189px;
}
#leftside .logo {
	padding-bottom:19px;
}
#leftside .navigationbg {
	background:url(../images/doted_bg.jpg) repeat;
	border-right:1px solid #FFFFFF;
}
.hdhead {
	padding-bottom:13px;
}
#rightside {
	width:732px;
	padding-left:40px;
}
ul.point {
	margin:0px;
	padding:5px;
	list-style:none;
}
ul.point li {
	background:url(../images/buletpoint.jpg) no-repeat left center;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#7b7987;
}
ul.point li a {
	text-decoration:none;
	color:#7b7987;
}
ul.point li a:hover, ul.point li a.selected {
	text-decoration:underline;
	color:#4e4d52;
}
.contrentpart {
	padding:0px 20px 0px 0px;
	font-size:14px;
	color:#333333;
	line-height:19px;
}
.contrentpart a {
	color:#333333;
	text-decoration:underline;
}
.contrentpart a:hover {
	color:#ff0000;
	text-decoration:none;	
}
#footer {
	padding:15px 0px 17px 0px;
	line-height:20px;
	font-size:12px;
	color:#9f9daa;
}
#footer a {
	color:#000000;
}
#footer a:hover {
	color:#9f9daa;
}
/*==========================================================================================
							Css Style For Left Part
==========================================================================================*/
#acc {
	margin:0px;
	padding:0px;
	list-style:none;
}
#acc h3 {
	padding:0px;
	font-family:"arial narrow";
	font-size:15px;
	font-weight:normal;
	background-color:#ffffff;
	color:#9d9d9d;
	line-height:24px;
	border-bottom:1px solid #999999;
	cursor:pointer;
}
#acc #sel {
	background-color:#666666;
}
#acc #sel a {
	color:#ffffff;
}
#acc #sel a:hover {
	color:#ffffff;
}
#acc h3 a {
	color:#9d9d9d;
	line-height:24px;
	padding:0px 0px 0px 10px;
	display:block;
}
#acc h3 a:hover, #acc h3 a.selected {
	background:url(../images/navihoverbg.jpg) repeat left top;
	display:block;
	color:#ffffff;
}
#acc .acc-section {
	overflow:hidden;
}
#acc .acc-content {
	padding:0px 0px 0px 0px;
	font-size:11px;
}
#acc .acc-content p {
	margin:0px;
	border-bottom:1px solid #BACEE9;
	background:#f5f5f5;
	line-height:normal;
	color:#4379C2;
}
#acc .acc-content p a {
	color:#CC2F2A;
}
#acc .acc-content p a:hover {
	color:#333333;
}
#acc .acc-content .sel {
	margin:0px;
	background-color:#666666;
	line-height:normal;
	color:#4379C2;
}
#acc .acc-content .sel a {
	color:#ffffff;
}
#acc .acc-content .sel a:hover {
	color:#ffffff;
}


/*==========================================================================================
						Css Style For Extra 
==========================================================================================*/
/* Style for GRID */

.heading1 {font-weight: bold;}

.gridbdr { border:solid 1px #ccc;  border-collapse:collapse; font-size:13px; text-decoration:none; color:#666666; }

.gridbdr td {border-bottom:solid 1px #ccc; border-left:solid 1px #ccc; }
.gridbdr .heading1 {background:#F5F5F5;}