/* CSS Document */

body{
    padding : 0;
    margin : 0;
    background-image : url(../images/bgcopy.gif);
    background-repeat : repeat-x;}
	
	
	
#header{
	position: absolute;
	Top: 14px;
	Left: 100px;
	background-color: transparent;
	width: 390px;
}
#header h1{
font-famliy: "Trebuchet MS", Georgia, Times, serif;
	font-size: 30px !important;
	Font-weight: bolder;
	color: white;
	
}
#header h2{
font-famliy: "Trebuchet MS", Georgia, Times, serif;
	font-size: 20px !important;
	Font-weight: bolder;
	color: white;
	text-decoration: none;
}

#content{
   position: absolute;
   top: 10em;
   padding-bottom : 30px;
   left: 125px;
   /*padding-right :10%;*/
   padding-right: 3em;
   text-align: justify;
  
   /*border: thin solid black;*/
   width: 85%;
}
#content h1{
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 160%;
      font-weight : normal;
      color : #027e64;
      background-color : transparent;
}                     
#content h2{
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 140%;
      font-weight: normal;
      color: #027e64;
      background-color : transparent;
}
#content h3{
  	  font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 125%;
      font-weight: normal;
      color: #027e64;
      background-color : transparent;

}
#content p{
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 120%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#logo{
    position : absolute;
    top : 12px;
    left : 15px;
    z-index : 50;
}
#script{
    
    top : 12px;
    right : 0;
    text-align : right; /*Mild hack for Netscape 4*/
}




#navigation{
	position : relative;
	top : 105px;
	left : 3px;
	width: 99.2%;
	border: thin solid black;
	background-color: #EFEDED;
	color: black;
	text-align: center;
	
	
}


#addnavigation{
	position : relative;
	top :119px;
	left: 5px;
	width: 110px;
	background-color: #EFEDED;
	color: black;
	border: thin solid black;
	text-align: center;

	
	
	  
}   

#pagenav{
	position : relative;
	top :150px;
	left: 5px;
	width: 110px;
	background-color: #EFEDED;
	color: black;
	border: thin solid black;
	text-align: center;

	
	
	  
}                     

	  
                 
#navigation a{ 
       font-size: 105%;
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00000;
       background-color: #transparent;
	   text-decoration: none;
   
	  
}

#addnavigation a{ 
       font-size: 105%;
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00000;
       background-color: transparent;
	   text-decoration: none;
	  
       
	  
}
#pagenav a{ 
       font-size: 105%;
       font-family: "Trebuchet MS", Georgia, Times, serif;
       color : #00000;
       background-color: transparent;
	   text-decoration: none;
	  }
	  
#ul {
	font-size:120%;

}

#image1 {
	position: relative;
	left: 8px;
	}

#image2 {
	position: relative;
	right: 5px;
	padding:0;
	}
#navigation a:link {color: #000000;  text-decoration: none; background-color: transparent;}
#navigation a:visited {color: blue; text-decoration: none;}	
#navigation a:hover {color: white; background-color: #027e64; text-decoration: none;}
#navigation a:active {color: white; background-color: black; text-decoration: none;}

#addnavigation a:link {color: #000000; text-decoration: none; background-color: transparent;}
#addnavigation a:visited {color: blue; text-decoration: none;}	
#addnavigation a:hover {color: white; background-color: #027e64; text-decoration: none;}
#addnavigation a:active {color: white; background-color: black; text-decoration:none;}

#pagenav a:link {color: #000000; text-decoration: none; background-color: transparent;}
#pagenav a:visited {color: blue; text-decoration: none;}	
#pagenav a:hover {color: white; background-color: #027e64; text-decoration: none;}
#pagenav a:active {color: white; background-color: black; text-decoration:none;}


@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

	

/*
#navigation a:link    { border: thin solid black}
*/


