h1, h2, h3, h4, h5, h6 {font-family: sans-serif; text-align:left;}

h2 {  font-weight: bold; font-size: 16px; }
h3 {  font-weight: bold; font-size: 16px; padding-top:10px;}
h4 {  font-weight: bold; font-size: 14px; padding-top:10px;}
h5 {  font-weight: normal; font-style:italic; font-size: 14px; }

/* a {text-decoration: none;} */
a:visited {color: #444444;}
a:link    {color: black;}

p {text-align: justify; line-height: 1.6; text-indent:0; margin-right:10px;}

p.nospace {margin-bottom:0; line-height: 1.3;}

span.para_header {font-weight: bold;}

div.outer_container {
  position: absolute; left: 50%; width: 750px; margin-left: -375px;
  text-align: justify;
  background-color: #a9c1e9;
  position: relative;
  height:100%;
  min-height:700px;
}

/* most of the banner stuff duplicated verbatim in banner.css */
div.banner {
  background-color: #97b4e4;
  height: 100px;
}

div.banner_contents {
}

div.banner_logo {
  padding-top:15px;
  margin-left: -27px;
  height:0px;
}

div.banner_text {
  padding-top:0px;
  margin-right: 50px;
  margin-bottom:25px;
  font-family: sans-serif; font-weight: bold; font-size: 14px; text-align:right; text-transform: uppercase;
  color: #366fcc; /* actually has no effect, since everything is a link; see a:visited and a:link below */
}
div.banner_text a:visited {color: #818181;}
div.banner_text a:link    {color: #366fcc;}
div.banner_text li {
  list-style-type: none;
  display: inline;
  padding-left: 20px;
}

div.below_the_banner {
}

div.main_column {
  margin-left: 15px;
  min-height: 600px;
  width: 450px;
}

div.main_column_wide {
  margin-left: 15px;
  min-height: 600px;
}

/* This is duplicated in ie.css, with a different value for margin-left. */
div.eagle {
  margin-left: 491px; 
  margin-right: 10px;
  position: absolute; 
  width: 249px;
  font-family: sans-serif;
}

div.eagle_part1 {
  background-image: url(eagle1.png);
  height: 74px;
  color: #95b3e4;
  font-size: 48px;
  text-align: right;
}

div.eagle_part2 {
  background-image: url(eagle2.jpg);
  height: 138px;
  margin-top: 5px;
}

div.eagle_part3 {
  background-image: url(eagle3.png);
  height: 74px;
  margin-top: 5px;
  color: #78a2dd;
  font-size: 36px;
}

div.eagle_part4 {
  background-image: url(eagle4.png);
  height: 38px;
  margin-top: 5px;
  color: #95b3e4;
  font-size: 18px;
  text-align: right;
}


/* kludge: duplicated for main_column_wide */
div.main_column h2 {
  background-color: #6a92d8;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: sans-serif; font-weight: bold; font-size: 16px;
}

/*
div.main_column ul > li {
  list-style-type: none;
  margin-left:0;
  padding-left:0;
  list-style-image: url(bullet.png);
}
*/

div.main_column a {
  font-weight: bold;
}


/* kludge: duplicated from main_column */
div.main_column_wide h2 {
  background-color: #6a92d8;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: sans-serif; font-weight: bold; font-size: 16px;
}

/*
div.main_column_wide ul > li {
  list-style-type: none;
  margin-left:0;
  padding-left:0;
  list-style-image: url(bullet.png);
}
*/

/*
ol > li {
  list-style-image: none;
}
*/

div.main_column_wide a {
  font-weight: bold;
}

/* no bullets at all */
ul.plain {
}

/*
ul.normal li {
  list-style-image: none;
  list-style-type: disc;
}

ul.plain li {
  margin-left:0;
  padding-left:0;
  list-style-image: none;
}
ul.plain a {
  font-weight: normal;
}
*/

div.footer {
  background-color: #97b4e4;
  color: #808080;
  padding: 15px;
}
div.footer a {text-decoration: underline;}
div.footer a:visited {color: #808080;}
div.footer a:link    {color: #808080;}
