/* Navigation */

#primarynav a:link, #primarynav a:visited
	{
	color: #333333;
	text-decoration: none;
	}

#primarynav a:hover, #primarynav a:visited:hover
	{
	color: #c41230;
	text-decoration: underline;
	}

.subnav
	{
	border-top: 1px solid #9e9e9f;
	width: 200px;
	}

.subnav ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	}

.subnav ul li
	{
	border-left: 1px solid #9e9e9f;
	border-right: 1px solid #9e9e9f;
	border-bottom: 1px solid #9e9e9f;
	padding-bottom: 0px;
	}

.subnav ul li a
	{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	background: #c5c8ca;
	display: block;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
	}

.subnav ul li a.twoline
	{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	background: #c5c8ca;
	display: block;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	}

.active
	{
	color: #c41230;
	}

.subnav ul li a:hover
	{
	background: #9e9e9f;
	color: #ffffff;
	}

#footer a:link, #footer a:visited
	{
	color: #888888;
	text-decoration: none;	
	}

#footer a:hover, #footer a:visited:hover
	{
	color: #c41230;
	text-decoration: underline;
	}

#bodyblock table.tertnavtable ul
	{
	margin-left: 0px;
	padding-left: 16px;
	}

#bodyblock table.tertnavtable p, #bodyblock table.tertnavtable li
	{
	line-height: 20px;
	}

#bodyblock table.tertnavtable p a:link, #bodyblock table.tertnavtable p a:visited, #bodyblock table.tertnavtable li a:link, #bodyblock table.tertnavtable li a:visited
	{
	text-decoration: none;
	color: #333333;
	}

#bodyblock table.tertnavtable p a:hover, #bodyblock table.tertnavtable p a:visited:hover, #bodyblock table.tertnavtable li a:hover, #bodyblock table.tertnavtable li a:visited:hover
	{
	text-decoration: underline;
	color: #000000;
	}

table.contactpagetable a:link, table.contactpagetable a:visited
	{
	text-decoration: none;
	color: #6c6c6c;
	}

table.contactpagetable a:hover, table.contactpagetable a:visited:hover
	{
	text-decoration: underline;
	color: #6c6c6c;
	}

#bodyblock p a:link, #bodyblock p a:visited, #bodyblock ul li a:link, #bodyblock ul li a:visited
	{
	color: #c41230;
	text-decoration: none;
	}

#bodyblock p a:hover, #bodyblock p a:visited:hover, #bodyblock ul li a:hover, #bodyblock ul li a:visited:hover
	{
	text-decoration: underline;
	}

#bodyblock h3 a:link, #bodyblock h3 a:visited
	{
	color: #c41230;
	text-decoration: none;
	}

#bodyblock h3 a:hover, #bodyblock h3 a:visited:hover
	{
	text-decoration: underline;
	}

p.toplink a:link, p.toplink a:visited
	{
	color: #333333;
	text-decoration: none;
	}

p.toplink a:hover, p.toplink a:visited:hover
	{
	color: #000000;
	text-decoration: underline;
	}










/* End Navigation */