body{
	background-color:#ebedf1 ; 
	margin:0px; padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; color:#000000;	
}
td{margin:0; padding:0;font-size:12px;}
form{
	margin:0px; padding:0px; border:0px;
}
/* for changing the Paragraph text  */
p{ 
	text-align:justify; 
	font-family:Garamond;
	font-size:16px;
	padding:0px 5px 0px 5px ; 
	line-height:14pt;
}
/* ..................................... */



/* ....for changing the width of the main table .....  */

.maintable{width:80%}

/* for changing the colors of the table rows  */
tr.d0 td {
	background-color: #d5e0f6; 
}
tr.d1 td {
	background-color: #e8eefa; 
}
/* ------------------------------------------  */

/* for changing the width of left and right columns(total is 360px, u distribute according to ur taste  */
.leftcol{width:190px;}
.rightcol{width:170px;}
/* ------------------------------------------  */

/*............... for changing textbox, buttons, combo box, go button .................*/
.inputBox{ 
	display:block; width:100px; 
	height:18px; 
	border:1px solid #a5acb2; 
	background-color:white;
	font-family:"Courier New", Courier, monospace;
}
.btns{ 
	display:block; width:auto; 
	height:18px; 
	border:1px solid black; 
	background-image:url('images/btnsBg.gif'); 
	background-repeat:repeat-x; 
	cursor:auto; 
	font-size:9px 
}
.combo{
	width:auto;
	height:18px;
	font-size:12px;
	font-family:Helvetica;
}
.go{
	width:25px; 
	height:20px; 
}
.btn{
	height:22px;  
	width:100px;
	padding:0px; 
	margin:0px;
	font-size:9px; 
	text-align:center; 
	vertical-align:middle; 
	text-decoration:none;
}

/* ------------------------------------------  */
/*............... for changing combo box in the home page ................... */
.combo1{
	width:125px;
	height:18px;
	font-size:12px;
	font-family:Helvetica;
}
/* ------------------------------------------  */
/*.................. left nav in the home page.................. */

.leftNav{
	display:block;
	width:100%;
	height:100%;
	background-color:#D5E0F6;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-align:left;
}
.leftNav:hover{ 
	background-color:#A9C4EF; 
}
/* ------------------------------------------  */

.bdrBlueBottom{ border-bottom: 1px solid #5192f6;}
.bdrWhiteRight{ border-right: 1px solid #FFFFFF;}
.bdrBlackTB{ 
	border: 1px solid #5192f6;
	border-left:none;
	border-right:none;
}

.footer1{
	background-image:url('images/footerbg.gif'); 
	background-repeat:repeat-x
}
.topLinks{color:white; text-decoration:none; font-size:9px;}
.topLinks:hover{color:#000000;}

.footerLinks{color:white; text-decoration:none; font-size:9px;}
.footerLinks:hover{color:black;}

.loginLinks{color:#0000ff; text-decoration:none; font-size:10px;}
.loginLinks:hover{color:#000000; text-decoration:underline; }

.subHeadings{font-size:12px; font-weight:bold; color:#000000;}
.subHeadingsMaroon{font-size:12px; font-weight:bold; color:#800000;}
.subHeadingsMaroon:hover{text-decoration:none;}
.subHeadingsBlack{font-size:12px; font-weight:bold; color:#000000;}

.pageHeadings{
	font-size:16px; 
	font-weight:bold; 
	color:#000000; 
	padding:0px 0px 0px 5px; 
}
.headingBdr{ 
	border-bottom:1px solid #5192f6; 
	padding-left:5px;
	font-size:12px; 
	font-weight:bold;
}

.box{border:1px solid #9AC0F9; padding:0px }
#box{border:1px solid #9AC0F9; padding:0px }

.padding6{padding:6px;}
.padding6RBL{padding:4px; padding-top:0px;}
.padding6TBL{padding:6px 0px 6px 6px}
.padding6TBR{padding:6px 6px 6px 0px}

.padding2{padding:1px;}

.searchTxt{
	font-size:11px; 
	color:#000000; 
	padding:0px 0px 1px 5px;
}

.sitemaplinks{
	text-decoration:underline;}
.sitemaplinks:hover{
	text-decoration:none;
	 color:#800000;
}



div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;  
    background-color: #FFFFFF; 
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}