
a:link{
		color: #006633;
	   text-decoration: none;
}

a:visited{
		color: #006633;
		text-decoration: none;
}

a:hover{
		color: #660099;
		text-decoration: none;
}

.address{margin-left: 2%;
	margin-right: 2%;
	text-align: justify;
	margin: 2%;
}

body{
position: relative;
		margin-top: 0px;
		margin-left: 0px;
		background-color: #fdf9e5;
		
}


h1{
		text-align: center;
		line-height: 25px;
		font-size: 25px;
		color: #134019;
		font-weight: bold;
		}
h2{
		text-align: center;
		line-height: 15px;
		font-size: 20px;
		color: #134019;
		font-weight: bold;
}

li{
text-align: justify;
	padding: 5px;
	margin: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
}

p{
	margin-left: 2%;
	margin-right: 2%;
	text-align: justify;
	text-indent: 3%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	

}
p.center{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: justify;
	text-indent: 3%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	
}

p.left{
	margin-left: 20%;
	margin-right: auto;
	width: 80%;
	text-align: justify;
	text-indent: 3%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	
}


.special{
		margin-left: 4%;
 		margin-right: 2%;
		text-align: justify;
		text-indent: 3%;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height:140%;
}
.mainTable{
		margin-left: auto;
		margin-right: auto;
		width: 95%;
		padding: 0%;
		text-align: center;
}

		
.title2{
		
		line-height: 45px;
		font-size: 25px;
		color: #134019;
		font-weight: bold;
		margin-left: 4%;
		margin-top: 40px;
}

ul{
	margin-left: 4%;
}


/*For the Images*/

.SubbaRaoImg{
	float:left;
	margin:0px 15px 15px 10px; /*margin on the top right bottom and left of the image. */

}

img.center{	
  display: block;
    margin-left: auto;
    margin-right: auto;
}

img.left{	
 display: block;
    margin-left: 20%;
    margin-right: auto;
}
img.right{	
 	float:right;
 	margin-left: 10%;
    margin-right: 20%;
	/*margin:0px 45px 15px 5px; margin on the top right bottom and left of the image. */
}

/* For Publications -Starts-----------*/

.pdf_link{
	   margin-left: 7%;
} 

/* For Publications -Ends-----------*/


