body {
  font-family: Georgia, "Times New Roman", Times, serif; 
  margin: 0px;
  padding: 0px; 
  text-align: center;  
}

a {
  color: #000000;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

p {
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif; 
  color: #000000;
  margin: 0px;
  margin-bottom: 2px;
  line-height: 16px;
}

div, td, span {
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 12px;
  color: #000000;
}

form {
  margin: 0px;
  font-size: 12px;
  color: #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #59636F;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
  font-size: 12px;
  color: #59636F;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 11px;
  font-weight: bold;
  color: #59636F;
  margin: 0px;
  padding: 0px;
}

#powered_by {
	width: 220px;
	text-align: left;
	background-image: url(/res/images/powered_by_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 12px 35px;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#powered_by a:link {
  color: #ea780c;
  text-decoration: none;    
}

#powered_by a:visited {
  color: #ea780c;
  text-decoration: none;  
}

#powered_by a:active {
  color: #ea780c;
  text-decoration: underline;
}

#powered_by a:hover {
  color: #ea780c;
  text-decoration: underline;
}

/*********************************************/
/* Global Navigation Elements */
/*********************************************/

div.body_container_home {
  position: relative;
  text-align: left;
  margin: 0px auto;
  padding: 0px;  
  width: 920px;
  background-image: url(/res/images/home/top_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px solid #336633;
}

#top {
	 width: 920px; 
	 height: 125px; 
	 margin: 0px; 
	 padding: 0px;
}

#main_area {
	 width: 920px;
	 height: 291px;
	 margin: 0px; 
	 padding: 0px;
}

#main_nav {

}

#content_area {
	width: 920px; 
	margin: 0px; 
	padding: 0px;
	background-color: #FFF3C9;
	background-image: url(/res/images/home/bottom_area_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat; 
}

#side_nav {
	position: relative;
	top: -30px;
	left: 0px;
	width: 222px; 
	margin: 0px 0px -20px 0px; 
	padding: 0px;
}

#content_text {
	float: right;
	width: 635px;
	border: 1px solid #FFF3C9;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 920px; 
	background-color: #FFFFFF; 
	border-top: 3px solid #336633; 
	color: #000000; 
	line-height: 20px; 
	margin: 0px; 
	padding: 0px 0px 15px 0px; 
	text-align: center;
}

#footer a {
	color: #000000;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/*********************************************/
/* Homepage Slideshow Styles */
/*********************************************/

#slideshow_photo_container {
	margin-bottom: 5px; 
}

#slideshow {
	margin-bottom: 5px; 
	border: 1px solid #666666;
}

#slideshowCap {
	line-height: 20px;
}