/* CSS Document */

#leftcol2 ul {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;	
}

#leftcol2 li {
	padding-left: 10px;
}
#leftcol2 a {
	/*/*/display: block;
	background-color: #D9F2D9;
	border: 1px solid #333;
	width: 130px;
	color: #200681;
	text-decoration:none;
	padding: 4px;
}
#leftcol2 a:link, #navlist a:visited {
	color: #003333;
	/*/*/color: #003333;
	text-decoration: none; /* */
}
#leftcol2 a:hover {
	border: 1px solid #333;
	background-color: #339933;
	color: #FFFFFF;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #339933;
	text-decoration:none;
	color: #ffffff; /* */
}

#sublist a:link, #sublist a:visited, {
	/*/*/border: 1px solid #333;
	background-color: #C1E0FF;
	text-decoration:none;
	color: #003333; /* */
}

#sublist a:hover {
	/*/*/border: 1px solid #333;
	background-color: #ffffff;
	text-decoration:none;
	color: #003333; /* */
}