/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: beige;
	font-family: Verdana, Arial, sans-serif;
}

#container {
	width: 1000px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	display:block;
}

#bottom {
	background-color: white;
	color: black;
	vertical-align: middle;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#bottom img {
	vertical-align: middle;
	padding-right:10px;
}


#banner {
	background-color: skyblue;
	display: block;
	color: #FFF;
}

#banner h1{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: normal;
}


#banner a:link, a:visited {
	color: white;
	text-decoration: none;
}

#banner a:hover {
	color: #FF0;
}


#topnav {
	font-size: smaller;
	height:30px;
	background-color: #CCC;
	border-top: solid white 5px;
	border-bottom: solid white 5px;
}

#topnav ul {
	margin-left:10px;
	float: left;
	padding-top: 5px;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}

#topnav li {
	display: inline;
	border-left: 1px solid black; 
	padding: 0 1ex;
}


#topnav li.first { 
	border-left:none; 
}

#topnav li a { 
	text-decoration: none;
	color: black;
}



#topnav ul.right {
	display: inline;
	float: right;
}

#mainbody {
	line-height: 1.2;
	background-color: darkseagreen;	
	display: block;
	font-size: 100%;
	color: white;
	padding: 10px;
}

.tree {
	background-image: url(/research/epd/images/tree.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#mainbody .right {
	margin-left: 500px;
	margin-right: 10px;
}

#mainbody h1 {
	font-size: 150%;
	text-align: center;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#mainbody p {
	margin-left: 20px;
	margin-right: 20px;
}

#mainbody ul {
	margin-left: 20px;
	margin-right: 20px;
	list-style-position: inside;
	list-style-type: none;
}

#mainbody a:link, a:visited {
	color: white;
	text-decoration: none;
}

#mainbody a:hover {
	color: #FF0;
}

ul>ul {
	text-indent: 5ex;
}

li {
 	padding-top: 0.5ex;
}


.rightframe {
	background-color: skyblue;
	border-style: solid;
	border-color: white;
	border-width: 5px;
	float: right;
	line-height: 0;
	margin: 10px;
	padding: 20px;
}

.photo {
	border-style: solid;
	border-color: white;
	border-width: 5px;
}

.leftphoto {
	border-style: solid;
	border-color: white;
	border-width: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
}

.dotframe {
	border-bottom-style: dotted;
	border-bottom-color: white;
	border-bottom-width: 5px;
	margin: 10px;
	padding: 20px;
	clear: both;
	vertical-align: middle;
}

.frame p {
	margin-left: 20px;
	margin-right: 20px;
}


img.pdf {
	vertical-align: top;
	border: 0;
}

