#container {
	border: 1px solid black;
	margin: 10px;
	margin-left: 10%;
	margin-right: 9%;
	padding: 10px;
	background:#fff; 
}

#Header {
	padding: 5px;
	margin-bottom: 5px;
/*	background-color: rgb(213, 219, 225); */
	background-color: #A0BDD3;
	height: 1%;
}

#Header span {
/* the main title */
	font-size: 20pt;
	/*font-variant: small-caps;*/ 
}

#Header img {
/* UC Berkeley logo */
	float:right;
}

#Content {
	padding-top: 5px;
	width: 98%;
	margin: 0 0 0 10px;
/*	background-color: gray; */
	float:left; 
	line-height: 1.4;
}

#Content p {
/* make the paragraphs of text a bit more readable */
	line-height: 1.5;
	letter-spacing: 0.01em;

}

#Footer {
	clear: both;
	padding: 3px;
	margin-top: 5px;
/*	background-color: rgb(213, 230, 155);*/
/*	background-color: rgb(178, 198, 145); */
	background-color: #A0BDD3;
	font-size: 80%;
        height: 4em;
}

/* ignored by IE -- this is the correct height */
html>body #Footer {
	height: auto;
}

#Picture {
/* a box on the right for pictures, etc */
	float:left;
	width: 35%;
/*	margin: 5px;*/
	padding: 5px;
	text-align: center;
}

h3 {
	border-bottom: 1px solid #ccc;
}

ul#News  {
	list-style-type: square;
	text-align: left;
	padding-left: 2em;
	/*list-style-image: url(/LI-markers/checkmark.gif)*/
}

ul#News li {
	padding-bottom:10px;
}

body {
	font: 11pt Candara, "News Gothic MT", "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", sans-serif; 
	background-color: rgb(45, 40, 45);
	color:#000;
}

ul#links {
	list-style-type: none;
	padding:5px;
	margin:0px 0px 5px 10%;
	background:transparent;
}

ul#links li {
	display: inline;
/*	font-size: 10pt;  if choosing the larger font size */
}

#links a, #links a:visited {
	color:#fff; 
	text-decoration:none; 
/*  display:block; */
	padding:0.2em 0.8em 0.2em 0.8em;
	/* background: #47a;*/
	background: #258;
  /*border: 1px solid black;*/
}

#links a:hover {
	color:#000;
	background: #FFCC00;
}

.ptitle {
	/*line-height: 1; */
	padding-top: 5px;
	/*font-weight: bold;*/
}

.pinfo {
	font-size:90%;
	margin-left: 50px;
}

.pauthors {
	font-size:90%;
	margin-left: 25px;
}


.research {
	font-size:90%;
	font-style: italic;
	margin-left: 10px;
}

#Content dt {
	font-weight:bold;
	border-bottom: 1px solid #ccc;
}

#Content dd {
	margin-left: 10px;
}

a:hover {
/*        background: #258; */
background-color:#ccccff;
/*	color: white; */

}

a:visited {
	text-decoration: underline;
/*	color: #820000; */
	color: #0000FF; 
/*	color: #ff00da; bright pink */
}
	
a:visited:hover {
/*	color: white;  */
}


