body {
	font-family: Arial, Helvetica, san-serif;
	margin: 0px;
	text-decoration: none;
	background-color: #e4e7c7;
	background-repeat: repeat-x;
}
td {
	font-size: 12px;
	color: #316c1c;
}
a:link {
	color: #b2c900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #316c1c;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.Header1a {
	font-size: 20px;
	color: #99CC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 30px;
}
.Header1b {
	font-size: 40px;
	color: #99CC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.Header2 {
	font-size: 24px;
	color: #99CC33;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/img-vpxl2.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.Header3 {
	font-size: 13px;
	color: #99CC33;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	list-style-image: url(../images/icon-check.gif);
}
.Header3a {
	font-size: 12px;
	color: #316c1c;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	list-style-image: url(../images/icon-check.gif);
}
.Header4 {
	font-size: 14px;
	color: #316c1c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.Content {
	font-size: 12px;
	color: #316c1c;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: square;
}




/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 14px;
	padding: 0 4px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #316c1c;
}
#globalNav a:hover{
	color: #FF6600;
}

.Menu {
	padding-right: 20px;
	background-image: url(../images/bkg-leaf.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/************* Gallery style **************/
#gallery {
	padding: 10px;
	width: 850px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #cfd2b1;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

