/**************** body and tag styles ****************/
	
body {
	margin: 0 auto;
	font-family: "century gothic", futura, lucida, arial, helvetica, sans-serif;
	background: #ffffff; /* url(bg.jpg) top left repeat-x;*/
	text-align: center;
}
	
#bodydiv {
	width:744px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#buttons {
	float:left;
	position:relative;
	width:218px;
	color:#000000;
	text-align: left;
	}
#buttons h1{
	color:#000000;
	/*border-bottom:1px solid #ffffff;*/
	}
	
#container {
	  position:relative;
	  width: 744px;
	  margin: 0 auto;
	  font-size: 13px;
	  line-height: 1.6em;
	  color: #000000;
	  background-color: #d5d4d4;
	  background-image: url(images/side_bg.jpg);
}
/*add this div for slidshow images*/
#mainphoto {
	float:right;
	background-image: url(images/slide1.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 526px;
}
		
h1 {
	  font-weight: normal;
	  font-size: 18px;
	  color: #000000;
	  margin-top:0px;
	  margin-bottom: 5px;
	  /*border-bottom:1px solid #000000;*/
 }
		
h2 {
	  font-weight: normal;
	  color: #000000;
	  font-size: 16px;
	  margin-bottom: 0px;
	  }
h3 {
	  color: #000000;
	  font-size: 14px;
	  margin-bottom: 2px;
	  }	
h4 {
	  color: #000000;
	  font-size: 20px;
	  margin-bottom: 2px;
	  padding-bottom:3px;
	  border-bottom:1px solid #0b3218;
	  }
	  
td.words {
	font-size:12px;
	color:#666666;
	line-height:16px;
}
	
	a {
	  color: #000000;
	  text-decoration: underline;
	  font-weight: normal;
	  }

	a:hover {
	  color: #1ba1e6;
	  font-weight: normal;
	  text-decoration: none;
	  }
	  
#content_large a {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: none;
	  }

#content_large a:hover {
	  color: #1a3465;
	  font-weight:normal;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #c4c3c3;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #970d00;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header_large {
	  float:right;
	  width:526px;
	  height:225px;
	  }
	

/**************** content styles ****************/
	#content_large {
	  float: right;
	  width: 506px;
	  overflow:hidden;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  background-color:#ffffff;
	  text-align: left;
	  }
	
	#content_large p {
	  margin-top:0px;
	  padding-bottom: 10px;
	  }
	  
	  
/**************** sidebar styles ****************/

#sidebar {
	  float: left;
	  width: 218px;
	  color:#ffffff;
	  text-align: left;
	  height:auto;
	  }
		
	#sidebar p {
	  color:#000000;
	  padding-bottom: 10px;
	  margin-top: 5px;
	  }
	  
	  
/**************** footer styles ****************/
	#footer {
	  clear: both;
	  height: 85px;
	  width: 744px;  
	  background-image: url(images/footer.jpg);
	  color:#ffffff;
	  text-align:left;
	  }
   
