
body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 75%;
  color: #413E41;
}
h1 {
  font-size: 1.7em;
  margin:0px;
  color: #3089BD;
  font-weight: normal;
}
h2 {
  color: #990000;
  font-size: 1.25em;
  margin:5px 0px 15px 0px;
}
h2.publication_title {
  font-size: 1.05em;
  margin:5px 0px 5px 0px;
}
h3 {
  font-size: 1.1em;
  margin:0px;
}
h4 {
  font-size: 1.05em;
  margin:3px;
}
h5 {
  font-size: .95em;
  margin:3px;
}
a {
  color: #990000;
  font-weight: bold;
}
a:hover {
  color: #990000;
}
img {
  border: 0px;
  display: block;
}
img.display_inline {
  display: inline;
}
form {
  padding: 0px;
  margin: 0px;
}
.nounderline {
  text-decoration: none;
}
.large {
  font-size: 1.25em;
}
.normal {
  font-size: 1em;
}
.small {
  font-size: 0.9em;
}
.bold {
  font-weight: bold;
}
.align_left {
  float: left;
}
.align_right {
  float: right;
}
.text_align_center {
  text-align: center;
}
.text_align_left {
  text-align: left;
}
.text_align_right {
  text-align: right;
}
.clear_both {
  clear: both;
}

.black {
  color: #000;
}
.yellow {
  color: #cccc00;
}

a.leftmenu {
  font-weight: bold;
  text-decoration: none;
}
a.leftmenu:hover {
  font-weight: bold;
  text-decoration: none;
}
a.leftsubmenu {
  text-decoration: none;
  color: #666633;;
}
a.leftsubmenu:hover {
  text-decoration: none;
  color: #666633;;
}
p.subtitle, div.subtitle {
  font-weight: bold;
  color: #990000;
}

#ifh-logo {
  width: ;
  padding: 50px 0 0 26px;

  background: #fff;
  border: 1px solid #fff;
}

.dotted_line {
  margin: 5px 0px 15px 0px;
  border-bottom: solid 1px #CCCC00;
}
input.bordered, textarea.bordered {
  border-top: #999 solid 1px;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
  border-left: #999 solid 1px;
  background-color: #ddd;
}

#homepage-contents_box {
  float: left;
  width: 319px;
  margin-right: 10px;
}
#homepage-latest_news_box {
  float: left;
  width: 285px;
}