/* Net4india connector */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 800px;
padding: 1px;
text-align: left;
background-color: #ffffff;
border: 2px solid #ffffff;

}

#sumedh
{
	position: absolute;
	top: 30px;
	left: 40px;
}

#simple
{
	position: absolute;
	top: 30px;
	left: 715px;
}

#grey
{
	position: absolute;
	top: 85px;
	left: 1px;
}

#text
{
	position : absolute;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #ffffff;
	top: 88px;	
	left: 60px;
}

#content
{
	position: absolute;
	top:200px;
	left: 60px;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
}

#content a:link {text-decoration: underline; color: #DF7000;}
#content a:visited {text-decoration: underline; color: #DF7000;}
#content a:hover {text-decoration: underline; color: #DF7000;}

#nlite
{
	position: relative;
	width: 360px;
	
}

#net4india
{
	position: absolute;
	top:200px;
	left: 460px;
}



.more
{
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #70A100;
}
#green a:link {text-decoration: underline; color: #70A100;}
#green a:visited {text-decoration: underline; color: #70A100;}
#green a:hover {text-decoration: underline; color: #70A100;}


/* All Hyperlinks */
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #DF7000;}


