 body {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  }

 div#header {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 90px;
  background-image: url(http://www.abiworld.org/AM/Graphics/home_template/images/header_bg.gif);
  background-repeat: repeat-x;
  position: relative;
  }

 div#header img { 
  margin-top: 1px; 
  border: none; 
 }

 div#header a {
  text-decoration: none;
  border: none;
  }

 div#headernav {
  position: absolute;
  top: 5px;
  left: 330px;
  font-size: 1.0em;
  color: #009;
  }

 div#headernav a {
  text-decoration: none;
  color: #009;
  font-weight: bold;
  font-size: 1.0em;
  }

 div#headernav a:hover, div#headernav a:focus {
  color: #f60;
  }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }

h1 {
 font-size: 1.8em;
 margin: 1em;
 text-align: center;
 }

h2 {
 font-size: 1.6em;
 margin: 1em;
 text-align: center;
 } 

h3 {
 font-size: 1.5em;
 margin: 1em;
 text-align: center;
 }
 
h4 { font-size: 1.3em; }
 
div#left {
 float: left;
 width: 45%;
 margin: 0 2%;
 }
 
div#right { margin: 2.1em 2% 0 50%;}

div.box {
 margin: 1em;
 padding: 1em;
 width: auto;
 background-color: rgb(211,217,242);
 border: 1px solid #009;
 }

div.red { 
 background-color: rgb(242,217,211);
 border: 1px solid #900;
 }

div.box p, div.box li {
 text-align: left;
 font-size: 1.3em;
 line-height: 1.6em;
 }
 
div.box ins {
 color: red;
 text-decoration: none;
 }

div.box del {
 color: #888;
 text-decoration: strikethrough;
 }

div.box ins a {
 color: red;
 border-color: red;
 }

div.box del a {
 color: #888;
 border-color: #888;
 }
 
div.box a {
 text-decoration: none;
 padding-bottom: 2px;
 border-bottom: 1px dotted;
 }
 
div.box a:hover { border-bottom-style: solid; }

.hide { display: none; }

div.box p.disclaimer { font-size: 1.0em; }
