/*tables*/
table{
text-align:justify;
background-color:#FFFFFF;
border-style:none;
border-color:#C3C3C3;
}

table.main{
border-bottom-style:solid;
border-bottom-color:#000000;
border-bottom-width:1px;
}

table.banner{
background-color:#98BF21;
}

/*td and th*/
td.left-banner{
padding-top:15px;
padding-left:15px;
}

td.right-banner{
padding-right:25px;
}

td.menu{
border-style:outset;
border-width:3px;
border-color:#98BF21;
}

td.bioleft{
border-right-style:solid;
border-right-color:#000000;
border-right-width:1px;
}

td.bioright{
border-left-style:solid;
border-left-color:#000000;
border-left-width:1px;
}

td{
padding:5px;
background-color:#FFFFFF;
}

/*body*/
body {
font-family:Times New Roman,Serif;
background-color:#C3C3C3;
color:#000000;
}

/*text*/

p.bio{
text-indent:30px;
margin-left:10px;
margin-right:10px;
}

p.copyright{
font-size:12px;
text-align:center;
}

/*links*/
a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:underline;
}



/*publication page*/
/*td and th*/
td.public-list{
padding-left:25px;
}

/*text*/
p.public-list{
margin-right:35px;
}

p.public-header{
text-align:center;
font-weight:bold;
font-size:20px;
margin-top:20px;
}

p.public-listheader{
text-decoration:underline;
font-weight:bold;
margin-top:5px;
}
