@charset "UTF-8";
body  {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	background-color: #397b46;
	background-image: url(images/backgroundfade.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
}
.topareafill {
	background-attachment: scroll;
	background-color: #005000;
	background-image: url(images/topfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 25px;
}
.toplinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent {
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #003300;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #003300;
	padding-top: 3px;
	margin-bottom: -5px;
}
.locations {
	font-size: 95%;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 120%;
	color: #003300;
	padding-top: 15px;
	padding-bottom: 15px;
}
#imagestable img {
	margin-bottom: 6px;
	border: 1px solid #003300;
	height: 126px;
	width: 190px;
}
.credits {
	color: #387B45;
	padding-left: 25px;
}
.credits a {
	color: #387B45;
	text-decoration: none;
}
.atribution {
	font-weight: bold;
	text-align: right;
	padding-top: 3px;
	color: #003300;
}
#maincontent a {
	color: #FFFFFF;
}
.linkTitle {
	font-weight: bold;
	color: #003300;
}
.links a {
	font-style: italic;
	color: #003300;
}
#maincontent a {
	text-decoration: none;
}
.subTitle a {
	color: #003300;
	text-decoration: none;
}
