/*
******************************************************************************
* $Id: main.css 44 2008-01-20 08:50:50Z erico $
******************************************************************************
*/

body {padding-bottom: 0.1in}
body {padding-top:    0.1in}
body {padding-left:   0.2in}
body {padding-right:  0.2in}

div.left {
  width: 30%;
  float: left;
  clear: none;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

div.right {
  width: 60%;
  float: right;
  clear: none;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

div.bottom {
  width: 100%;
  float: left;
  clear: none;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

p.article_title {
  font-weight: bold;
}

div.figure {
  float: right;
  clear: none;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

div.title {
  position:relative;
}

div.welcome p {
  text-indent: 0.5in;
}

div.welcome_figures {
  float: left;
  clear: none;
  border: none;
  padding-right: 0.5em;
  font-size: small;
  text-align: center;
}

div.welcome_figures p {
  text-indent: 0.0in;
}

div.search table tr {
  text-align: center;
}

p.control {
  clear: both;
}

p.control a {
  text-decoration: none;
}

p.control a:hover {
  background-color: #dddddd;
}

p.links {
  text-align: center;
}

p.links a {
  text-decoration: none;
}

p.links a:hover {
  background-color: #dddddd;
}

p.nofloat {
  clear:both;
}

h1.title {
  text-align: center;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-weight: bold;
  font-size: x-large;
}

h1.title img {
  vertical-align: middle;
  position: absolute;
  top: -10px;
  right: 5px;
}

h1.notice_title {
  text-align: center;
  font-weight: bold;
  font-size: large;
}

h1.copyright {
  text-align: center;
  font-weight: normal;
  font-size: small;
}
