body {
	background-color: #206e30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
.TanBg {
	background-image: url(../images/TanBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Nav {
	background-image: url(../images/NavBg.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding-right: 15px;
	padding-left: 20px;
}
.Nav a {
	font-size: 12px;
	font-style: italic;
	color: #206e30;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #33a74c;
	width: 155px;
	padding-bottom: 8px;
	display: block;
	margin-left: 3px;
	margin-bottom: 8px;
}
h1 {
	font-style: italic;
	color: #206E30;
	font-size: 18px;
}


.ContentCell {
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 10px;
}
.Footer {
	color: #f6f4e4;
	background-image: url(../images/FooterBg.jpg);
	background-repeat: repeat-y;
}
.Footer a{
	color: #f6f4e4;
	text-decoration:none;
}
.Footer a:hover{
	color: #f6f4e4;
	text-decoration:underline;
}
h3 {
	text-transform: uppercase;
	font-weight: bold;
	width: 130px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 16px;
	margin-bottom: 6px;
}
.SideBoxBg-NoGrass {
	background-image: url(../images/SideBoxBg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.SideBoxBg-Grass {
	background-image: url(../images/SideBoxBg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.GrassBg {
	background-image: url(../images/SideBoxGrass.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Red {
	color: #ed161e;
}
.Green {
	color: #206e30;
}
.SideBoxBg-NoGrass a{
	color: #606060;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	display: block;
	width: 170px;
	margin-top: auto;
	margin-bottom: 9px;
}
.SideBoxBg-NoGrass a:hover{
	color: #ed161e;
}
.SideBoxBg-Grass a{
	color: #206e30;
}
#GalleryImages img{
	margin: 5px;
	border: 1px solid #000000;
}

