/* ****** standard.css by Bob Harrell with credit to lots of sources   ******* */

body         {
     background-color:#ffffff;

     }
	 
/* ******************* define header box at top of page ********************** */
.header      {
    margin-top: 20px;
    margin-left: 135px;
    margin-right: 135px;
    letter-spacing: 1.5px;
    border-color: #999999;
    border-width: 0 2px 2px 0;
    border-style: solid;
    background-color: #EBF5FA;
    color: #000088;
    padding: 4px;
	/* width: 600px; */
    }
	
/* ************** this is the h1 text only in the header ********************* */
.Header H1   {
    font-family : Georgia, "MS Serif", "New York", serif;
    text-shadow: #B0C4DE 2px 2px 1px;
    margin: 5px auto 6px auto;
	}
	
/* ************* this is a place to but the menu on the left ***************   */
.leftmenuplace{
    position:absolute;
    top: 20px;
    left: 10px;
    width: 126px;
    height: 100%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;      /* little extra room for link boxes */ 
    background-color:#ffffff;
    }
	
/* ******this defines the little link boxes on the left side of page********** */
.linkbox {
    border-width : 0 2px 2px 0;
    border-style : solid;
    margin : 2px 1px;
    padding : 2px;
    font-size : 14px;
    line-height : 16.5px;
    font-weight : 500;
    font-family : "Courier New", Courier, monospace;
    color : #000088;
    background-color :#f2feff;                          /*#f5f5f5;*/
    border-color : #999999;
    width: 105px;	
    }
	
/* ********************* bottom link box defined ***************************** */
.botbox {
   background: #DFEFF7;      
   color : #000099;
   font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px;
   padding : 0px 2px;
   margin: 2px;
   border-color: #999999;
   border-width: 0 1px 1px 0;
   border-style: solid;
   text-align: center;
   }
   
/* ****************this is the text that follows the header******************* */
.tagline {
   font-weight: bolder; 
   font-size: 12px; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #708090; 
   letter-spacing: 3px; 
   background: transparent; 
   margin: -5px auto 0px auto;
   white-space: nowrap;
   }
   
/* *******************  this is the main content area  **********************  */   
.content {
   background: #FFFFFF;
   color: #000088;
   margin-left: 135px;
   margin-right: 135px;
   margin-top: 20px;
   /* width: 600px; */
   text-align: justify;
   font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
   padding: 3px;
   font-size: 12px;
   }
   
/* ********************* what should anchors look like? ********************** */   
A:link {color: #0000ff; text-decoration : underline;}/*normal links in the text*/
A:visited {color: #C71585; text-decoration : underline;}
A:hover { color: #3499CC; text-decoration : underline; background: #EBF5FA;}
A:active {color: #FF0000; text-decoration : none;}

/* ***** this is what we want anchor text in the link boxes to look like ***** */
A.linkbx {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 105px;  
  }
A.linkbx:visited {
  color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 105px;  
  }
A.linkbx:hover {
  color: #708090; 
  text-decoration : none; 
  background: #EBF5FA;
  display: block; 
  width: 105px;
  }
A.linktop {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 105px; 
  }
  
/* ***************** drop shadow .. not worth much but cute ***************** */ 
.dshadow {
  width: 100%;
  filter: dropshadow(color=#B0C4DE, OffX=2, OffY=2, positive=1);     
  }