#main {
  background: none;
  margin: 0;
}

#leftColumn {
  float: left;
  width: 300px;
  margin: 0 35px;
}

#midColumn {
  float: left;
  width: 290px;
  padding: 20px 30px;
  background-color: #ECF2FA;
}

#rightColumn {
  float: right;
  width: 210px;
  padding: 0 20px;
}

#rightColumn ul {
  list-style: none;
}

#content {
  padding: 0;
}

/* Comment: Summary */

#main #frontpageSubjects ul {
  margin-left: 0;
  list-style: none;
}

#main #frontpageSubjects hr {
  background: none;
  clear: both;
  color: #FEFEFD;
}

#main #frontpageSubjects li {
  margin-left: 0;
  text-indent: 0;
  font-size: 91%;
  padding: 0.3em;
  line-height: 1.4em;
}

#main #frontpageSubjects a {
  color: #63707A;
}

#main #frontpageSubjects .second {
  float: left;
  width: 135px;
}

#main #frontpageSubjects .second h2 a,
#main #frontpageSubjects .second h2, {
  width: 125px;
  display:block;
}

#main #frontpageSubjects .odd {
  float: right;
}

#main #frontpageSubjects .third {
  margin-top: 20px;
  font-size: 110%;
}

#main #frontpageSubjects .third li {
  background-color: #FDF6E8;
  padding: 5px 10px;
  border-bottom: 1px dashed #D6C9B3;
}

#main #frontpageSubjects .third li a {
  display: block;
  color: #272727;
}


/* COMMENTS: Publications */

#publications {
  margin: 20px 25px;
  float: left;
  width: 918px;
  clear: both;
  background: #EAF0F8 url(../GFX/publications.gif) repeat-y;
}

#publications .publicationsTop {
  height: 4px;
  overflow: hidden;
  background: #EAF0F8 url(../GFX/publicationsTop.gif) no-repeat;
}

#publications .publicationsBottom {
  height: 4px;
  font-size: 0;
  clear: both;
  background: #EAF0F8 url(../GFX/publicationsBottom.gif) no-repeat 0 100%;
}

#publications h3 {
  padding: 0;
  margin: .9em 0 0 1em;
}

#publications .publication {
  float: left;
  padding: 10px 1em 10px 1em;
  width: 17em;
  text-align: center;
}

#publications .publication a {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

#publications p {
  clear: both;
}




/* To layout.css */

#main #midColumn h1,
#main #midColumn h2 {
  /*font-size: 133%;*/
  font-size: 150%;
  font-weight: bold;
  margin-top: .1em;
}

#main #midColumn h1 a,
#main #midColumn h2 a {
  color: #272727;
  /*text-decoration: underline;*/
}
