@charset "UTF-8";
/* formatting style
----------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
}
hr {
	display: none;
}
/* link style
----------------------------*/
a image {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	text-decoration: none;
	position: relative;
	top: +1px;
	bottom:  +1px;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#sidebar {
	float: right;
	width: 248px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#footer {
	color: #FFFFFF;
	background-color: #CCCCCC;
	clear: both;
	padding-top: 15px;
}
/* header styles
----------------------------*/

#header {
	height: 120px;
	position: relative;
	border-top: 3px solid #FF6600;
}
#header   #img {
	position: relative;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 77px;
	width: 858px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 1.5em;
	width: 170px;
	border-top: 3px solid #3300FF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header  ul  li a:hover {
	background-color: #E8ECF5;
}
#home #header #nHome a,
#research #header #nReseach a,
#publications #header #nPublications a,
#resorces #header #nResources a,
#members #header #nMember a {
	color: #FFFFFF;
	background-color: #3300FF;
}
#header  ul  li#nHome a {
	border-left-style: none;
}
/* siderbar styles
----------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar  dl {
	margin-bottom: 10px;
	padding: 5px;
}
#sidebar ul {
	margin-top: 10px;
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 220px;
}
/* main styles
----------------------------*/
#main h2 {
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0px 4px 40px;
	border-top: 3px solid #3300FF;
	background-image: url(image/Seedling.png);
	background-repeat: no-repeat;
	background-position: left center;
}#main    li     {
	list-style: decimal;
	padding-left: 10px;
	margin-left: 40px;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 10px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	margin-left: 5px;
}
#home #main h2 {
	padding-top: 0px;
	border-style: none;
	background-image: none;
	margin-left: 10px;
	padding-left: 0px;
}
#main #news dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main #news dd {
	margin: 0px 0px 10px 6em;
}
#main div.gallery {
	float: left;
	width: 184px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 320px;
	border: 1px none #999999;
}
#main div.gallery2 {
	float: left;
	height: 200px;
	width: 184px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
}
#home  /* footer styles
----------------------------*/
#main  {
	color: #333333;
}#footer a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li {
	text-decoration: none;
	display: inline;
	margin-right: 15px;
}
#footer li a {
	color: #000000;
}
#footer p {
	float: right;
	margin-top: 0px;
}
.floatright {
	float: right;
}
.even td {
	background-color: #CCFF66;
}
/* gallery
----------------------------*/
.table2 {
	padding: 1px;
}
