/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-family: "Times New Roman", Times, serif;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: White;
	font-family: "Times New Roman", Times, serif;
	background-color: #2424FF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #990066;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

