body,td,th {
	background-color:#1B1109;
	color:#AA581B;
}
.required {
  color: red;
}
#player1 {
  margin: 0;
  /* push down flash to align w/menu  shit didn't work */
}
/*******
    Calendar
*******/
table.calendar {
    padding: 4px;
  border-collapse: collapse;
}
table.calendar tr.month-name td {
   padding: 4px 0;
}
 table.calendar tr.month-name a {
    text-decoration: none;
}
table.calendar h3 {
  padding: 10px 0 3px 0;
}
table.calendar tr.heading {
   background: #FFF1AF;
   color: #000;
   margin-bottom: 3px;
}
table.calendar th,
table.calendar td {
  padding: 2px 15px;
}
table.calendar th {
   background: #FFF1AF;
  text-align: left;
  border: 0;
}

a.calendar { color: #aa581b; text-decoration: none; }
a:hover.calendar { text-decoration: underline; }

/* end Calendar  */
#topMenu li {
  padding: .3em 0;
/* dave  */
  padding: .2em 0;
  border-bottom: 1px dotted;
  margin-right: 35px;
}
#topMenu a {
  font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #CFBC9B;
  text-decoration: none;
}
ul#topMenu  {
  padding: 0 0 0 35px;
  margin: 0;
  text-transform: uppercase;
  color: #CFBC9B;
  list-style-type: none;
}
#Table_01 td {
  background: #2c1d12 url('../menuBrownBack.gif') no-repeat;
}

ul#bottomMenu li {
  display: inline;
}

td.content {
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	padding-left:4px;
	padding-right:7px;
	margin-left:4px;
	margin-right:7px;
	font-size:90%;
}
.menu {
	margin-bottom:2 px;
	padding-bottom:2px;
	border-bottom:dotted;
	border-bottom-width:2px;
	border-bottom-color:#AA581B;
}
.newsDate {
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:white;
}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
a.footer:link, a.footer:visited, a.footer:active {
	color:#AA581B;
	text-decoration: none;
}
a.footer:hover {
	color:#AA581B;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	background-color: #1B1109;
	vertical-align: middle;
	text-align: center;
	color: #AA581B;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.content {
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	color:#AA581B;
	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
hr {
	width:80%;
	color:#663300;	
}

/*******
    Ditto Video CSS
	*******/
.explanation {
  border: 4px outset #fff;
  padding: 0 10px 20px 0;
  text-align: center;
  font-size: 16px;
}

.show-all,
.hide-all {
  padding: 4px 5px;
  margin-bottom: 10px;
}

.question-toggle {
   margin-right: 8px;
}

/*******		FAQ		*******/
.faq-explanation {
  border: 3px solid #CFBC9B;
  padding: 5px 15px 20px;
  text-align: center;
  margin: 3px 0 15px;
  background: #2A1C11;
}
.faq-explanation-info {
  font-size: 14px;
}

.faq-show-all,
.faq-hide-all {
  padding: 4px 8px;
  background: #CFBC9B;
  color: #000;
  border: 1px outset #2B4674;
  font-size: 14px;
  margin: 0 5px 0;
}
.faq-show-all:hover,
.faq-hide-all:hover {
  cursor: pointer;
  cursor: hand;
}
.faq-show-all:hover,
.faq-hide-all:hover,
.faq-show-all-active,
.faq-hide-all-active {
  background: #fff;
  color: #000;
}