body {
	font-family:Helvetica, Arial, sans-serif;
	background-color: #8F934D;
	margin: 0px;
	background-image: url(images-site/green-gradient.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

/* content */

.Content-Small {
	font-size: 8px;
	padding: 3px;
	font-weight: bold;
}

.Content {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}

.Content-Bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.Content-Red-Bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #990000;
}

.Content-Italics {
font-size: 12px;
	font-style: italic;
	line-height: 10px;
}

.Content-Indent {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	text-align: left;
	line-height: 1.2em;
}

.Content-Red {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 1.2em;
}
	
.Content-Medium {
	font-size: 16px;
}

.Content-Medium-Indent {
	font-size: 16px;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

.Content-Medium-Bold {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.Content-Medium-Bold-Red {
	font-size: 16px;
	font-weight: bold;
	color: #A41B1B;
	line-height: normal;
}
.Content-Medium-Bold-Italic {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}


.Content-Large {
	font-size: 20px;
	font-weight: bold;
}

/* headlines */

.Header-1 {
	font-size: 20px;
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 20px;
	color: #990000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 15px;
	line-height: 20px;
	padding: 3px;
	border: 1px solid #575D2E;
	background-color: #DDE1C1;
	display: block;
	width: 80%;
	margin: 0px auto;
}




/* misc */

hr {
	color: #AFB585;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 80%;
}

/* base links */

a:link {
	color: #555B2C;
	text-decoration: underline;
}
a:visited {
	color: #555B2C;
	text-decoration: underline;
}
a:hover {
	color: #555B2C;
	text-decoration: none;
}
a:active {
	color: #555B2C;
	text-decoration: none;
}
.right-column {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
}
.shadow-left {
	background-image: url(images-site/shadow-left-bottom.gif);
	background-repeat: repeat-y;
}
.left-column {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 75px;
	font-size: 12px;
	line-height: 1.2em;
}
.shadow-right {
	background-image: url(images-site/right-shadow-bottom.gif);
	background-repeat: repeat-y;
}
.bottom-wide {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	margin: -20px;
}
.right-photo-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	border: thin solid #8F934D;
	padding-bottom: 3px;
	margin: 5px;
	text-align: left;
}
.right-photo-caption-clean {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	float: right;
	border: thin solid #8F934D;
	padding-bottom: 3px;
	margin: 5px;
	text-align: left;
}
.photo-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	border: thin solid #8F934D;
	padding-bottom: 3px;
	margin: 5px auto;
	text-align: left;
	width: 150px;
}
.separator-pine-cone {
	margin: 5px auto;
	width: 75px;
	display: block;
}
.parners {
	margin: 10px auto;
	padding: 6px;
	width: 650px;
	border: thin solid #888D4B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images-site/box-gradient.jpg);
	overflow: hidden;
}

