/* CONTENT NAVIGATION */
A:link
	{ 
	text-decoration: none; 
	color: #cc6600;
	background-color: transparent;	
}
A:visited
	{ 
	text-decoration: none; 
	color: #cc6600;
	background-color: transparent;	
}
A:hover
	{ 
	text-decoration: underline; 	
	color: #cc6600;	
	background-color: transparent;
}	
A:active
  	{ 
	text-decoration: underline; 
	color: #ffcc00;
	background-color: transparent;	
}
/* side nav */
A.SN:link
	{ 
	text-decoration: none; 
	color: #FFFFFF;
}
A.SN:visited
	{ 
	text-decoration: none; 
	color: #FFFFFF;
}
A.SN:hover
	{ 
	text-decoration: underline; 		
	color: #FFFFFF;
}	
A.SN:active
  	{ 
	text-decoration: none; 
	color: #87cefa;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	font-size: 11px;
}
#flashcontent {
	height: 400px;
	width: 400px;
	position: absolute;
	left: 20px;
	top: 380px;
	background-color: transparent;
}