#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B1815;
	text-align: center;
	padding: 8px;
}
#footer p {
	color: #999999;
}
#list-menu {
width: 210px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
} 
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
	display: block;
	width:190px;
	border: 1px solid #9D6705;
	text-decoration: none; /*lets remove the link underlines*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #261012;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFCC00;
}

#list-menu a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #BE8E12;
} 
#bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 740px;
	text-align: left;
	padding: 8px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#standOut {
	border: 1px solid #837338;
	color: #56302D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	float: right;
	width: 300px;
	padding: 6px;
	margin: 8px;
	background-color: #FFFFCC;
}
#tinyStuff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#bodyText td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
}
