

/* basic elements */
body {
  color: #000;
  background: #fff;
  font: 90% Arial, Helvetica, sans-serif;
  }




strong, b {
  font-weight: bold;
}



/* the site structure */
#content {		
  width: 100%;
  margin: 0 0 0 0;
  color: #000;
  background: #fff ;
}

#header {						
  height: 122px;
  text-align: left;
  margin-bottom: 5px;
  color: #000;
  background:url(/Images/Site/Eklutna17.Emblem.fade.Lo.070404B.jpg) top left no-repeat;
}

#header h2 {
  font: 1.9em Arial, Helvetica, sans-serif;
  color: #129;
  font-weight:600;
  background: none;
  text-align: left;
  margin: 0;
  padding: 60px 0 0 300px;
}

#text {
  width: 100%;
  position: relative
  top: 0;
  left: 0;
  color: #000;
  background: transparent;
  padding: 0 10px;
  margin: 0 0 40px 0px;
}

#text h1 {
  font-size: 1.5em;
  color: #129;
  background: transparent;
  margin: .5em 0;
  padding: 1em 0 0 0;
}

#text h2 {
  font-size: 1em;
  line-height:1em;
  margin: .4em;
  color: #129;
  background: none;
  padding: 1em 0 0 0;
}

#text p {
  text-align: left;
  font: 0.82em/160% Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  padding: 0 0 0 0;
  margin:5px 5px;
  margin-right:40px;
}

#text p.p1L:first-letter {
	font-size:225%;
	font:Garamond;
	float:left;
	color:green;
	line-height:100%;
}

#text p.ontop {
  text-align: right;
  padding: 5px;
}


#text table{
  clear:both;
  margin-right:10px;
  margin-top:10px;
}

#text td{
  font-size:12px;
  line-height:14px;
  vertical-align:top;
  padding-right:5px;
}




#content p.footer {
  font-size: 0.80em;
  text-align: center;
  padding: 10px 10px 10px 30px;
  border-top: 1px dashed #6e7d8d;
  clear: both;
  margin-top: 5px;
}

#content p.address {
  font-size: 0.75em;
  color: #129;
  padding: 10px 10px 10px 30px;
  border-top: 1px dashed #6e7d8d;
  text-align: center;
  clear: both;
  margin-top: 5px;
}


#content a.top {	/* link to the top of the page */
  font-size: 0.78em;
  text-align: right;
  color: #000;
/*  background: transparent url(img/tophover.gif) right no-repeat;  */
  padding-right: 16px;
  margin-right:20px;
}


/* classes */
.right {
  text-align: right;
  clear:left;
}


.copyright {
  font-size: 0.75em;
  color: #129;
  background: #b9c9ea ;
  }




.menu a {
  font-size: 0.82em;
  display: block;
  width: 11.7em;
  padding: 2px 2px 2px 1.4em;
  text-align: left;
  text-indent: 0;
  color: #000;
  background: #129;
  text-decoration: none;
}

.menu a:link {
  color: #129;
  background: #DBE7E4 ;
  border-left: 1px solid #129;
}

.menu a:visited {
  color: #000;
  background: #DBE7E4 ;
  border-left: 1px solid #129;
}

.menu a:hover {
  text-decoration: none;
  color: #fff;
  background: #129;
  border-left: 1px solid #ff8c00;
}

.menu a:active {
  text-decoration: none;
  color: #fff;
  background: #129 ;
  border-left: 1px solid #129;
}






/*   These are default <a> links with red for the hover state. The default
   IE colors for links and visited links use #0000FF for links
   and #7F007F for visited links */

#text a:link {
	color: #0000FF;
	text-decoration: underline;
      	display: inline;
	padding:0px;
}

#text a:visited {
        color: #7F007F;
	text-decoration: underline;
     	 display: inline;
	padding:0px;
}

#text a:active {
	color: #0000FF;
	text-decoration: underline;
      	display: inline;
	padding:0px;
}

#text a:hover {
	color: red;
	background-color: #FFFFFF;
	text-decoration: underline;
     	display: inline;
	padding:0px;
}



.MWimgBoxLeft {
	 float: left;
	 clear: left;
  /*	 width:250px;    */
	 margin-left: 0px;
	 margin-top: 10px;
	 margin-right: 10px;
	 margin-bottom:10px;
  /*	 border: 2px solid ;
	 border-color:#497436;   */
	 }

.imgInBox {
         margin-top: 5px;
         margin-right: 5px;
  	 margin-left: 5px;
 	 }

.MWimgCaption{
 	 float:left;
	 clear:left;
	 padding-left: 5px;
	 padding-top: 5px;
	 padding-right: 5px;
  	 padding-bottom: 5px;
	 font: 12px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 600;
	 color: #497436;
 	 }

.CaptionReference{
         font: 14px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;
	 color: #497436;
 	 }



.hiresDownload{
         font: 12px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;
	 color: #497436;
 	 }


