@charset "UTF-8";
/* CSS Document */


/***************************************************** GLOBAL SETTINGS **********************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #681F00;
	margin: 0px;
}
a {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
.image {
	margin: 8px;
	background: #681F00;
	border: 4px solid #681F00;
}
#ContentTableBackground {
	background: url(/images/HWB-Base_09.jpg) repeat-y;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #792E00;
	letter-spacing: 1px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #366635;
	letter-spacing: 2px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #792E00;
	letter-spacing: 2px;
	font-style: italic;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 2px;
	font-style: normal;
}
/***************************************************** TEXT CONTAINERS **********************************************/

#Body-Text {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 550px;
	padding: 10px 50px 50px;
	background: url(/images/FernBackground.jpg) no-repeat right bottom;
}
#Body-Text a{
	color: #006633;
}
#Body-Text a:visited{
	color: #999999;
}
#PhotoPageBody-Text {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 550px;
	padding: 10px 50px 50px;
}
#PhotoPageBody-Text a{
	color: #006633;
}
#PhotoPageBody-Text a:visited{
	color: #999999;
}
.footer {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 10px;
}
.footer a {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}

