/* CSS Document */
h1
{
	font-size: 19px;
	font-weight: normal;
}

.heading
{
	color: #1A3067;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.blue
{
	color: #111B97;
	font-weight: bold;
	font-size: 14px;
}

.sidelinks
{
	line-height: 22px;
	color: #FFFFFF;
}

.footer
{
	font-size: 11px;
	font-weight: bold;
	color: #4E6152;
}

A:link	{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#1A3067; text-decoration: none;}
A:visited { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#1A3067; text-decoration: none;}
A:active { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#1A3067; text-decoration: none;}
A:hover	{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#1A3067; text-decoration: underline;}

#content
{
	padding: 20px 15px 25px 20px;
	width: 915px;
}

#nav
{
	width: 951px;
	margin-top: -1px;
}
