a {
	font-size: 100%;
}
a:link {
	text-decoration: none;
	color: #005984;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
}

a.toplinks:link {
	font-size:13px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	width: auto;
	margin-left: 1px;
	padding: 9px;
}
a.toplinks:visited {
	font-size:13px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	width: auto;
	margin-left: 1px;
	padding: 9px;
}
a.toplinks:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999966;
	padding: 9px;
}





a.footerlinks:link {
	font-size: 90%;
	color: #ffffff;
	text-decoration: none; }
a.footerlinks:visited {
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
}
a.footerlinks:hover {
	text-decoration: none;
}

div#menu {
	background-color: #FFFFFF;
	top: 40px;
	width: 165px;
}

ul#leftnav {
	list-style-type: none;
	background-color: #370016;
	top: 20px;
	width: 161px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

ul#leftnav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	height: 11px;
	width: 161px;
	opacity: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

ul#leftnav li a:hover {
	display: block;
	text-decoration: none;
	color: #000000;
	/* background: #F0DCAA; */
	font-weight: bold;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	opacity: 1;
	height: 11px;
	text-indent: 17px;
	width: 160px;
	opacity: 1;
	padding: 5px;
}
#blue a {
	color:#0000FF;
}
#blue a:hover {
	color: #0000FF;
}
