/* CSS Document */
body {
	background-color:#A7BA8B;
	margin:0;
}
h1 {
	font-size:16px;
	line-height:16px;
	margin-bottom: 0;
}
#main {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:25px;
	padding-bottom:0;
	color:#2D6194;
	font-size:11px;
	line-height:22px;
}
a {
	color:#4c721d;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#topBar {
	background-color:#4c721d;
	height:17px;
}
#bottomBar {
	height:17px;
	background-color:#4c721d;
}
#marginalized {
	width:752px;
	margin:0px;
}
#nav {
	background-image:url(images/navBG.gif);
	background-repeat:no-repeat;
	width:709px;
	height:19px;
	margin-top:23px;
	margin-bottom:11px;
}
.menu {
	overflow:hidden;
	float:left;
}
.menu a {
	display:block;
}
* html .menu a:hover {
	visibility:visible;
}
.menu a:hover img {
	visibility:hidden;
}

#content {
	padding:0 27px 0 27px;
	min-height:250px;
}
* html #content {
	height:250px;
}
#content p {
	margin-top:15px;
	margin-bottom:15px;
}
#footerInfo {
	color:#4C721D;
	font-family:"Trajan Pro", "Trajan", "Trajan Regular", Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	padding-top:6px;
}
#footerInfo a{
	color:#4C721D;
	text-decoration:none;
	font-weight:normal;
}
#footerInfo a:hover{
	text-decoration:underline;
}
.communityDiv {
	border-bottom: 2px #4c721d solid;
}
.communityDiv a{
	font-size:14px;
}
.region {
	border: 4px #2D6194 solid;
	margin:15px;
	padding:5px;
}
.areaTitle {
	font-size:16px;
	font-weight:bold;
}
.rightIn {
	text-align:left;
	background-color:#8eb3d8;
	margin:5px;
	padding:5px;
}
#gallImage {
	width:698px;
	min-height:300px;
	text-align:center;
	padding-bottom:20px;
}
#gallImage img {
	border:1px solid #000000;
}
* html #gallImage {
	height:300px;
}
#galleryTable {
	width:698px;
	text-align:center;
	margin-bottom:20px;
}
.gallThumb a {
	display:block;
}
.gallThumb img {
	border-color:#000000;
}