/* CSS Document */



/* Internet Explorer */

/* basic elements */
body{ background-color:#9999cc;
      background-image:url("body.jpg");
      background-repeat:no-repeat;
	  font-family:Geneva, Arial, Helvetica, sans-serif;
	  font-size:12px; 
   }
a:link   {color:#006600; 
	     text-decoration: none; 
	     letter-spacing: 50%;
		 font:bold 11px Geneva, sans-serif;
	       }
	
a:visited { 
	color:#000066; 
	text-decoration: none; 
	letter-spacing: 50%;
	font:bold 11px Geneva,
         sans-serif;
	     }
	
a:hover{ 
	color:#666699; 
	text-decoration: none; 
	letter-spacing: 50%;
	font:bold 11px Geneva, sans-serif;
	    }
	
a.onoff { display:block;
         text-decoration: none; 
		 width:150px;
		 height:27px;
		 background:url(link2.jpg) no-repeat 0 0;
		 text-decoration:none;
		 position:absolute;
         left:20px;
         top:180px;
		 padding-left:5px;
         color:#FF0000;
		 z-index:3;}

a.onoff:hover, a.onoff:active { background-position:0 -27px; color:#cc99ff; text-decoration: none;  }
#content{height: auto;
		 position:relative;
         width:530px;
         left:-10px;
          top:490px;
	      z-index:2;
	     
	     padding:12px;
         margin-top:12px;
         font:normal  11px Geneva,
         sans-serif;}}

a.heron1 { display:block;

		   width:57px;
		   height:67px;
		   background:url(myimage.jpg) no-repeat 0 0;
                   
		   color:#FF0000;
		   float:left;
           line-height:50px;
           padding-top:6px;
		   margin-right:10px;
}

a.heron1:hover, a.heron1:active { background-position:0 -67px; color:#cc99ff; }
a.rollover1 { display:block;
		   width:157px;
		   height:118px;
		   background:url(rollover.jpg) no-repeat 0 0;
		   float:left;
		   margin-right:5px;
                   
		   color:#FF0000;
}

a.rollover1:hover, a.rollover1:active { background-position:0 -118px; color:#000000; }
a.rollover2 { display:block;
		   width:157px;
		   height:118px;
		   background:url(rollover2.jpg) no-repeat 0 0;
                 
		   color:#FF0000;
}

a.rollover2:hover, a.rollover2:active { background-position:0 -118px; color:#000000; }



/* specific divs */
div#wrapper{background-image:url("index.jpg");
			background-color:#CCCCFF;
 			background-repeat:no-repeat;
			position: absolute;
			top: 0px;
			width: 760px;
			left: 50%;
			margin-left: -380px;
			}
			
/* left column divs */
#columnleft {
			position:absolute;s
			width:8em;
			top:2em;
			margin-left:0;
			margin-top:20em;
			padding:2em;
			filter:alpha(opacity=90)-moz-opacity:0.90;
			background-color:#CCCCFF;
			border-width:1px;
			border-style:dashed;
			border-color:#006600;
			  
	        }
/*right column divs */
			
#columnright{ float:right;
              margin-top:20em;
              padding:   2em 6em 10em 18em;
			  
		    }
              
#columnright h3{background-image:url(h1.jpg);
				background-repeat:no-repeat;
			    background-position:left;
				border-bottom-width:1px;
			    border-bottom-style:solid;
				border-bottom-color:#669900;
				height: auto;
		        margin-left: 0px;
	            padding-left:150px;
			    color:#006600;
              }
/*transparent background of right column divs */			
#columnrightback{ width: 40em;
		         font-family:"Courier New", Courier, monospace;
		         font-size:12px;
				 font-weight:;
		         padding:2em;
	             background-color:#ccccff;
				 background:url("blue.png");
                 filter:alpha(opacity=80) -moz-opacity:0.80;
				 height:200px;
		         border-width:1px;
                 border-style:dashed;
		         border-color:#000066;
		         z-index:1;
		        }
#footer{height:20 px;
        background-color:#CCCCCC;
		clear:both;}

		


h1,h2,h3,h4{color:#996666;}


h2{  color:#993300;       
     border-bottom-style:solid;
	 border-bottom-color:#993300;
	 height: auto;
     border-bottom-width:1px;
	 border-bottom-style:solid;}

p{ margin-top:0.5em;
   margin-bottom:1em;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:1.8em;
   text-align:left;
   color:#330099;}
   
#title{background:url("title.gif");
       height:38px;
       width:462px;
		z-index:3; }
			


		   

