/* Get IP */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
font-size: small;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 1400px;
padding: 1px;
text-align: left;
background-color: #ffffff;
border: 2px solid #ffffff;

}

#grey
{
	position: absolute;
	top: 88px;
	left: 1px;
}

#text
{
	position : absolute;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #ffffff;
	top: 86px;	
	left: 0px;
}

/* list */

#mainlist {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  height: 23px;
  overflow: visible;
  margin-top: 0px;
}


#list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 23px;
  padding-top: 5px;
}

#list li {
  padding: 0 1em 0 4em;
  display: inline;

}

#list li a {
  color: #fff;
  font-weight: bold; 
  text-decoration: none;
}

#list li:first-child {
  border-left: 0;
  padding-left: 12;
}

#text a:link {text-decoration: none; color: #ffffff;}
#text a:visited {text-decoration: none; color: #ffffff;}
#text a:hover {text-decoration: underline; color: #DF7000;}

#sumedh
{
	position: absolute;
	top: 30px;
	left: 40px;
}


#simple
{
	position: absolute;
	top: 30px;
	left: 715px;
}


#content
{
	position: absolute;
	top:200px;
	left: 60px;
	font-family:Arial;
	font-size:10pt;
	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;}



#preview
{
	padding: 0 0 0 170px;
}

#grey-box
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
}

.green
{
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #70A100;
}


.more
{
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #DF7000;
}

#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;}


