/* Beta Blue */

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: 950px;
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: 83px;	
	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 5em;
  display: inline;

}

#list li a {
  color: #fff;
  font-weight: bold; 
  text-decoration: none;
}

#list li:first-child {
  border-left: 0;
  padding-left: 9;
}


#content
{
	position: absolute;
	left: 60px;
	top: 200px;
	width: 675px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
	float: left;
}

h3
{
	color: #DF7000;
}


h4
{
	color: #70A100;
}


#content a:link {text-decoration: underline; color: #DF7000;}
#content a:visited {text-decoration: underline; color: #DF7000;}
#content a:hover {text-decoration: underline; color: #DF7000;}



#server
{
	position: absolute;
	left: 0px;
	top: 510px;

}


#sign
{
	position: absolute;
	left: 0px;
	top: 610px;
	font-family: Arial;
	font-size: 11pt;
	color: #5D5D5D;
	font-weight: bold;
	text-align: left;
}



/* All Hyperlinks */
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #DF7000;}

/* Grey Bar */
#text a:link {text-decoration: none; color: #ffffff;}
#text a:visited {text-decoration: none; color: #ffffff;}
#text a:hover {text-decoration: underline; color: #DF7000;}



