@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFCC;
	font: 0.9em normal;
	font-family: normal;
}
img.center {
	display: block;
	margin: 10px auto;
}
h3.center, p.center {
	margin: 1em auto;
	width: 400px;
	font-family: normal;
}
.centertext {
	text-align: center;
}
.right {
	float: right;
}

/* sidebar */
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: normal;
}
#sidebar li {
	background-color: #E1E192;
	border-bottom: 1px solid #333;
	font: 1.3em bold;
}
#sidebar li.header {
	background-color: #929230;
}
#sidebar ul a {
	color: #4A2162;
	display:block;
	font: 0.7em normal;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
#sidebar a:hover {
	background-color: #84BDFF;
	color: #fff;
	font-family: normal;
}

/* set menu background color of current page */
body#advisoryboard li.advisoryboard a,    
body#berkshire li.berkshire a,
body#biodict li.biodict a,
body#collaboration li.collaboration a, 
body#dissertations li.dissertations a,
body#fellows li.fellows a,
body#home li.home a,                      
body#houston li.houston a,
body#kelley li.kelley a,
body#kingdoms li.kingdoms a,
body#living li.living a,
body#publication li.publication a,        
body#reviews li.reviews a,
body#directors li.directors a,                    
body#wame li.wame a,
body#wasi li.wasi a,    
body#wasistaff li.wasistaff a,            
body#workshop li.workshop a,
body#wsm li.wsm a
{
	background-color: #84BDFF;
	color: #ffffff;
}

/* footer */
#footer {
	margin: 0 auto;
	padding: 0;
	width: 605px;
}
#footer ul {
	list-style-type: none;
	border-top: 2px solid #000;
	padding: 0;
	float: left;
	width: 605px;
}
#footer li {
	float: left;
	margin:3px;  
	width: 115px;
}
	  
#footer ul a {
	color: #4A2162;
	display: block;
	padding: 2px 0;
	background-color: #E1E192;
	text-decoration: none;
	height: 40px;
	text-align: center;
}
#footer a:hover {
	background-color: #84BDFF;
	color: #fff;
}

/* page bottom content */
#bottom {
	margin: 0 0 0 235px;
	text-align: center;
}