td {
	background-color: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}
th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #756A42;
	padding: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #756A42;
}
a:visited {
	color: #756A42;
}
a:hover {
	color: ;
}
a:active {
	color: #756A42;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin:0px;
	color: #756A42;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin: 0px;
}
h3 {
	margin: 0px;
}

.titlebar {
	background-image: url(images/bars.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 70px;
}
.titlebar h1{
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size:18px;
margin: 0px;
font-weight:bolder;
}
.header1 {
	background-color: #C7BB68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.topBTN {
	color: #FFFFFF;
	background-color: #C7BB68;
}

.header2 {
	background:#000000 url(images/header_image.jpg) no-repeat left top;
	height: 103px;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header3 {
	background-color: #000000;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.header3 a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.header3 a.link {
	color:#FFFFFF;
}
.header3 a.visited {
	color:#FFFFFF;
}
.header3 a:hover{
color: ;
}
.header4 {
	background-color: #000000;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.dotUnder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.header4 a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.header4 a.link {
	color:#FFFFFF;
}
.header4 a.visited {
	color:#FFFFFF;
}
.footer {
	font-size:9px;
}
.footer a {	
	font-size:11px;
	color:#513D13;
	font-weight:bold;
	text-decoration:none;
}
.footer td {
	border-top:solid 1px #DCDAD6;
}
.center_cell {
	border-right: solid 1px #DCDAD6;
	border-left: solid 1px #DCDAD6;
	height: 500px;
}
.bottom_border {
	border-bottom: solid 1px #DCDAD6;
}
.left {
	margin-top:10px;
}

/*NEW STUFF*/
#Layer1 {
	position:absolute;
	width:195px;
	z-index:200;
	right: 5px;
	top: 165px;
	text-align:left;
}
.newsbox {
	background-image:url(images/images/newsbox_02.gif);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/*FORM ELEMENTS*/

form {
	margin: 0px;
	padding:0px;
}
input {
	font-size:9px;
	border: solid 1px #000000;
	background-color:#FAF9F5;
}
select {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #6B5F01;
	scrollbar-face-color: #003399;
scrollbar-highlight-color: #003389;
scrollbar-3dlight-color: #003360;
scrollbar-darkshadow-color: #053899;
scrollbar-shadow-color: #004399;
scrollbar-arrow-color: #008399;
scrollbar-track-color: #000000;
}


/*VERTICLE DROPDOWN MENU*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	text-align:left;
	width : 140px; /* Keep the same as the "w\idth" setting below. Together they make each button appear below the other. Without both, they will appear horizonal */
}

#nav li a {
	font-size:12px; /* Best if use pixel size, will be needed to know the hieght of the button. */
	line-height: 12px; /* same as font size */
	color : #756A42;
	font-weight:bold;
	text-decoration : none;
	/* Width and Height: Add width and padding to determin the actual width...
		Use padding plus font size to determine actual height. */
	display : block;
	width: 130px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDAD6;
}
	
#nav li a:hover { /* Rollover Styles */
	color: #000000;
	text-decoration: none;
}

#nav li { /* all list items */
	position : relative;
	float : left; 
	margin-bottom : -1px; /*Keep at -1 so borders overlap. Change only if you want space between buttons*/
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work prooperly. */
	margin-left : 140px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -25px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
}

#nav li ul a {
	color: #000000;
	font-weight:normal;
	width: 115px;
	font-size:11px;
	background-color: #EDECEA;
	border: solid 1px #DCDAD6;
}
#nav li ul a:hover {
	color: #756A42;
}
#nav li ul ul { /* third-and-above-level lists: use in the same way as second level */
	float: left;
	left: -999em;
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work prooperly. */
	margin-left : 91px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -26px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
}

/* IE garbage. Should stay the same as far as i know */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}.topRbg {
	background-image: url(images/rBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bordR {
	background-color: #000000;
	padding: 5px;
border: 3px solid #756A42;
}
.bordR a:link,.bordR a:active,.bordR a:visited{
text-decoration: underline;
color: ##DCDAD0;
font-size: 11px;
}
.bordR a:hover{
text-decoration:underline;
color: #ffffff;
font-size: 11px;
}
.bordR ul{
margin: 0px;
padding: 0px;
padding-left: 10px;
}
.bordR li{
margin: 0px;
}
.bordR h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bolder;
color:#FFFFFF;

}
.thisweek{
color: #756A42;
padding-top: 73px;
}