

/* @group general */
body {
	
	background-color: #82764D;
	color: #653600;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	
}
a:link,
a:visited {
	color: #69A915;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #69A915;
	text-decoration: none;
}	
h1{
	font-size:26px;
	
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
h4{
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
#skip {
	display: none;
}
img {
	border: 0;
}

/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
/* @end floats */


/* @end general*/




#container{
	width: 780px;
	margin:20px auto;
	background-color: #ECE9D8;
	text-align:center;

}
#content{
	text-align:left;
	padding:30px;

}
.small{
	font-size:12px;
}
.success{
	color: #69A915;
	font-weight:bold;
}	


.navTD{
	text-align:center;

}
ul#navMain {
	margin:35px 0 0 0;
	padding:0 0 20px 0;
	}
#navMain li {
	padding: 0 10px;
	font-style:italic;
	list-style-type:none;
	font-size:16px;
}
#navMain li.first {
	padding-left: 0;
}
#navMain li.last {
	padding-right: 0;
}
#navMain a:link,
#navMain a:visited {
	color: #69A915;
	text-decoration:none;
}
#navMain a:hover,
#navMain a:active,
#navMain .navON a:link,
#navMain .navON a:visited {
	color: #653600;
	text-decoration:none;
}
#navMain .navON a:link,
#navMain .navON a:visited {
	font-weight: bold;
}



.homeimage{ 
	margin-top:30px;
}
#home-aside-header {
	text-align:center;


}

.clearit{
	clear:both;
}


 #myGallery{
      Xposition:relative;
	  background-color:#fff;
	  padding:15px;
      /*width:400px; /* Set your image width */
      /* height:340px; Set your image height */
	  text-align:center;
	  margin-bottom:30px;
    }
    #myGallery img{
      display:none;
      /*position:absolute;
      top:15px;
      left:0;*/
    }
    #myGallery img.active{
      display:inline
	  
	  
	  ;
    }
	
	#facebook{
		color:#45679e;
		font-size:16px;
		margin-top:25px;
	
	}
	#facebook img{
		margin-top:4px;
		
	
	}
