@charset "utf-8";
/* CSS Document */

a:link{
	color:#566A8B;
	text-decoration:none;
}
a:visited{
	color:#566A8B;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}

a:active{
	color:#566A8B;
	text-decoration:none;
}

/*Nav Link Styles*/
#nav a:link{
	padding-right:25px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#nav a:visited{
	padding-right:25px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#nav a:hover{
	padding-right:25px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

#nav a:active{
	padding-right:25px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

a em{
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

/*Footer Link Styles*/
#footer a:link{
	color:#ffffff;
	text-decoration:none;
}

#footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footer a:active{
	color:#ffffff;
	text-decoration:none;
}