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

body {
	background-color: #816b04;
	background-image: url(images/BGmain.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #362105;
}.bodyTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav {
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 100%;
	left: 0px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}
.bodyContent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DDCA5E;
	background-color: #6e3d12;
	text-align: center;
	height: 36px;
	width: 100%;
	font-weight: lighter;
	text-transform: uppercase;
}
a.footer:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DDCA5E;
	background-color: #6e3d12;
	text-align: center;
	height: 36px;
	width: 100%;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:none
}
a.footer:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DDCA5E;
	background-color: #6e3d12;
	text-align: center;
	height: 36px;
	width: 100%;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:none
}
a.footer:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #DDCA5E;
	background-color: #6e3d12;
	text-align: center;
	height: 36px;
	width: 100%;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:underline
}
a:hover {
	color: #900;
	text-decoration: underline;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited{
	color: #900;
	text-decoration: none;
}
