/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageWidth{
	width:100%;
} 
#masterHeading
{
 width: 98%;

 padding: 5px 5px;
 }
 
#heading{
 display:inline;

 }

#topNavigation
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

} 




 
#leftNavigation{
 width:19%; 
 float:left; 
 position:relative; 

 margin:0px 0px 0px 0px; 
 padding-top:10px;
 text-align:center;

  }
#leftSide{
 width:19%; 
 float:left; 
 position:relative; 
 border-right:1px solid #008000;
 margin:0px 0px 0px 0px; 
 padding-top:10px;
 text-align:center;

  }
  	
  
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
 margin:0px 0px 0px 0px;  
  }

 
#rightNavigation{
 width:10%; 
 float:right; 
 position:relative; 
 margin:0px 0px 0px 0px;
 border-left:1px solid #008000;
 padding-top:5px;
 text-align:center; 
 }
 
#content{
 float: left; 
 display:inline; 
 position: relative; 
 width:90%;
 margin:0px 0px 0px 0px;
 padding-top:5px; 
 padding-left:8px; 

 }
 
.textbox{
width:500px;	
margin-left:auto;
margin-right:auto;

}
.headertable{
	width:100%;
	border:0px;
	border-spacing:0px;
	padding:0px;
}
#nocols{
text-align:center;
padding:2px 2px 2px 2px; 

 }
#nocols p{text-align:center;}

#nocols table{margin-left:auto;
margin-right:auto;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body{ 
 margin:0;
 padding:0;
 font-family:  Arial, Helvetica, sans-serif;
font-size:95%;
 
 } 
.institute1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666666;

}
.institute2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;


}
.titlebar{

padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #666666;

}

/*------- div for the banner --------*/
#header {
	padding-top: 3px;
}

/*----- Div for the navigation bar -----*/
#navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-color: #008000;
	margin-top: 5px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008000;
        margin-bottom:0px;
}
#navbar a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#navbar a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#navbar tr {
	background-color: #008000;
}

/*---- end of navigation bar -------*/
	
a:link, a:visited  {
	color: #008000;
	
}
a:hover{color: #00FF00;}
	

h1{
	display:none;
}

.indenth3{
	margin:5px;
}
.indenth4{
	margin:7px;
}
h3{
	margin:5px 5px 5px 0px;
}
h4{
	margin:7px 7px 7px 0px;
}

h5{margin-top:15px;
}

#leftside
{
float:left;
margin:6px 4px 4px 2px;
border:none;
}
.rightpage
{
float:right;
border:none;
}
.leftpage
{
float:left;
border:none;
}
.len40{
width:200px;
}
.len2{
width:20px;
}
.len4{
width:35px;
}
p{
	text-align:justify;
}

.boldtext{
	font-weight:bold;
}
/**************** Table formats **********************/
table{

	padding:1px;

	border-collapse: collapse;
}

.tdcenter{
	text-align:center;
td{
	padding:6px;
	border: 1px solid #008000; 
}	
}
.tdcenter1{
	text-align:center;
	

	padding:6px;
	border: 1px solid #008000; 
}
#tabno{
		border:none;
	}


#leftNavigation img, #rightNavigation img, #leftSide img{
	border:none;
}
#booktable{
	background-color:#3eb677;
	padding:6px;
	border: 1px solid #008000; 

}
/************* #nav styles ********************/
#nav a:link, #nav a:visited, #nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav{
	color:#ffffff;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid #008000;
	border-bottom: 1px solid #008000;
	font-size: 70%;
	color: #008000;
	padding: 5px 5px 5px 5px;

	text-align:center;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #008000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	
}
/************* #stafflog styles ***************/

#stafflog a:link, #stafflog a:visited, #stafflog a:hover {
	color: #008000;
	text-decoration: none;
	cursor:default;
}



/*********** #rightNavigation and #leftSide link styles ***********/

#leftSide ul a:link, #leftSide ul a:visited {display: block;}
#leftSide ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftSide li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftSide li {border-bottom: none;}


#rightNavigation ul a:link, #rightNavigation ul a:visited {display: block;}
#rightNavigation ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightNavigation li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #rightNavigation li {border-bottom: none;}



/*********** .sectionLinks styles ***********/


.sectionLinks li a {
		display: block;
		padding: 5px 1px 5px 1px;
		background-color: #ffff;
		color: #fff;
		text-decoration: none;
		width: 100%;
		font-size:140%;
		}

	html>body .sectionLinks li a {
		width: auto;
		}

.sectionLinks li a:hover {
		background-color: #008000;
		color: #fff;
		}
		
.sectionLinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		border-bottom:1px solid #008000;
		}
.sectionLinks a:link{
	border-top: 1px solid #008000;
	color: #008000;

  voice-family: "\"}\""; 
  voice-family:inherit;

}
.sectionLinks a:visited{
	border-top: 1px solid #008000;
	color: #008000;
}		 

#topborder{
	border-top: 1px solid #008000;
	margin-top:2px;

	}

/*--------------------------------------------------*/
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*--------------------------------------------------*/

.nonet{
	padding:6px;
	border: 1px solid #008000; 
	
}

.noner{
padding:0px;
border-collapse: separate;
}
	
.not{
padding:1px;
border: 1px solid #008000; 
}
.note{
padding:0px;
border: 0px; 
}	
td{
padding:6px;
	border: 1px solid #008000; 
}			
.note1{
padding:0px;
border: 0px;
text-align:right; 
}	
.padd{
	padding-bottom:10px;
}
.note2{
padding:0px;
border: 0px; 
vertical-align: top;
}