body {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	background-color: #6E4A39;
	text-align: center;
}
p {
	padding: 0px;
	margin: 0px;
}
ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
#Container {
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 1px solid #3E2920;
	background-color: #FFFFFF;
}
#Nav {
	height: 28px;
	background-color: #657DC7;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
#Nav a.glink:link, a.glink:visited {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EA0D7;
}
#Nav a.glink:hover {
	background-color: #000000;
}
#General_Content {
	padding: 20px;
	font-size: 12px;
	text-align: left;
}
#General_Content2 {
	padding: 20px;
	font-size: 12px;
	text-align: left;
}
#General_Content2 H2 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	color: #657DC7;
}
#General_Content2 H3 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	color: #657DC7;
}
#General_Content2 a:link, a:visited {
	color: #39539D;
	font-size: 12px;
	text-decoration: none;
}
#General_Content2 a:hover {
	color: #39539D;
	font-size: 12px;
	text-decoration: underline;
}
#Footer {
	background-color: #52382C;
	padding: 10px;
	color: #805642;
	font-size: 10px;
}
#TopHalf2 {
	background-image: url(../images/General/Background_TopHalf.jpg);
	height: 110px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#TopHalf2 H1 {
	position: absolute;
	top: 18px;
	font-size: 40px;
	font-weight: normal;
	margin-left: 10px;
}
#TopHalf2 img {
	margin-left: 100px;
}
#TopHalf2 .email {
	position: relative;
	top: 7px;
	float: right;
}
#TopHalf2 .email a.iMail:link, a.iMail:visited {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#TopHalf2 .email a.iMail:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#TopHalf2 .TagLine {
	position: absolute;
	top: 10px;
	width: 100px;
	clear: both;
}
th {
	background-color:#39539D;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Photo_Left {
	float: left;
}
.Photo_Right {
	float: right;
	border: 1px solid #657DC7;
	margin-left: 10px;
}
