/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main_container{
	width:999px;
	margin:0px auto;
}

#left_nav{
	background-image:url(../images/left_nav_bg.gif);
	background-repeat:repeat-y;
	width:178px;
}

#main_content{
	padding:5px;
	background-color:#d4effc;
	width:821px;
}
#main_content_inner{
	background-color:#ffffff;
	width:100%;
	height: 35px;
}
#main_content_inner2{
	background-color:#ffffff;
	width:100%;
	margin-top:5px;
	height:20px;
}
#main_content_inner3{
	background-color:#ffffff;
	width:100%;
	margin-top:5px;
	height: 127px;
}

.border_bottomgrey{
	border-bottom:4px solid #6d6f71;
}
.border_bottomblack{
	border-bottom:4px solid #333333;
}
.border_bottomthin{
	border-bottom:1px solid #808080;
}
.orange_h2{
	color:#f58220;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.orange_small{
	color:#f58220;
	font-family:"Trebuchet MS";
	font-size:10px;
}
.blue_small{
	color:#0597cd;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.blue_small_unbold{
	color:#0597cd;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-decoration:none;
}

.blue_bold{
	color:#0597cd;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.black_bold{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.blue_small2{
	color:#0597cd;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:8px;
}
.grey_small{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-decoration:none;
}
.grey_small2{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:8px;
	line-height:20px;
	text-align:justify;
}

.grey_bold{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
}
.blue_link{
	color:#30bdf2;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.blue_link:hover{
	color:#30bdf2;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
.black_h2{
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.black_h2:hover{
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.black{
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.black:hover{
	color:#333333;
	text-decoration:underline;
}

.black_p{
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
.black_p2{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:11px;
	padding-left:8px;
	line-height:13px;
}

.orange_p2{
	color:#f58220;
	font-family:"Trebuchet MS";
	font-size:11px;
	padding-left:0px;
	line-height:13px;
}
.orange_p2_bold{
	color:#f58220;
	font-family:"Trebuchet MS";
	font-size:13px;
	padding-left:4px;
	line-height:13px;
	font-weight:bold;
}
.black_h2_2{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	padding-left:2px
}
.black_h2_3{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	padding:8px 0 0 8px;
}
.black_h2_title{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	padding:8px 0 0 8px;
}
.leftnav_content{
	margin-left:10px;
}
.leftnav_links{
	color:#ffffff;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
}

.leftnav_links:hover{
	color:#ffc20e;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
}

.yellowtext{
	color:#ffc20e;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
}	
.whitetext{
	color:#ffffff;
	font-size:13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	
}
.whitetext:hover{
	color:#ffc20e;
	font-size:13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
}

.inputbox{
	height:15px;
	border:1px solid #009cd6;
	width:200px;
}
.pagination_box{
	background-color:#009cd6;
	color:#ffffff;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	vertical-align:middle;
	padding:8px;
	text-decoration:none;
}
.pagination_box:hover{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
}
.pagination_selected{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	vertical-align:middle;
	padding:8px;
}
.td_bg{
	background-color:#d4effc;
	border-right:1px solid #00aeef;
}
.no_bg{
	border-right:1px solid #00aeef;
}
.td_bg_noborder{
	background-color:#d4effc;
}
.ul{
	background:center left no-repeat url(../images/bullet_arrow_left.gif);
	font-size:12px;
	color:#00aeef;
	padding:2px;
	display:block;
	text-decoration:none;
}
.ul:hover{
	background:center left no-repeat url(../images/white_arrow_left.gif);
	font-size:12px;
	color:#ffffff;
	background-color:#999999;
	padding:2px;
	text-decoration:none;
}
.ul_selected{
	background:center left no-repeat url(../images/white_arrow_left.gif);
	font-size:12px;
	color:#ffffff;
	background-color:#00aeef;
	padding:2px;
	text-decoration:none;
}
.ul2{
	background:center left no-repeat url(../images/bullet_arrow_left.gif);
	font-size:10px;
	color:#00aeef;
	padding:2px;
	display:block;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
}
.ul2:hover{
	background:center left no-repeat url(../images/white_arrow_left.gif);
	font-size:10px;
	color:#ffffff;
	background-color:#999999;
	padding:2px;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
}
.ul2_selected{
	background:center left no-repeat url(../images/white_arrow_left.gif);
	font-size:10px;
	color:#ffffff;
	background-color:#00aeef;
	padding:2px;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
}

.marginleft{
margin-left:13px;}

.ul3{
	text-align:center;
	font-size:11px;
	color:#00aeef;
	padding:2px;
	display:block;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
}
.ul3:hover{
	font-size:11px;
	color:#000000;
	background-color:#999999;
	padding:2px;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.ul3_selected{
	font-size:11px;
	color:#000000;
	background-color:#d4effc;
	padding:2px;
	text-decoration:none;
	font-family:verdana;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.ulnobullet{
	font-size:16px;
	color:#666666;
	display:block;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-weight:bold;
	padding:5px;
}
.ulnobullet:hover{
	font-size:16px;
	color:#ffffff;
	background-color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:5px;	
}
.ulnobullet_selected{
	font-size:16px;
	color:#333333;
	background-color:#00aeef;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-weight:bold;
	padding:5px;
}
.ocff10{
	color:#ffffff;
	font-size:13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	border-bottom:4px solid #333333;
}
.ocff11{
	color:#ffffff;
	font-size:13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	
}
.kunal{
	color:#ffffff;
	font-size:13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;
	
}

.red_p2{
	color:#ff0000;
	font-family:"Trebuchet MS";
	font-size:11px;
	padding-left:0px;
	line-height:13px;
}
.yellowtext1{
	color:#3E3E3E;
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	text-decoration:none;




