html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul {
    padding: 0px;
    list-style-position: inside;
	list-style: disc;
}

a {
	color:  #3366CC;
	text-decoration: none
}

a:hover {
	color: #6699CC;
}

.imgheader {
	display: block;
	border: 0px;
    margin: 5px 5px 5px 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

.infobox {
	margin-bottom: 7px;
}


body {
    /*background: url(images/bg.jpg) repeat;*/
    background:white;
    font: 14px/1.4 "myriad-pro-1","myriad-pro-2","Lucida Grande", sans-serif;
	color: #333;
	text-align: justify;
}

/************************** Headers **************************/
h1 {
    font-size: 24px;
	font-weight: bold;
    text-align: center;
    color:#009900;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
	font-weight: bold;
    color:#FA5858;
    padding-top: 0px;
    padding-bottom: 0px;
}

h3 {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 1px;
}

.researchtitle {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 1px;
    display: inline;
}

.collaborators {
    font-size: 10px;
    display: inline;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 1024px;
	margin: auto;
	background: white;/* url(images/body_bg.gif) repeat-y;*/
    border-style: dashed;
    border-color: #FF6633;
    border-width: thin;
}

#body {
	position: relative;
	padding:  10px 10px 10px 10px;
    float: right;
    width: 70%;
}

#sidebar {
	position: relative;
    float: left;
	padding:  10px 10px 10px 10px;
    width: 23%;
}

/************************** Header **********************************/
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}

#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 320px;
	overflow: auto;
	text-align: justify;
	display:inline;
}

.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}

#header li {
	display:inline;
	padding: 13px;
}

#header ul a {
	text-decoration:none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FBE073;

	text-transform: uppercase;
}

#header ul a:hover {
	color:  white;
}
/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}

#tray-left {
	float: left;
	width: 255px;
}

#tray-right {
	float: right;
	width: 302px;
}

#tray-left .left {
	margin-right: 12px;
}

#tray h2 {
	margin-bottom: 16px;
}

#tray p {
	margin: 0px;
	margin-bottom: 3px;
}

#tray-left .more {
	padding-right: 12px;
}

/************************** Footer **********************************/
#footer {
	text-align: center;
	color: black;
    font-size: xx-small;
}
