body {
/* background: #E7E7E7; */
/* background: #FFFFFF;  */
/* background:transparent url("symposium.png") no-repeat 0% 0%; */
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
/* color:#564b47; */
color:#000000; 
padding:0px;
margin:0px;
}

a {
text-decoration: underline;
color: #225500;
}
a:visited
{
color:#053A11
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #055A29;
}
a:active { color:#055A29;}

h1 {
color: #126012;
font-size: 28px;
text-transform:uppercase;
margin:0px }

h2 {
color: #126012;
font-size:22px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
h3
{

font-size:14px;
font-weight: normal;
margin:0px;
}


/* ----------container to center the layout-------------- */
#container {
/*width: 1024px;*/

margin-left: auto;
margin-right: auto;
background-color: #e1ddd9;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:167px;
text-align: center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:5px 0px;} 
#bannertitle{padding-top:25px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
div#content {

background:#ffffff;
padding: 0px;
margin-left: 200px;
margin-right: 0px;


min-height:685px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */

}
div#picture{
background-color:#E7E7E7;
height:300px;
margin-left:20px;
margin-top:0px;
width:250px;
}
div#profile{
background-color:#E7E7E7;
margin-left:290px;
margin-top:-450px;
min-height:450px;
width:450px;
}
div#publicprofile{
background-color:#E7E7E7;
margin-left:290px;
margin-top:-300px;
min-height:450px;
width:450px;
}
div#project{
width: 720px;
  min-height: 100px;
  background-color: #E7E7E7;
  margin-left: 20px;
  margin-top: 20px;
  /*margin-bottom: 20px;*/

}
div#file{
width: 720px;
  min-height: 100px;
  background-color: #E7E7E7;
  margin-left: 20px;
  margin-top: 20px;

}

div#module{
background-color:#E7E7E7;
height:130px;
margin-left:20px;
margin-top:20px;
width:250px;
}
div#projectinfo{
background-color:#E7E7E7;
margin-left:290px;
margin-top: -210px;
min-height:300px;
width:450px;
}
div#publicprojectinfo{
width: 450px;
min-height: 100px;
background-color: #E7E7E7;
margin-left: 20px;
min-height:300px;
/*margin-bottom: 20px;*/

}
div#projectmodule{
background-color:#E7E7E7;
height:130px;
margin-left:20px;
margin-top: 80px;
width:250px;
}
div#abstract{
width: 720px;
min-height: 100px;
background-color: #E7E7E7;
margin-left: 20px;
margin-top: 20px;
}
div#collaborator{
width: 720px;
min-height: 100px;
background-color: #E7E7E7;
margin-left: 20px;
margin-top: 20px;
}


div#margin{
background-color:#FFFFFF;
height:20px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#leftmenu {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background:#E8E8E8;
height:90%;
}

#outer {
width: 100%;
background:#E8E8E8;
}

#inner {
width: i00%;
background:#E8E8E8;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:45px;
text-align: left; 
background-color: #e1ddd9;

}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 padding: 10px;
 margin: 0px;
 display: block;

}

/*
.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover{
display: block;
font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
color: #9A1212;
text-decoration: none;
text-align: left;	

}*/
