/* Basic environment */

body {
	color: #002;
	background-color: #bbb;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #611;
	outline: none;
	}

a:visited {
	color:  #411;
	}

a:active {
	color:  #611;
	}

a:hover {
	color: #611;
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}

p	{
	margin-top: 4px;
	margin-bottom: 1em;
	}

h1 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
	}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	font-style: italic;
	}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 5px;
	}

h4, h5, h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}

img {
	border: 0;
	}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	


/* Container to center the page */

#container {
        width: 740px;
        margin-left: auto;
        margin-right: auto;
	margin-top: 5px;
	background: #fff;
	border: 1px #666 solid;
	}


/* Banner Division */

#banner {
	padding: 0;
	margin: 0;
	height: 110px; 
	border-bottom: 1px solid #bbb;
	}


/* Main content division */

#content {
	padding: 0px 15px 10px 15px;
	margin-right: 135px;
	background-color: #fff;
	border-right: 1px #bbb solid;
	}


/* Sidebar division */

#sidebar {
	float: right;
	width: 120px;
	margin: 0;
	/*margin-left: 5px;*/
	padding: 5px;
	background-color: #fff;
	}

#sidebar h1 {
	line-height: 30px;
	text-align: center;
	padding: 0px 10px 0px 10px;
	}

#sidebar h2 {
	text-align: center;
	font-size: 14px;
	}

/* Footer division */

#bigfooter {
	clear: both;
	padding: 0 5px 0 5px;
	margin: 5px;
	background-color: #fff;
	border-top: 1px #bbb solid;
	height: 100px;
	}

#footer {
	clear: both;
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border-top: 1px #bbb solid;
	}


/* Navigation links */

#navigation {
	margin: 10px;
	padding: 0;
	text-align: left;
	border: 0;
	font-size: 10px;
	line-height: 140%;
	height: 100%;
	}

#navigation p {
	width: 100px;
	padding: 0;
	margin: 0 0 25px 0;
	}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#navigation li {
	text-align: center;
	border-bottom: 1px solid #611;
	width: 100px;
	margin: 0;
	padding: 0;
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #611;
	background: #fff;
	}

#home {
	border-top: 1px solid #611;
	}

#navigation li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #611;
	border-right: 1px solid #611;
	background: #fff;
	color: #611;
	text-decoration: none;
	width: 100px; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 98px;	/* You get it. Good value for compliant browers. */
	}
	
#navigation li a:hover {
	font-weight: normal;
	background: #611;
	color: #fff;
	border-left: 1px solid #611;
	border-right: 1px solid #611;
	text-decoration: none;
	}

#navigation li a:active {
	font-weight: normal;
	background: #000;
	color: #ffe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-decoration: none;
	}


/* Contact information for the lab */

#contact {
	float: left;
	margin-right: 25px;
	height: 80px;
	}

#contact p {
	font-size: 12px;
	font-height: 14px;
	}


/* Information for prospective students */

#prospective p {
	font-size: 12px;
	font-height: 14px;
	}


/* Generic figures -- could be specialized to main content... */

.rfigure {
	float: right;
	/*border: 1px #aaa solid;*/
	margin: 5px 0px 5px 10px;
	padding: 5px;
	text-align: center;
	width: 200px;
	}

.rfigure img {
	width: 200px;
	}

.lfigure {
	float: left;
	/*border: 1px #aaa solid;*/
	margin: 5px 10px 5px 0px;
	padding: 5px;
	text-align: center;
	width: 200px;
	}

.lfigure img {
 	width: 200px;
	}

.figure {
	/*border: 1px #aaa solid;*/
	margin: 5px;
	padding: 5px;
	text-align: center;
	}

.figure_opaque {
	/*border: 1px #aaa solid;*/
	margin: 5px;
	padding: 5px;
	text-align: center;
	background: #611
	}


/* Masthead division -- for personal pages */

#masthead {
	height: 140px;
	margin-top: 20px;
	}

#masthead p {
	margin: 0;
	}

#masthead h1 {
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	}

#masthead .title {
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	}

#masthead .department,
#masthead .university {
	font-size: 14px;
	line-height: 17px;
	}

#masthead .links {
	font-size: 14px;
	line-height: 17px;
	margin-top: 15px;
	}

#masthead img {
	float: left;
	border: 1px #411 solid;
	margin: 0px 20px 5px 0px;
	padding: 0;
	text-align: center;
	/*width: 200px;*/
	}


/* Demo division */

.demo {
	margin: 5px
	padding: 5px;
	text-align: center;
	}

.demo img {
	width: 100px;	
	margin: 5px 5px 0 5px;
	border: 1px #611 solid;
	}

.demo p {
	font-size: 10px;
	text-align: center;
	padding: 0px 5px 5px 5px;
 	line-height: 12px;
	}


/* People page stuff */

.labmember {
	font-size: 14px;
	line-height: 18px;
	height: 70px;
	padding: 2px 10px 10px 10px;
	margin-left: 50px;
	}

.labmember img {
	float: left; 
	clear: left; 
	margin-right: 10px; 
	height: 70px;
	border: 1px #611 solid;
	/*border: 0;*/
	}

.labmember a {
	font-weight: normal;
	}

.labmember tr {
	padding: 0px;
	}

td#name {
	font-weight: bold;
	width: 235px;
	}

td#name a {
	font-weight: bold;
	}

td#headshot {
	width: 70px;
	}

td#office {}

td#phone {}

td#email {
	font-family: Courier, monospace;
	}

td#year {}

td#webpage {}

td#nowat {
	font-style: italic;
	}


/* Publications environment */

.publications p {
	text-indent: -20px;
	padding: 5px 10px 0px 30px;
	}


/* This is used for the copywright notice */

.notice {
	font-size: 12px;
	font-style: italic;
	/*border: 1px #411 solid;*/
	margin: 5px 0px 5px 0px;
 	padding: 5px;
	text-align: left;
	}


/* Research topics */

.researchtopic {
	margin-bottom: 20px;
	}

.researchtopic img {
	float: left;
	border: 1px #611 solid;
	margin: 5px 10px 5px 0px;
	width: 150px;
	}

/* The talks section */

.talk {
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px #611 dotted;
	}

.talk h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	}

.talk h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	}

.talk h4 {
	font-size: 14px;
	}

.talk p {
	margin: 10px 10px 0px 10px;
	}



/* change the navigation menu */
body#homebody #home a:visited,
body#peoplebody #people a:visited,
body#researchbody #research a:visited,
body#publicationsbody #publications a:visited,
body#talksbody #talks a:visited,
body#linksbody #links a:visited {
	font-weight: normal;
	background: #611;
	color: #fff;
	border-left: 1px solid #611;
	border-right: 1px solid #611;
	text-decoration: none;
}