body {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 1.0em;
  margin: 10px;
}
.page {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  padding: 5px;
  min-width: 720px;
  max-width: 920px;
  text-align: left;
}
a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: #3333ff;
  text-decoration: underline;
}

a.download {
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

a.download:hover {
  font-weight: normal;
  font-weight: bold;  
  color: #3333ff;
  text-decoration: underline;
}


h1 {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 1.8em;
  font-weight: bold;
  background-color: #dedede;
  margin-top: 0px;
  margin-right: -5px;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 2px;
}
h2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 1px #dedede;
  margin-top: 0px;
  margin-right: -5px;
  padding-top: 1px;
}
.line {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #dedede;
  padding: 0px;
  margin-bottom: 10px;
}

.header {
  padding-bottom: 10px;
}
.header-title {
  margin-top: -2px;
  float: left;
}
.title {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 2.6em;
  font-weight: bold;
  color: #000000;
}
a.title, a.title:hover {
  font-size: 1.0em;
  text-decoration: none;
}
.title1 {
  color: #000000;
}
.title-space {
  font-size: 0em;
}
.affiliation, .affiliation a {
  font-weight: normal;
  font-size: 0.9em;
}

.body {
  width: 100%;
  margin-top: 1.0em;
}
/* IE hack */
* html body div.body {
  clear: both;
  margin-top: 0em;
  width: 100%;
}


.sidebar {
  width: 150px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9em;  
  font-weight: normal;  
  margin-top: 0.2em;  
}
a.navlink {
  float: left;
  width: 130px;
  font-size: 1.0em;
  font-weight: normal;
  text-transform: capitalize;
  padding: 2px;
  margin-bottom: 2px;
  border: solid 1px #dedede;
}
.navlink:hover {
  color: #ffffff;
  background-color:#578CCA;
  font-weight: normal;  
  text-decoration: none;
  border: solid 1px #578CCA;
}

.content {
  position: relative;
  margin-left: 160px;
  margin-top: 0px;
  padding-top: 0px;
}
.content-block {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.project {
  margin-bottom: 1.0em;
  min-height: 62px;
}
/* IE hack */
* html body div.project {
  height: 1%;
}
.project-authors a, .project-venue a, .project-links  a {
  font-weight: normal;
}
.project-img {
  margin-top: 2px;
  float: left;
}
.project-text {
  margin-left: 135px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.project-img {
  margin-right: 10px;
}
* html div.project-text {
  height: 1%;
  margin-left: 0px;
}
/* End hide from IE5/mac */
.project-title {
  font-weight: bold;
}
.project-authors {
}
.project-venue {
  font-style: italic;
}
.project-header {
  margin-bottom: 0px;
}
.project-authors-large {
  margin-top: -5px;
  padding-left: 5px;
}
.project-para {
  margin-top: 2px;
  margin-bottom: 20px;
}
.project-image {
  text-align: center;
}
.project-caption {
  font-size: 0.8em;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.copyright {
  font-size: 0.8em;
  text-align: right;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 5px;
  border-top: solid 1px #dedede;
}