body {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 0px;
	background-image: url(/images/grey_bg.gif);
	background-repeat: repeat;
}
.big_title {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	color: #614427;
	text-decoration: none;
}
.body_cell {
	width: 686px;
	position: relative;
	background-image: url(/images/tan_bg.gif);
	background-repeat: repeat;
}
.text_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C69C6D;
	text-decoration: none;
	text-align: center;
}
.content_cell {
	padding-right:20px;
}

/* ____ MENU SECTION ____ */

#menucontent {
	align:center;
}

#menuheader {
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align:center; 
	width:100px;
}


/* Site Menu */
#sitemenu {
	 width:100px;
}
#sitemenu a {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#sitemenu a:hover {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#sitemenu li:hover {
	background-color:#B58F64;
}

#sitemenu ul {
	font-size: 1.0em;
	margin:0;
	padding:0;
	list-style: none;
	text-align:center;
}
#sitemenu li {
	margin: 0;
	padding: 5px;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B58F64;
		
}


.copyright_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C69C6D;
	text-decoration: none;
	text-align: center;
}
.copyright_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C69C6D;
	text-decoration: underline;
	text-align: center;
}
a {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Garamond, "Garamond 3 LT Std", Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	text-decoration: underline;
	color: #6C450D;
}
