

#home {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #BD8010;
	padding-left: 25px;
	padding-top: 20px;
	text-align: left;
        width: 150px;
}

#home .nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	color: #3F017C;
}

#home ul {
	list-style: none;
	margin: 0px;
	font-size: 0.95em;
	padding: 0px 0px 0px 15px;
}
#home li {
	padding-top: 5px;
}
#home a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #BD8010;
	text-decoration:none;
}
#home a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
	color: #BD8010;
	text-decoration:none;
}
#home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
#home a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #BD8010;
	text-decoration:none;
}

/* Ken added for Paul Guidos for his presentation so that non links in reus_LeftNav look the same as links. Can be taken out later. */

#home ul {
	list-style: none;
	margin: 0px;
	font-size: 1em;
	padding: 0px 0px 0px 15px;
}
#home li {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #BD8010;
	text-decoration:none;
}



