body {
	background-color: #370029;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Drop Menu*/

.dropmenustyle{
	width: 99%;
	/*font-weight: bold;*/
	padding-top: 15px;
	font-size: 16px;
}

.dropmenustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenustyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.dropmenustyle ul li{
display: inline;
}

.dropmenustyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.dropmenustyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
}
.footer {
	font-size: 12px;
	color: #351B00;
	padding: 30px;
}

.lefttext {
	color: #211E15;
}
.orangebox {
	color: #FCF7E4;
	padding: 5px;
	background-color: #B06919;
	margin: 3;
	font-size: 12px;
}
.brownbox {
	color: #FCF7E4;
	padding: 5px;
	margin: 3;
	font-size: 14px;
	background-image: url(beans.gif);
	font-weight: bold;
}
.maintxt {
	color: #211E15;
	background-color: #FFFFFF;
	padding: 3px;
	border: thin solid #211E15;
	width: 98%;
}
