body {
/*    font-size: 11pt;*/
	font-family: 'Helvetica', 'Times New Roman', Futura;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

a:link
{
    /*color: #00D;*/
    text-decoration: none;
}

a:visited, a:active
{
    /*color: #006;*/
    text-decoration: none;
}

/* Navigation Bar */
#smallbuttons
{
	background-color: #999;
	height: 40px;
	padding-left: 10px
}

.buttonwrapper
{
	float: left;
	text-align: center;	
}

.buttonwrapper a
{
	text-decoration: none;
}

/* Navigation Links */
.navlink
{
	color: #000;
	font-family: Helvetica, Times New Roman, Futura;
	font-size: 1em;
	padding: 5px;
}
.navlink:hover
{
	text-decoration: underline;
}
.navlink-selected
{
	color: #777;
	font-family: Helvetica, Times New Roman, Futura;
	font-size: 1em;
	padding: 5px;
}
.navlink-selected:hover
{
	text-decoration: underline;
}


/* Home Page */
/* column containers */
.colleft,
.colmain {
	float:right;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.colleft {
	width:20%;
	min-width: 60px;
}
.colmain {
	width:80%;
}

/* left column */
#contactinfo {
    float: left;
    padding-left: 10%;
	width: 250px;
	margin: 1em 0em 0em 0em;
}

#contactinfo img {
    border: 0px;
}

#channel-title {
	display: none;
}

.contactmethod {
	text-align: left;
  	vertical-align: middle;
  	padding: 5px;
}

.contactmethod img {
  	vertical-align: middle;
}

.contactmethod-title {
	display: none;
}

/* main column */
.welcome {
    min-height: 150px;
    max-width: 900px;
    padding: 10px 0px 5px 0px;
	margin: 5px;
}


/* Bio Page */
#bio {
    font-family: Perpetua, Times New Roman, Futura;
	text-align: left;
	padding: 4%;
}

#pictureframe {
    border: outset 3px;
	width: 210px;
	margin: 30px;
	float: right;
}
#mypicture {
	padding: 0.3em;
	height: 200px;
	width: 200px;
}





/* Publications Page */
#publications {
    font-family: Perpetua, Times New Roman, Futura;
	text-align: left;
	width: 80%;
}
#publications h3 {
    font-family: Perpetua, Times New Roman, Futura;
	text-align: left;
	padding-left: 1em;
}
#publications ul{
	list-style: none;
	padding-right: 2em;
}
#publications li{
	margin-bottom: 2em;
}
.projectlink
{
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-left: 5px;
  	background: url(./images/p_icon.gif) no-repeat center;
	vertical-align: middle;
}
.projectlink span
{
	display: none;
}
.projectlink:hover span
{
	display:block;
	position:relative;
	float:left;
	white-space:nowrap;
	top:0.5em;
	left:2em;
	background:#fff;
	border:1px solid #444;
	color:#444;
	padding:1px 5px;
}
/*.coauthor a:link, a:visited, a:active {
    text-decoration: none;
    color: black;
}*/

/* Research Page */
#researchpanel {
    font-family: Perpetua, Times New Roman, Futura;
	text-align: left;
}
#researchpanel img {
	clear:left;
	float:left;
	max-width: 120px;
	max-height: 120px;
	padding: 15px;
}
#researchpanel h3{
    font-family: Perpetua, Times New Roman, Futura;
	text-align: left;
}
#researchpanel ul{
	list-style: none;
	padding-right: 2em;
}
#researchpanel li{
	clear:left;
	margin-bottom: 1em;
}


/* Teaching Page */
table.syllabus td {
	border: 1px solid black;
	padding: 5px;
	margin: 0px;
	text-align: center;
}