#menu ul { /* all lists */
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;	
	list-style: none;
}

#menu ul li {
	vertical-align: middle;
	background-color: #AFA261;
}

#menu ul li:hover {
	background-color: #CCCC99;
	background-image: url("images/nav_spacer.gif");
}

#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
}

#menu ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 35px;
	padding: 0;
	left: -1px;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	z-index: 500;
}

#menu li.mast:hover, #menu li.over {
	background-color: #72212C;
	background-image: url("images/red_spacer.gif");
}

#menu li.mast a:hover, #menu li.mast a:sfhover {
	text-decoration: none;
}

#menu li.mast {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	background-color: #948671;
}

#menu li.mast a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#menu li.mast a:hover {
	color: #FFFFFF;
}

#menu li.item {
	background-image: none;
	background-color: #AFA261;
	text-align: center;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
	padding-left: 0px;
	border-left: 1px white solid;
	letter-spacing: 0;
}

#menu li.item:hover, #menu li.item.sfhover {
	background-image: url("images/red_spacer.gif");
	background-color: #72212C;
	color: #FFFFFF;
}

#menu li.item a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#menu li.item a:hover {
	color: #FFFFFF;
	
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.redHead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #72212C;
	line-height: 24px;
}
.mainTxt {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.redList {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #72212C;
	line-height: 16px;
	font-weight: normal;
}
.introTxt {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.newslinks {
	font-family: Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.brownHead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #948671;
	line-height: 24px;
}
.redLinks {
	color: #72212C;
	text-decoration: none;
}
.redBold {
	font-weight: bold;
	color: #72212C;
}
#content {
	margin: 0px;
	padding: 0px;
}
#content ul {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}