html, body { /* saves you from the "centering jump" on short pages */
	height: 100.1%;
	margin-bottom: 1px;
	}
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #edf6e4;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 120%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
h1 {
	color: #78a769;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	padding: 5px 0px 10px;
	margin: 0;
}
h2 {
	color: #78a769;
	font-size: 110%;
	font-weight: bold;
	line-height: 110%;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
}

h3 {
	color: #78a769;
	font-size: 100%;
	font-weight: bold;
	line-height: 105%;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
}
p	{
	padding: 2px 2px 2px 6px;
	margin-top: 1px;
	margin-bottom: 5px;	
}

td	{
	padding: 5px 5px 5px 5%;
	width: 33%;

}

.full_just {
	text-align: justify;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  max-width: 1024px;
  min-width: 760px;
  text-align: left;
  width: 90%;
}
#outerWrapper #header {
	background-color: #92b876;
	border-bottom: solid 1px #657f51;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px;
	background-image: url(../images/logo3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#outerWrapper #topNavigation {
  background-color: #edf6e4;
  /*border-bottom: solid 1px #92b876;*/
  height: 25px;
  padding: 10px 10px 10px 10px;
}
#topNavigation ul {
	font-size: 110%;
	margin: 4px 0px;
	padding: 0px;
}
#topNavigation li {
	padding-right: 15px;
	padding-left: 0px;
	display: inline;
}
/*
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #edf6e4;
	border-left: solid 1px #92b876;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 20%;
	font-size: 110%;
	line-height: 140%;
}
*/
#outerWrapper #contentWrapper #content {
	margin: 0;
	padding: 10px;
}

#outerWrapper #contentWrapper	{
	/*border-left: solid 1px #92b876;*/
	border: solid 1px #92b876;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #edf6e4;
	/*border-top: solid 1px #92b876;*/
	padding: 10px 10px 10px 10px;
	font-size: smaller;
}
.featured_pic {
	width: 210px;
}
.featured_pic img{
	margin: 0px 0px -2px;
	color: #235214;
}
.caption {
	font: 0.9em/1.1em "Courier New", Courier, monospace;
	color: #235214;
	text-align: left;
}

.img_left {
	float: left;
	margin-right: 8px;
}
.img_right {
	float: right;
	margin-left: 8px;
}
#photo_horizontal {
	width: 475px;
	overflow-y:auto;
	height: 225px;
	border: 1px solid #fff;
	margin: 0px auto;
	padding: 0px;
}

#photo_horizontal .photo_w_caption {
	padding: 5px;
	height: auto;
	width: 208px;
	float: left;
	margin: 0px;
}


#photo_horizontal .photo_w_caption img {
	margin: 5px 5px -2px;
}

.indent_left	{
	margin-left:3em;
}
