body {
	padding: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wrapper {
	border: 1px solid #835e4a;
	width: 700px;
}
.header {
	background-image: url(images/header.Image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 20px;
}
.header .brownBox {
	float: left;
	height: 60px;
	width: 208px;
	background-image: url(images/header.brownbox.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	top: 28px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	padding-left: 42px;
	padding-top: 15px;
}
.header .headerlinks {
	padding-top: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8c7163;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
.header .headerlinks a {color: #8c7163; text-decoration: none;}
.header .headerlinks a:visited {color: #8c7163; text-decoration: none;}
.header .headerlinks a:hover {color: #8c7163; text-decoration: underline; }

.header .headerlinks .h3 {
	width: 50px;
}
.header .headerlinks .div {
	width: 50px;
}

.bodyContent {
	padding-left: 0px;
	z-index: -1;
}
.mainSectionTitle {
	color: #666666;
	font-size: 17px;
	font-weight: bold;
	clear: both;
	text-align: left;
}
.footer {
	background-color: #f4f3f1;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #453f3b;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	clear: both;
	padding-bottom: 10px;
}
.footer a {
	color: #453f3b;
	text-decoration: none;
}
.footer a:visit {
	color: #453f3b;
	text-decoration: none;
}
.footer a:hover {
	color: #6e7396;
	text-decoration: underline;
}
.dropDownLink{
	text-align: center;
	padding: 10px;
}
.dropDown {
	position: absolute;
	text-align: center;
	background: white;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #8c7163;
	width: 130px;
	left: 154px;
	top: 345px;
}
.menu {
	cursor: pointer;
}
