/* CSS Document */
body{
margin:0;
border:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:100%;
background-color:#F8F8F8;
text-align:center;
}

form {
	margin:0;
	padding:0;
}

/*<-----------CONTAINER TOTAL WIDTH--------->*/

.container{
width:758px;
background-color:#F8F8F8;
margin:0 auto;
text-align:left;
border:1px solid #D7D7D7;

}

/*<-----------TOP BORDER OF WIDTH 8PX IN HEADER--------->*/
.tpblbdr{
width:758px;
height:8px;
background-color:#F8F8F8;
}

/*<-------------MENTIONED WIDTH OF lftpane,midpane,rightpane-------->*/
.tpane{
width:758px;
float:left;
}

/*<----------left pane of width 40px with backgrd color------------>*/
.lftpane{
width:40px;
height:520px;
float:left;
background-color:#F8F8F8;
}

* html .lftpane{height:534px;}

/*<-----------mid pane of back color white and including logo,text----------->*/
.midpane{
	width:159px;
	background-color:#FFFFFF;
	float:left;
}
/*<--------------buttons in midpane---------->*/
.button{
background:url(/srit2/images/nav-bg-grad.gif) top left repeat-x;
height:25px;
color:#8A8A8A;
padding-left:12px;
font-weight:bold;
font-size:12px;
border-left:1px solid #eee;
}

.button a:link,a:visited{
text-decoration:none;
color:#8A8A8A;
}

.button a:hover,a:active{
color:#000;
text-decoration:underline;
}


/*<-------------greycolor of height 10px before search>*/
.butcolor{
background:url(/srit2/images/grey-but.gif) no-repeat;
width:158px;
height:13px;
}

.search{
background-color:#FFFFFF;
border-left:1px solid #eee;
}

.size{
width:150px;height:49px;
padding-bottom:16px;
}



/*<----------right pane width full--------->*/

.rgtpane{
width:557px;
float:left;
}

/*<-------------menus in right pane------------->*/
.glomenu{
	width:557px;
	height:24px;
	/*margin-bottom:60px;*/
	background-color:#FFE054;
	border-bottom:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	float:left;
	}

.menu{
padding-left:16px;
font-size:13px;
padding-right:16px;
}

/*<----------------flash display-------------->*/
.flash{
	width:557px;
	height:480px;
	border-right:1px solid #D7D7D7;
	margin-bottom:5px;
	border-bottom:2px solid #D7D7D7;
}

.clear{
clear:both;
}

/*<---------------footer text--------------->*/
#foot {	
		background-color:#F8F8F8;	
}

.footpad{
margin-left:249px;
}

#foot a:link,#foot a:visited {color:#FC5E05;text-decoration:underline;font-size:11px;margin-right:20px;}

.foottxt{	
	font-size:10px;
	color:#7D7D7D;
	margin-left:368px;
	}

.copyrighttxt{	
	font-size:10px;
	color:#000000;
	margin-left:244px;
	}

