/*
 color schemes.

current:
  #fdffe6,
  #f9ffbf,
  #f3ff80
  #b6bf60,

original:
  #ffffdd;
  #ed9731
  #b9d70a;
  #bd500f;
  #ff0000;
  #662b07;
  #696;
*/


* { padding: 0px; margin: 0px; }

body {
  font-size: 15px;
  font-family: verdana, arial, sans-serif;
  background-color: #fdffe6;

  background-image: url('/img/blfgreenbodybackground.gif');
  background-position: top center;
  background-repeat: repeat-y;
}

div#body_wrapper {
  margin-top: 0px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px; 
  /* background-color: #b6bf60; */
}


div#top {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;

  height: 55px;
  width: 900px;

  border: 3px solid #000000;
  background-color: #f9ffbf;
  z-index: 4;
}

div#top_left {
  float: left;
  height: 55px;
  width: 130px;
  text-align: center;
  font-family: arial, sans-serif;
  background-color: #000000;
  font-weight: bold;
  font-size: 50px;
  z-index: 3;
}

div#top_left_sub {
  font-family: bookman, palatino, serif;
  font-size: 20px;
  font-weight: bold;
  margin-left: 140px;
  margin-top: 23px;
}

div#top_left a {
  color: #f9ffbf;
  text-decoration: none;
}

div#blfmenu {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;

  height: 25px;
  width: 900px;

  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 1px dashed #ccc;
  background-color: #fdffe6;
  z-index: 4;
}

div#blfmenu ul {
  margin-left: 530px;
}

div#blfmenu li {
  display: inline;
  list-style: none;
}

div#blfmenu a {
  float: left;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  /* color: #bd500f; */
  color: #696;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #ccc;
}


div#copyright {
  text-align: right;
  padding-top: 20px;
  padding-right: 55px;
  font-size: 10px;
}

div#content {
  background-color: #f9ffbf;
  /* background-color: #f3ff80;
  background-image: url('/img/2007_WAF_Logo_Background2_12pcnt.jpg'); */
  width: 900px;
  z-index: 1;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;

  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
}


div.column {
  padding-top: 15px;
}

#leftcolumn, #rightcolumn {
  width: 400px;
}

#singlecolumn {
  position: relative;
  width: 820px;
  top: 20px;
  left: 40px;

  padding: 20px 7px;
  border: 1px solid #000000;
  background-color: #fdffe6;
}

#singlecolumn .subblock {
  border: 1px solid black;
  background-color: #f9ffbf;
  /* background-color: #eeeeee; */
  padding: 10px;
  margin-left: 25px;
  margin-top: 8px;
  margin-bottom: 15px;
}


table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 98%;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-collapse: collapse;
  background-color: #fdffe6;
}

td, th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px 5px;
}

thead { background-color: #f3ff80; }
/* thead { background-color: #b6bf60; }
thead { background-color: #cccccc; } */
tbody tr.even {}
tbody tr.odd  { background-color: #cccccc; }
/* tbody tr.odd  { background-color: #f3ff80; } */


#singlecolumn p, #singlecolumn div {
  text-align: justify;
}

.embossedbg {
  background-image: url('/img/2008WAFLogo635x656AlphaEmbossed.png');
  background-position: center center;
  /* background-image: url('/img/2008WAFLogo242x250.jpg');
  background-position: 80% 110%; */
  background-repeat: no-repeat;
}

.footerimage {
  display: inline;
  text-align: right;
  padding-right: 150px;
}


#leftcolumn {
  margin-left: 30px;
  float: left;
}

#rightcolumn {
  margin-left: 460px;  
}

img {
  border: none;
}

img#press_release_title {
  border: 1px solid #000000;
  margin: 14px 0px;
}


h1, h2, h3, h4, h5 {
  font-family: verdana, sans-serif;
/*
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;

  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
*/
}

h1 { font-size: 2.3em; margin-left: 14px;  }
h2 { font-size: 1.8em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

.column p, .column div {
  margin: 14px 0px;
  padding: 7px;
  border: 1px solid #000000;
  background-color: #fdffe6;
}

ul#dinnermenu { margin-left: 15px; }
ul#dinnermenu li { font-size: 10pt; }

a { text-decoration: underline; }

p a:hover   { background-color: #b9d70a; }
p a:link    { color: #bd500f; }
p a:active  { color: #ff0000; }
p a:visited { color: #662b07; }

/* img#ie6hack {
  position: absolute;
  top: 1200px;
} */

.caption {
  margin: 0px 4px 4px 0px;
  padding: 0px;
  text-align: right;
  font-size: .6em; 
}

.captionleft {
  margin: 0px 4px 4px 0px;
  padding: 0px;
  font-size: .6em; 
}


.clearfloats { clear: both; }


