/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	padding-right:0px;
} 
#wrapper {
	position:relative;
	text-align:left;
	width: 1000px;
	height:1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 0px;
}
#menu {
	position: absolute;
	left:1px;
	top:295px;
	height: 400px;
	width:233px;
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	text-align: right;
	background-image:url(tube.jpg);
	background-repeat: no-repeat;
	line-height: 2.5em;	
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2.0em;	
	color: #003366;
	text-align: right;
	
}
#menu li a:link {
	color:#0D4c90;
	text-decoration: none;
}
#menu li a:active {
	color: #330033;
	text-decoration: none;
}
#menu li a:hover {
	color: #66CC33;
	text-decoration: none;
}

#title {
	position:absolute;
	top:50px;
	left:144px;
	width:90%;
	height:91px;
	padding-bottom: .2 em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#names {
	float:right;
	width: 230px;
   	padding:20px 30px 20px 0px;
	margin-right:0px;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:15px;
	border-color:#cbdaf7;
	border-width:medium;
	border-style:solid;
}

#research {	
	width:638px;
	height: auto;
	z-index:3;
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	padding: 15px 20px 50px 40px;
	margin-left: 271px;
	margin-top: -5px;
}
#research #names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #3333CC;
	font-weight:bold;
	margin-bottom: -1em;
}
#research #names li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0B3F78;
	font-weight:normal;
}
#research h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

#members1 {
	width:618px;
	height:1000px;
	z-index:3;
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	padding: 20px 40px 50px 40px;
	margin-left: 271px;
	margin-top: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}	

#membernames {
	float:left;
   	padding:0px 20px 30px 0px;
	width:300px;
	margin-right:0px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration: none;
}

#content {	
	width:618px;
	height: auto;
	z-index:3;
	border-color: #006699;
	border-width: 1px;
	border-style: solid;
	padding: 15px 40px 50px 40px;
	margin-left: 271px;
	margin-top: -5px;
}
	

	
	
	
.rule {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
