/* CSS Document Spectro Research Lab Kanpur created by BB Pandey, bbpandey@gmail.com*/
div, h1, h2, h3, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
h4
{
	margin: 4px 0px 4px 0px;
	padding:0;
	border:none;
	font-family:Arial;
	font-size:16px;
	color:#0E3665;
}
h5
{
	margin: 8px 0px 8px 0px;
	padding:0;
	border:none;
	font-size:12px;
	color:#0E3665;
}

body
{
margin:0px auto;
float:inherit;
font-family:verdana; 
font-size:11px; 
color:#000;
padding:0px; 
width:1000px; 
text-align:center;
background: url(images/body_bg.gif);
}
.divheader  
{
	float:left;
	width:1000px;
	height:265px;
	text-align:left; 
	color:White; 
	font-family:Arial; 
	font-weight:bold;
}
bannercontr_main {
	height:245px;
	width:980px;
	clear:both;
	padding:11px 0 8px 0px;
	margin:auto;
}

 @charset "utf-8";
/* CSS Document */

	
#slideshow {
	position:relative;
	height:100%;
	width:100%;
}
#slideshow IMG {
	position:absolute;
	top:0px;
	left:-1px;
	z-index:8;
	opacity:0.5;
	border:solid 8px #FFF;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}

.divfooter {float:left; width:1000px; height:15px; line-height:12px; padding-top:3px; text-align:center; color:White; }
.divfooter a {color:White; text-decoration:none; font-weight:bold;}
.divfooter a:hover {color:White; text-decoration:underline;}

.divmenuhr {float:left;	width:1000px; height:20px;	text-align:right; color:White; padding-top:5px; background: url(images/bg-menu-blue.jpg) repeat left top;}
.divmenuhr a{COLOR:White; font-weight:bold; font-size:12px; margin-right:10px; margin-left:10px; text-decoration:none;}
.divmenuhr a:hover{COLOR:#FF0066; text-decoration:underline;}

.left{float:left; width:238px; margin:3px 0px 3px 0px; border:1px solid black;}

.divmenu {float:left; width:238px;}

.divleft{float:left; width:230px; background: url(images/bg1.jpg); color:#4B4B4B; padding:7px 8px 7px 8px; line-height:1.5em;}

.divtextleft {background:White; width:225px; float:left; padding:8px 0px 5px 0px; color:#666666; font-family:Arial; font-size:10px; line-height:1.5em; text-align:left;}
.divtextleft a:visited {COLOR: #0E3665}
.divtextleft a:hover {COLOR: #F98B41; text-decoration:underline;}
.divtextleft a{COLOR: #0E3665; font-family:Verdana; font-size:11px; text-decoration:none;}

.page{margin:3px 0px 3px 5px; width:755px; float:left;}
.divpage {padding:5px 8px 5px 8px; text-align: center;}

.divtext {background:white; padding:10px; font-family:Verdana; font-size:11px; line-height:1.5em; text-align:justify;}
.divtext a:visited {COLOR: #04227A}
.divtext a:hover {color:#97298E; text-decoration:underline;}
.divtext a{COLOR: #04227A; text-decoration:none;}

.divtextin{ float:inherit; text-align:center}

.divright  
{ 
	float:right; 
	width:200px;
	margin:0px 0px 3px 10px; 
	text-align:center; 
	background-color:#EFEFEF;
    border: 1px solid #5D83B4;
	line-height: 2.0em;
}

ul { margin-left:40px; list-style-image:url(images/ui.png); line-height:2.0em; }

.spnred { color:#C00; font-weight:bold;}
.spngreen { color:#195F1E; font-weight:bold;}

/***************** Rounded Corners ****************/

.roundedPanel {	float:left; background-color:#5D83B4;}
.roundedPanel1 { float:left; background-color:#5D83B4;}

/******************************************************/

/******** Accordion SPECIFIC *************************/
.accordionHeader
{
    border: 1px solid #D4EFFC;
    color: #0E3665;
    background-color: #D4EFFC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 2px 5px 1px 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #C00;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #5D83B4;
    color: white;
    background-color: #5D83B4;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 2px 5px 1px 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: white;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFF;
    border: 1px dashed #5D83B4;
    border-top: none;
    padding: 2px 10px 2px 10px;
}
/***************************************************/

