body {
	background: #FFDB97;
	color: #000;
}
table {
	color: #000;
}
div {
	color: #000;
}
.row {
	max-width: 81.25rem;
	//border:none;
}
.panel {
	background: #FFDB97;
	border:none;

}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}

#navigation a {
	display:block;
	padding:5px;
	background-color:#360405;
	color:#CC9966;
	text-decoration:none;
	border-bottom: 2px #78431B solid;
}
#navigation a:hover {
	background-color:#CC9966;
	color:#360405;
	font-size: 100%;
}
.anchor {
	background-color:#360405;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	color:#CC9966;
	text-align:center;
	border-right: 1px #CC9966 solid;
}
.anchor-small {
	background-color:#360405;
	list-style-type:none;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#CC9966;
	text-align:center;
	border-right: 1px #CC9966 solid;
	height: 25px;
}
#content {
	color: #FFFFFF;
}
div.demo {
	font-family: "Times New Roman", arial, serif;
	font-size: 34px;
	line-height:34px;
	color: #000;
	border: none;
	height: 34px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color:#CC9966;
}
h1 {
	font-size: 2.250em;
	color: #CC9966;
	font-weight: bold;
	line-height: inherit;
	background-color: #360405;
	text-align: center;
}
h2 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	line-height: auto;
	text-align: center;
}
h3 {
	font-weight: bold;
	text-align: center;
}
h4 {
	font-weight: bold;
	text-align: center;
}

a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #BBB;
	text-decoration: none;
}









.nav1 {
	padding-top:20px;
	padding-bottom:20px;
}
.nav1:hover {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#CC9966;
	color:white;
}

button.accordion {
    background-color: #360405;
    color: #CC9966;
    cursor: pointer;
    padding-top: 18px;
    width: 100%;
    border: none;
	border-bottom: 3px solid #CC9966;
	text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
button.accordion:hover {
    background-color: #FFDB97;
    border-bottom: 3px solid #CC9966;
	color: #000;
}
button.accordion.active {
    background-color: #eee;
	border-bottom: none;
}

button.accordion:after {
    content: '\2795';
    font-size: 18px;
    //color: #777;
    float: right;
    margin-left: 5px;
	border: none;
}

button.accordion.active:after {
    content: "\2796";
}

button.accordion2:after {
    content: "";
}

div.LEFTMENUPANEL {
    //padding: 0 100px;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	text-align: left;

}

div.LEFTMENUPANEL.show {
    opacity: 1;
    max-height: 500px;
	//border-bottom: thick dotted #ff0000;
	border-bottom: 3px solid #000000;
}

.center {
    text-align: left;
    display: block;
    margin: auto;
	color: #CC9966;
}
.center:hover {
	color: #000;
}
.vertmenu {
	font-family: Arial, Verdana, Geneva, sans-serif;
	//font-family:Century Gothic;
    text-align: left;
    display: block;
    margin: auto;
	max-width:300px;
	padding-left:5px;
	padding-bottom:24px;
	//border:1px solid red;
list-style: none;
}
#leftnav ul {
list-style: none;
}
#LEFTMENU1 ul {
	margin-top:0px;
	list-style: none;

}
#LEFTMENU1 li:before {
    display: block;
    //left: -1em;
    top: 0.9em;
    position: relative;
	list-style: none;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #372a1b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #372a1b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #372a1b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #372a1b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #372a1b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #372a1b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', 	endColorstr='#634b30',GradientType=0);
	background-color:#372a1b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-color: #ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	margin-top:10px;
	margin-bottom:18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
	//text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}
.myButton:active {
	position:relative;
	top:1px;
}
a.myButton {
	color:white;
}




