@charset "UTF-8";
body {
	background-color: #98a84f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header_bg {
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 74px;
	width: 100%;
}
#subtitle {
	z-index: 10;
	position: absolute;
	top: 55px;
	left: 5px;
}
#navbar {
	overflow: visible;
	position: absolute;
	z-index: 5;
	width: 180px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #482F0F;
}
#navbar a {
	color: #482F0F;
}
#navbar a:hover {
	color: #515E3D;
	text-decoration: none;
}
#body {
	overflow: visible;
	position: absolute;
	z-index: 2;
	width: 600px;
	top: 0px;
	left: 180px;
}
#content_shell {
	overflow: auto;
	top: 0px;
	width: 100%;
	height: 441px;
	padding: 0px;
	visibility: visible;
}
#content {
	width: 490px;
	padding-left: 5px;
}
	
#body p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #482F0F;
	text-align: justify;
}
#body h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #482F0F;
	font-weight: bold;
}
#body h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #515E3D;
	font-size: medium;
}
#body li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #482F0F;
	font-size: small;
}
#body a {
	text-decoration: underline;
	color: #515E3D;
}
#body a:hover {
	text-decoration: none;
}
#body a:visited {
	text-decoration: underline;
	color: #515E3D;
}
#body a:active {
	text-decoration: none;
}
#footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #482F0F;
}
#footer_nav a {
	color: #482F0F;
}
#footer_nav a:hover {
	color: #515E3D;
	text-decoration: none;
}
.subheading {
	padding: 0 0 10px 0;
	top: -5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #727959;
	text-align: right;
}
.phototable {
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: top;
	color: #482F0F;
	font-size: 12px;
}
.phototable img {
	vertical-align: baseline;
	float: none;
	padding: 5px;
	border: none;
}
.phototable td {
	vertical-align: top;
	width: 25%;
	padding: 5px;
	text-align: left;	/*border: 3px ridge #BCC2B2;*/
}
.bodyimg {
	margin: 15px;
	vertical-align: top;
	float: right;
	border: none;
}
div#phototable {
	display: block;
}
div#phototable img {
	border: none;
	padding: 5px;
}
