#navlist {
        color: white;
        background: #646213;
        border-bottom: 0.2em solid #514f0f;
        border-right: 0.2em solid #514f0f;
        padding: 0 1px;
        margin-left: 0;
        width: 140px;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #36350a;
        border-width: 1px;
        border-style: solid;
        border-color: #98961c #4f4d0f #6c6a14 #b7b422;
        border-left: 1em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #98961c #4f4d0f #6c6a14 #dfdc53; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 120px;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #8c891a;
        border-color: #5b5a11 #b7b422 #98961c #ecbd00;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #36350a;
        border-color: #98961c #4f4d0f #6c6a14 #e6e479;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
      
h1{
	color: #dabb61;
	text-align: center;
	margin: 0px;
	font-size: 18px;
}

.border{
	border: 1px solid #36350a;
}

.border2{
	border-right: 1px solid #36350a;
}

h2{
	color: #b22222;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin: 0px;
}

h3{
	color: #693d40;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
}

p{
	color: #686613;
	font-size: 13px;
	text-align: justify;
}


p.quote{
	color: #ad8d29;
	font-size: 13px;
	text-align: justify;
}

p.address{
	color: #d2a900;
	font-size: 13px;
	text-align: center;
}

p.donate{
	color: #ae0000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

p.better{
	color: #767416;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.button{
	background: #d5d58c;
	border-bottom: 1px solid #828330;
	border-left: 1px solid #ededcd;
	border-right: 1px solid #828330;
	border-top: 1px solid #ededcd;
	color: #0f4200;
	margin-top: 10px;
}

.text{
	background: #fdfdf6;
	border: 1px solid #DCDCDC;
	color: #B73B38;
	font: 12px arial;
	height: 24px;
	margin-bottom: 5px;
	padding: 3px;
	width: 400px;
}

.texta{
	background: #fdfdf6;
	border: 1px solid #DCDCDC;
	color: #B73B38;
	font: 12px arial;
	height: 109px;
	margin-bottom: 5px;
	padding: 3px;
	scrollbar-3dlight-color: #fdfdf6;
	scrollbar-arrow-color: #fdfdf6;
	scrollbar-base-color: #fdfdf6;
	scrollbar-darkshadow-color: #fdfdf6;
	scrollbar-face-color: #fdfdf6;
	scrollbar-highlight-color: #fdfdf6;
	scrollbar-shadow-color: #fdfdf6;
	scrollbar-track-color: #fdfdf6;
	width: 400px;
}

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}


