
/*******************************************************

  !!!!!!!IMPORTANT!!!!!!

PLEASE test your changes in browsers other than IE!
IE has a bad CSS implementation so custom rules have
been defined for certain elements

* html #ID {..}   << only IE will read this


THIS IS FOR IE5:

{
  font-size: 0.7em;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: 1em;
}

IE 5 reads the first font-size, but not the second
all other browsers read the second.


Please test in at least firefox and ie5.5/6
(this covers ~97% of the market).

*******************************************************/





/*  Configure Default Tags     */


body {
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  color: #003366;
  margin: 0px;
  background-color: #f4f4f4;
}

/*  force blocks to span entire height     */

html {
  MIN-height: 100%;
}

html, body{
  min-height:100%;
}

*html body {
  height:100%;
}

 * html #holder {
    height:510px;
    border-bottom:1px solid #666;
}




h1 {
  letter-spacing: -0.1em;
  font-weight: normal;
  font-size: 2.15em;
  color: #12715D;
}

h2, h3 {
  font-size: 1.7em;
  letter-spacing: 0em;
  font-weight: normal;
  color: #12715D;
}

hr {
width:99%;

}

a {
  color: #2269BF;
}

td  {

  /* IE 5.5 HACK! IE5.5 diaplays TD cells with larger font for some reason.. */

  font-size: 0.8em;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: 1em;

}



input, select, textarea {
  font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

textarea {
  font-size: 1em;
}

th {

  text-align: left;
  background-color: #666;
  color: white;

  /* IE 5.5 HACK! IE5.5 diaplays TD cells with larger font for some reason.. */

  font-size: 0.8em;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: 1em;

}


acronym {

  cursor: help;
  color: #003366;

}

img {
  border: none;
}

/*   Configure Custom DIV IDs */


#holder {

  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height:auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
   border-bottom: 1px solid #666;
  background-color: #fff;
  min-height:800px;
}


#logo {
  background-image: url(../images/bkg.jpg);
  background-repeat: no-repeat;
  /*background-position: left;*/
  height: 244px;
  width: 100%;
  margin-top: 0px;

}



#content {
  border: 1px solid #97B9C9;
  padding: 10px;
  background-color: #ECF2F9;
  margin-top: -82px;
  margin-left: 13em;
  margin-right: 5px;
/*min-height:500px;*/
width:570px;

}

#advertising {
  border: 1px solid #97B9C9;
  padding: 10px;
  background-color: #ECF2F9;

  margin-left: 13em;
  margin-right: 5px;
/*min-height:500px;*/
width:570px;

}





#footer {
 margin-top: 4em;
  text-align: left;
  font-size: 0.9em;
  color: #666;
    margin-left: 14.5em;
  margin-right: 5px;
}

#topmenu {
  background-color: #E0F0F0;
  color: #333333;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  /*position: absolute;*/
  top: 0px;
  padding: 1px 0px;
  min-height:38px;
}

#topmenu a {
  font-size: 0.9em;
  border: none;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
}

#topmenu a:hover  {

  background-color: #12715D;
  color: #FFFFFF;

}

#topmenu a.active {

  background-color: #12715D;
  color: #FFFFFF;


}

#topmenu ul {
  margin:0px ;
  padding:0px ;
  list-style:none;
  display: block;
  background-color: #CCC;


}

#topmenu li {
  float:left;
  margin:0;
  padding:3px 5px ;
  margin-right: 1px;
}

#leftmenu {
  float: left;
  background-color: #E0F0F0;
  width: 11em;
  margin-top: -82px;
  padding: 5px;
  /*clear: both;*/
  /*position: absolute;*/
 /* top: 180px;*/
  margin-left: 5px;
  margin-right: auto;
  border: 1px solid #97B9C9;
}

#member {
  float: left;
  background-color: #E0F0F0;
  width: 11em;
margin-top:5px;
  padding: 5px;
  clear: both;
  /*position: absolute;*/
  margin-left: 5px;
  margin-right: auto;
  border: 1px solid #97B9C9;
}



#leftmenu ul {
width: 100%;
  margin:0px ;
  padding:0px ;
  list-style:none;
  display: block;

}

#leftmenu li {
  clear: both;
  float:left;
  margin:0;
width:100%;
  border-bottom: 1px solid #97B9C9;



}

#leftmenu a {
  display: block;
  margin: 3px 0px 3px 0px;
  border: none;
  text-decoration: none;
}

#leftmenu a:hover {
  text-decoration: underline;
}

#leftmenu .active {
  font-weight: bold;
}

#related {

  background-color: #f4f4f4;
  padding: 9px;
  margin: 9px;

}

/*  Custom Generic Classes    */

.hidden {

  display: none;

}

.required {
  color: red;
  font-weight: bold;
}

  .searchTerm     {
         background-color: #ff9;
         }

  .origURL    {
        color: green;
        }
  .titleBlock   {
        background-color: #def;
        }

  .titleLine    {
        background-color: #333;
        }


  .tableheader {

     background-color: #024C97;
     text-align: center;
     color: white;
     font-weight: bold;

  }

  .tablecell1 {

     background-color: #D4E3FB;
     text-align: center;
     height: 19px;


  }

  .tablecell2 {

     background-color: #C4D9FB;
     text-align: center;
     height: 19px;


  }
    #evenrow{
  background-color: #F6F9FC;
  padding: 8px;
}

  #oddrow{
  background-color: #FFFFff;
  padding: 8px;
}


 .sow { border: 1px solid black; background: #FFFF99; width: 90%;   padding: 5px;   font-size: 1.2em;
}