body {
	background-color: white;
	padding-top: 20px;
	font-family: arial;
}

a {
	color: black;
}

#wrapper {
        max-width: 1024px;
    	border: 5px solid powderblue;
    	margin: auto;
	background-color: white;
	background-position: center;
	overflow: auto;
}

#content {
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

#navigation {
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: powderblue;
}

#navigation li {
    display: inline;
    float: left;
}

#navigation ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

#navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 11px 20px 11px;
    font-weight: bold;
    color: black;
}

#navigation a:hover {
    background-color: white;
}

#navigationR {
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: powderblue;
}

#navigationR li {
    display: inline;
}

#navigationR ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

#navigationR a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 11px 20px 11px;
    font-weight: bold;
    color: black;
}

#navigationR a:hover {
    background-color: white;
}

#publist{
	padding: 10px;
}

#research ul{
	list-style-type: none;
	margin: auto;
	padding: 100px;
}

#research li{
	display: inline;
	padding: 30px;
}



#profile {
	float: right;
	padding: 0px 0px 10px 10px;
}

p {
	padding: 0px;
}

h1 {
	text-align: center;
}

h2 {
	padding: 0;
}

#pubtitle {
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
}

#pubs {
	padding: 5px;
}
#pubsul {
	padding: 0px 20px 0px 20px;
}

#content table{
           text-decoration: none;
           border: 1px solid black;
}

#content th, td{
    padding: 3px;
    text-align: center;
}

#content th{
    text-align: center;
}





