@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#90c0de;
	margin: 0;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	     #container selector */
	color: #000000; }


.oneColFixCtrHdr #container {
	width: 949px;
	height:auto; 
	vertical-align:middle;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 4px solid #8bb2ca; border-right: 6px solid #8bb2ca; border-bottom: 4px solid #8bb2ca; text-align: left;
	} 
	
.contborder{
	border-bottom: 4px solid #8bb2ca; border-top: 4px solid #8bb2ca;}

.contborderinner{
	border-bottom: 0px solid #8bb2ca; border-top: 4px solid #8bb2ca;}
	
.mainPageBG{
	background-image:url(images/homepage_BG.jpg); height:100%;}
	
#header{
	background-image:url(images/top_middleGray.jpg);background-repeat:repeat;height:92px;width:949px; clear:both;}

#hdtwo{
	float:left;height:92px;}

#hdthree{
	float:right;height:71px;width:326px;background-image:url(images/top_gray_pannel.jpg);background-repeat:no-repeat;
margin-right:17px; padding-top:10px;}

#hdthree span{
	font-size:12px;font-weight:bold;color:#000000;margin-left:20px;}

#bttop{
	width:935px;height:28px;background-image:url(images/main_BT_bg.jpg);background-repeat:no-repeat;margin-left:7px;
padding-top:12px;clear:both;}

#bttop span{
	margin-left:58px;color:#FFFFFF;font-weight:bold;font-size:12px;text-decoration:none;height:28px;}

#banner{
	width:937px;height:348px;text-align:center; margin-left:6px;clear:both; }
#bottomContent{
	width:949px; height:146px; padding-top:8px;clear:both;}
.copyright{
	background-color:#dfeaf4; font:Arial, Helvetica, sans-serif; font-size:11px; padding-left:280px; padding-right:280px; color:#646a70;}
.homeBottom{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; width:220px; vertical-align:text-top;}

.hpbottomTitle{
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#990000; padding-left:10px;}

/*innerpage*/
#innerbanner{
	width:913px;height:191px;text-align:center; margin-left:19px;clear:both; }
#innerbottomContent{
	width:949px; padding-top:8px;clear:both; height:100%;}
.innerbg{
	background-image:url(images/white.jpg); height:auto;}

.menu{
	padding-left:20px; 
	padding-top:6px;
	width:180px; 
	font-weight:bold; 
	color:#3782c0; 
	height:18px; 
	list-style-image:url(images/bullet.jpg); 
	text-decoration:none;
}

.menulist{
	background-image:url(images/bullet.jpg); padding-top:6px; background-repeat:no-repeat; background-position:left;}
	
#copyrightdiv{
	padding-top:15px; padding-bottom:15px; text-align:center; clear:both; width:949px; background-image:url(images/white.jpg);  text-align: left; margin: 0 auto;}
	
#menutop{
	width:192px; margin-left:22px; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left;}
	
#menutop span { 
line-height:30px;
*line-height:18px;/*IEapplicable only for IE all versions*/
_line-height:16px;/*IEapplicable only for IE 6*/

}

#innerTitle{margin-left:10px; width:450px; clear:right; background-image:url(images/arrow_right.jpg); background-position:left; background-repeat:no-repeat; /*height:20px;  */padding-left:20px; font:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#3782c0;}
#contentdivmain{margin-left:0px; width:530px; float:left; padding-left:4px; height:auto;}
.runningtext{margin-left:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; padding-top:10px; text-align:justify;}
.runningtextheading{width:490px; margin-left:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#3782c0; padding-top:10px; font-weight:bold}


/* dropdown menu css */

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 16px Book Antiqua, Garamond, Times New Roman;
line-height:21px;
z-index:100;
background-color:#0393c7;
}

#dropmenudiv a{
color: #ffffff;
font-family: arial ;
font-size: 12px;
text-decoration: none;
font-weight: bolder;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
background-color: #25b4e8;

}

#dropmenudiv a:hover{ 
/*hover background color*/
background-color: #067ca7;
}
.textlink {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
	}
/* end css menu dropdown */

/* Right side menu styles */
#rightMainone{margin-left:4px; width:175px; float:left;}
#rightsecond {width:174px; height:auto; float:right; color:#3782c0; clear:right;}
#right3{width:174px;}
#rightinnerima{vertical-align:bottom; background-image:url(images/box_middle03.jpg); height:13px;}
#rightmiddleText{padding-left:8px; clear:both;width:166px; background-image:url(images/box_middle03.jpg); background-repeat:repeat; color:#3782c0;  font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;}
#rightbottomIma{vertical-align:top; border:0; height:15px;background-image:url(images/box_middle03.jpg);}
a { text-decoration:none;}
a:link { color: #3d80aa; }
a:visited { color: #0e8bd8; } 
a:hover { color: blue; text-decoration:underline; } 