@charset "utf-8";
/* CSS Document */
* {
	text-decoration: none;	
}

#content ul li a:link, #content ul li a:visited{
	text-decoration: underline;
	color: #001654 !important;
	border: none;
}

#content p strong a:link, #content p a:visited{
	text-decoration: none;
	color: #001654 !important;
	border: none;
}

#content p strong a:hover {
	color: #700c07 !important;
}

#content p a:link, #content p a:visited{
	text-decoration: underline;
	color: #001654 !important;
	border: none;
}

#content p a:hover{
	color: #700c07 !important; 
}

ul#secondaryNav a:link, ul#secondaryNav a:visited, ul#secondaryNav li.parent a:link {
	padding: 0;
}

a {
	font-size: 11px;
	text-decoration: underline;
	color: #001654;
	padding-top: 15px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
}

a:hover {
	color: #700c07; 
}

a:visited {
	color: #002e5f; 
}