/* CSS Links */a {	color: #333366;	text-decoration: none;}a:link {	color: #333366;	text-decoration: none;}a:active {	color: #333366;	text-decoration: none;}a:visited {	color: #333366;	text-decoration: none;}a:hover {	color: #993333;	text-decoration: underline;}/* side navigation links  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/#subnav ul {	position: relative;	left: -3em;	list-style: none;}	#subnav li {	padding: 10px 5px;	border-bottom-style: solid;	border-bottom-width: thin;	border-bottom-color: #095089;}#subnav a {	color: #000000;	text-decoration: none;	padding: 15px;}#subnav a:link {	color: #000000;	text-decoration: none;}#subnav a:visited {	color: #000000;	text-decoration: none;}#subnav a:active {	color: #000000;	text-decoration: none;}#subnav a:hover {	color: #993333;	text-decoration: none;	background-image: url(../Assets/navigation/pointer.gif); 	background-repeat: no-repeat;	background-position: left; }#current a {	color: #993333;	background-image: url(../Assets/navigation/pointer.gif); 	background-repeat: no-repeat;	background-position: left; }#footer a {	color: #CCCCCC;	text-decoration: none;}#footer a:link {	color: #CCCCCC;	text-decoration: none;}#footer a:visited {	color: #CCCCCC;	text-decoration: none;}#footer a:active {	color: #CCCCCC;	text-decoration: none;}#footer a:hover {	color: #993333;	text-decoration: underline;}#print a {	color: #CCCCCC;	text-decoration: none;}#print a:link {	color: #CCCCCC;	text-decoration: none;}#print a:visited {	color: #CCCCCC;	text-decoration: none;}#print a:active {	color: #CCCCCC;	text-decoration: none;}#print a:hover {	color: #993333;	text-decoration: underline;}
