body {
  background:#ffffff;
  margin:0;
  color:#333333;
  text-align: center;
  }
		
p {
width: 90%;
padding: 0px 0px 0px 20px; /*top right bottom left*/  

}


a:link {
  color:#029BB8;
  text-decoration:none;
  }
a:visited {
  color:#029BB8;
  text-decoration:none;
  }
a:hover {
  color:#F87C21;
  text-decoration:underline;
}
a img {
  border-width:0;
  }



#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		background-color: #FCFCFC;
		}

#navigation {
		width:150px;
		padding: 0px; 
		float:left;
		text-align: left;
		}
		
#navigation li {
		padding: 10px 0px 0px 0px; /*top right bottom left*/
		list-style-type: none;
		line-height: 150%;
		/*text-transform:uppercase;*/
  		letter-spacing:.1em;
		font: bold 95% Georgia, Serif;
		}
		
#navigation a:link {
  color:#029BB8;
  text-decoration:none;
  }
#navigation a:visited {
  color:#029BB8;
  text-decoration:none;
  }
#navigation a:hover {
  color:#97C05A;
  text-decoration:underline;
}	

.navon {color: #81AC40; }
		
				
#contentcenter {
		width:500px;
		padding: 0px; /*top right bottom left*/
		float:right;
		font: normal normal 85% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		line-height: 1.4em;
		background-color: #FFFFFF;
		}	
	
	
#contentcenter h1 {
  		margin:5px 5px 0;
  		padding: 15px 10px 0px 10px; /*top right bottom left*/
 		line-height:1.2em;
  		/*text-transform:uppercase;*/
  		letter-spacing:.1em;
  		font: bold 170% Georgia, Serif;
  		color: #4095A5;
		}	
		
		
#contentcenter li {
		padding: 0px 80px 0px 0px; /*top right bottom left*/
		list-style-type: disc;
		line-height: 150%;
}
		
	
#contentheader {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #C6EC8C;
		text-align: left;
		background-color: #F6FCFD;
		height: 150px;
		/*background-image: url(artwork/yak.gif);
		background-repeat: no-repeat;*/
		}
		
#contentheader h1 {
  margin:80px 5px 0px 133px; /*top right bottom left*/
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: normal normal 245% Georgia, Serif;
  color: #4095A5;
}	


#subheader {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #C6EC8C;
		text-align: right;
		background-color: #F6FCFD;
		padding: 5px 65px 5px 0px; /*top right bottom left*/
		text-transform:uppercase;
		letter-spacing:.1em;
		font: normal normal 60% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		}
		
#basenav {
		clear: both;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #C6EC8C;
		text-align: center;
		background-color: #F6FCFD;
		padding: 5px 10px 5px 10px; /*top right bottom left*/
		text-transform:uppercase;
		letter-spacing:.2em;
		font: normal normal 60% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		}
	
		
#footer {
		clear: both;
		padding: 20px 10px 20px 10px; /*top right bottom left*/
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #C6EC8C;
		background-color: #F8F9F9;
		text-align: center;
		font: normal normal 70% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
		line-height: 1.4em;
		}
		
		
		
		
		
		
		
		
		
		